Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource temporarily unavailable error? #13

Open
MBartner opened this issue Aug 16, 2017 · 0 comments
Open

Resource temporarily unavailable error? #13

MBartner opened this issue Aug 16, 2017 · 0 comments

Comments

@MBartner
Copy link

I am using arduino-serial for a cross platform application. It worked successfully on OS X, but when I compile it on Windows 7 with Cygwin and try to connect to the arduino with the command

$ ./arduino-serial -b 115200 -p /dev/ttyS2 -r

I am met with the error "Device disconnected. : Resource temporarily unavailable". I am sure the baud rate is correct and the Arduino is connected to COM3, which I found translates to /dev/ttyS2 for cygwin. The only changes I made to the code itself was encapsulating the '-r' (read from serial) functionality in a while loop so it would continuously print output from serial. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant