Skip to content

AClient will not work on Windows #68

@RobertBaruch

Description

@RobertBaruch

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions