Skip to content

adding pyserial and pywin32 to install_requires

David Thomas requested to merge pocus_cookiecutter into master

First try, it stumbled on pyserial, so I added that to install_requires, and that worked.

But, it's still not communicating. I added pywin32 to the requires, and that installed OK, but there's still the Problem: pocus can't find the required COM ports for Control and Clock.

Am working with Bob to identify required drivers for controlling the Texan hub. We tried installing Silicon Labs CP210 USB to UART Bridge drivers, weren't sure of OS. (My Windows box I am using conda on is Vista). It didn't fly.

We shall resume next week.

Merge request reports