fossasia / pslab-python

Python Library for PSLab Desktop: https://pslab.io
GNU General Public License v3.0
1.63k stars 226 forks source link

Documentation: Driver must be installed to use PSLab v6 with Python library on Windows systems #235

Closed marcnause closed 1 month ago

marcnause commented 1 month ago

I noticed that the Python library fails to communicate with the PSLab v6 board on Microsoft Windows 10 systems (I have not tested Windows 11 yet) if no driver is installed. The reason is that without the driver there is no COM port for the board.

The necessary driver can be found at: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers

I think this should be documented in the README.md.

marcnause commented 1 month ago

I also tested with Windows 11: Same behavior.