-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
TLDR: Unless you're a Windows expert and know how to fix this, explicitly document that we do not support Windows.
AClient needs to open a COM port, but on Windows you need Administrator privilege to do that. And apparently even when you run a python script under Admin, it still refuses to open a com port, with error "Permission denied".
To test this, open a command prompt as admin (right click on command prompt, open as administrator), run python, and:
import os
os.open("\\.\COM", os.O_RDWR)
(Yes, you need all that backslash magic because Windows)
That will actually work. However, running otl866 will not, because otl866 is an exe, and I guess Windows trashes the permissions.
Metadata
Metadata
Assignees
Labels
No labels