From 89ff138ea0e8ede98b1512df649a641924288a03 Mon Sep 17 00:00:00 2001 From: Daniel Spindelbauer Date: Tue, 25 Sep 2018 09:01:01 +0000 Subject: [PATCH] GitBook: [master] one page modified --- .gitbook/assets/pycom.inf | 71 ++++++++++++++++++++++++++ gettingstarted/installation/drivers.md | 2 + 2 files changed, 73 insertions(+) create mode 100644 .gitbook/assets/pycom.inf diff --git a/.gitbook/assets/pycom.inf b/.gitbook/assets/pycom.inf new file mode 100644 index 0000000..cb00f95 --- /dev/null +++ b/.gitbook/assets/pycom.inf @@ -0,0 +1,71 @@ +; M-Stack CDC-ACM Windows INF file +; +; This file has been tested on Windows 7, 64-bit. It may or may not work on +; Windows versions earlier than 7. Improvements and bug reports are welcome. +; + +[Version] +Signature="$Windows NT$" +Class=Ports +ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} +Provider=%MFGNAME% +DriverVer=05/16/2014,1.0.0.18 + +[Manufacturer] +%MFGNAME%=DeviceList, NTx86, NTamd64, NTia64, NTarm + +[DeviceList.NTamd64] +%DESC_CDC_PYSENSE% = DriverInstall, %VID_PID_PYSENSE_STRING% +%DESC_CDC_PYTRACK% = DriverInstall, %VID_PID_PYTRACK_STRING% +%DESC_CDC_PYSCAN% = DriverInstall, %VID_PID_PYSCAN_STRING% +%DESC_CDC_EXPANSION3% = DriverInstall, %VID_PID_EXPANSION3_STRING% + +[DeviceList.NTx86] +%DESC_CDC_PYSENSE% = DriverInstall, %VID_PID_PYSENSE_STRING% +%DESC_CDC_PYTRACK% = DriverInstall, %VID_PID_PYTRACK_STRING% +%DESC_CDC_PYSCAN% = DriverInstall, %VID_PID_PYSCAN_STRING% +%DESC_CDC_EXPANSION3% = DriverInstall, %VID_PID_EXPANSION3_STRING% + +[DeviceList.NTia64] +%DESC_CDC_PYSENSE% = DriverInstall, %VID_PID_PYSENSE_STRING% +%DESC_CDC_PYTRACK% = DriverInstall, %VID_PID_PYTRACK_STRING% +%DESC_CDC_PYSCAN% = DriverInstall, %VID_PID_PYSCAN_STRING% +%DESC_CDC_EXPANSION3% = DriverInstall, %VID_PID_EXPANSION3_STRING% + +[DeviceList.NTarm] +%DESC_CDC_PYSENSE% = DriverInstall, %VID_PID_PYSENSE_STRING% +%DESC_CDC_PYTRACK% = DriverInstall, %VID_PID_PYTRACK_STRING% +%DESC_CDC_PYSCAN% = DriverInstall, %VID_PID_PYSCAN_STRING% +%DESC_CDC_EXPANSION3% = DriverInstall, %VID_PID_EXPANSION3_STRING% + +; For the DriverInstall sections below see: +; http://support.microsoft.com/kb/837637 +; http://www.microchip.com/forums/m488342.aspx +; +; This INF file includes mdmcpq.inf, which is a standard Windows +; INF file that you can find by searching for it recursively from +; %WINDIR%. It's in the WinSxS folders. In that file, you can see +; the symbols referenced here (eg: FakeModemCopyFileSection, etc). + +[DriverInstall.NT] +include=mdmcpq.inf +CopyFiles=FakeModemCopyFileSection + +[DriverInstall.NT.Services] +include=mdmcpq.inf +AddService=usbser, 0x00000002, LowerFilter_Service_Inst + +[DriverInstall.HW] +include=mdmcpq.inf +AddReg=LowerFilterAddReg + +[Strings] +MFGNAME = "Pycom Ltd" +DESC_CDC_PYSENSE = "Pysense" +DESC_CDC_PYTRACK = "Pytrack" +DESC_CDC_PYSCAN = "Pyscan" +DESC_CDC_EXPANSION3 = "Expansion3" +VID_PID_PYSENSE_STRING = "USB\VID_04D8&PID_F012" +VID_PID_PYTRACK_STRING = "USB\VID_04D8&PID_F013" +VID_PID_EXPANSION3_STRING = "USB\VID_04D8&PID_EF98" +VID_PID_PYSCAN_STRING = "USB\VID_04D8&PID_EF38" diff --git a/gettingstarted/installation/drivers.md b/gettingstarted/installation/drivers.md index 8713189..8ae7dee 100644 --- a/gettingstarted/installation/drivers.md +++ b/gettingstarted/installation/drivers.md @@ -18,6 +18,8 @@ Please download the driver software from the link below. [Pysense/Pytrack/Pyscan/Expansion Board 3.0 Serial Driver \(save the file to your computer\)](https://raw.githubusercontent.com/pycom/pycom-documentation/master/pytrackpysense/installation/pycom.inf) +{% file src="../../.gitbook/assets/pycom.inf" caption="Pysense/Pytrack/Pyscan/Expansion Board 3.0 Serial Driver" %} + ### Installation First navigate open the Windows start menu and search/navigate to \`Device Manager. You should see your Pytrack/Pysense in the dropdown under **other devices**.