-
|
I am trying to setup ble-serial for windows, but I cannot find the executable to run for the com0com setup part. The command is not recognized in terminal, and I tried looking through folders in C:\Python38\Lib\site-packages\ble_serial but could not find any file named ble-com-setup.exe. Any advice would be appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Usually it is in |
Beta Was this translation helpful? Give feedback.
Usually it is in
C:\Users\USERNAME\AppData\Local\Programs\Python\Python38\Scripts\ble-com-setup.exeor the corresponding scripts path if installed somewhere else.But I had a mistake in this release: it used the Linux package for Windows as well, which does not the include
ble-com-setupscript... Should be fixed now with 2.0.1, please do apip uninstall ble-serial+pip install ble-serialagain and let me know if it works.