-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Windows 7 Professional 64 bit, Service Pack 1
I am stuck at Step 4 of Software
python ControlScripts/control.py /dev/tty.PathToUsbDevice
Running from the command prompt as administrator all attempts end with
C:\Windows\system32>python ControlScripts/control.py dev/tty.PathToUsbDevice python: can't open file ControlScripts/control.py': [Errno 2] No such file or directory
This link is to the actual chipset in my device.
Which shows the steps for finding the "Finding the Device Path Parameters using Device Manager"
Device Description: Silicon Labs CP210x USB to UART Bridge
Device Instance Path: USB\VID_10C4&PID_EA60\0190F200
Location Information: Port_#0001.Hub_#0001
It appears that I can communicate with the board (adafruit Metro) on COM 5 using Arduino.
The board starts out with blinking LEDS and after uploading, both the red and green LED are steady.
The preceding steps seem to have completed successfully.
Installed c:\users\lenovo\appdata\local\programs\python\python36\lib\site-packages\pillow-5.4.1-py3.6-win-amd64.egg
Processing dependencies for pillow
Finished processing dependencies for pillow
Installed c:\users\lenovo\appdata\local\programs\python\python36\lib\site-packages\pyserial-3.4-py3.6.egg
Processing dependencies for pyserial
Finished processing dependencies for pyserial
What I get.
C:\Windows\system32>python ControlScripts/control.py /dev/tty.USB\VID_10C4&PID_EA60\0190F200
python: can't open file 'ControlScripts/control.py': [Errno 2] No such file or directory The system cannot find the path specified.
C:\Windows\system32>python ControlScripts/control.py /dev/USB\VID_10C4&PID_EA60\0190F200
python: can't open file 'ControlScripts/control.py': [Errno 2] No such file or directory The system cannot find the path specified.
What is the correct path for the device?