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

Connection Failed: ENOENT: No such file or directory @ rb_sysopen - COM21 #249

Closed
Theskyfalls opened this issue Nov 15, 2022 · 3 comments
Closed
Labels
question Questions about OpenC3

Comments

@Theskyfalls
Copy link

image

image

Hey I am trying to understand where to start troubleshooting with this error.

Any help pointing in directions would be great.

Thanks

@ryanmelt
Copy link
Member

Hello!

Serial ports don't work in Docker unless you expose them to the container (linux only).

See: OpenC3/docs.openc3.com#16

Also - You should probably update to the latest OpenC3 :)

@ryanmelt ryanmelt added the question Questions about OpenC3 label Nov 15, 2022
@Theskyfalls
Copy link
Author

Thanks For the info!

So to confirm there is not a way to use serial ports on Windows through docker?

Currently I am able to run cosmos on my Windows machine, and unable to run it on the Linux VM I have set up

@ryanmelt
Copy link
Member

Sorry, for Windows you can use our bridge concept. Basically its a small process that reads the serial port and forwards the data over ethernet to COSMOS.

See: OpenC3/docs.openc3.com#16

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

No branches or pull requests

3 participants