GitBook: [master] one page modified

This commit is contained in:
Daniel Spindelbauer
2018-09-25 09:01:01 +00:00
committed by gitbook-bot
parent 5f8edb8e24
commit 89ff138ea0
2 changed files with 73 additions and 0 deletions

71
.gitbook/assets/pycom.inf Normal file
View File

@@ -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"

View File

@@ -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**.