Giter Club home page Giter Club logo

Comments (5)

wjwwood avatar wjwwood commented on July 21, 2024

Thanks for the report, that is definitely strange. Can other serial programs (pyserial) open it when it is COM20?

If you have any more information about how this might be resolved please let me know.

from serial.

anderwm avatar anderwm commented on July 21, 2024

I had actually tried it in pyserial just before I changed the port number and it opened it without error. It works on port numbers below COM10 and fails for everything COM10 and above. This must be some common Microsoft problem because I have seen it from other vendors in the past.

Edit: For some reason for port number above 9 you must use this notation "\.\COM10". But this notation also works for ports below 9. So if you start having this problem possibly just change the constructor to append "\." to portname.

microsoft support

from serial.

bakercp avatar bakercp commented on July 21, 2024

Just a confirmation over here: bakercp/ofxSerial#5 (comment)

@wjwwood Seems like the solution would be to take @anderwm 's approach and append "." in the win impl.

from serial.

jmarsico avatar jmarsico commented on July 21, 2024

what I used:
"string port = "";
port.append("\\.");
port.append("\");
port.append(devicesInfo[deviceIndx].getPort());
success = device.setup(port), 9600);"

learned that \ removes following char. thanks @bakercp

from serial.

wjwwood avatar wjwwood commented on July 21, 2024

I reproduced this and fixed it in #84, thanks guys!

from serial.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.