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

Interfacing USB #1805

Open
BrandonMitch opened this issue Mar 2, 2023 · 2 comments
Open

Interfacing USB #1805

BrandonMitch opened this issue Mar 2, 2023 · 2 comments

Comments

@BrandonMitch
Copy link

I am having trouble trying to build a plugin to interface with a satellite or Arduino through a USB cable. This is my first time trying to use COSMOS or Ruby and I don't really understand what to do. I've tried reading the documentation but it is rasing more questions than answers. Here is the plugin I built.

'# Set VARIABLEs here to allow variation in your plugin

VARIABLE auris_target_name AURIS
'# Modify this according to your actual target connection
TARGET AURIS <%= auris_target_name %>
INTERFACE <%= auris_target_name %>_USB serial_interface.rb COM5 COM5 9600 EVEN 1 10 10
MAP_TARGET <%= auris_target_name %>

Here is the error that I get when I try to run it within COSMOS:

AURIS_USB: ENOENT : No such file or directory @ rb_sysopen - COM5

Any help would be greatly appreciated, thanks!

@Shivaraj199
Copy link

Is there any update on this issue?

@ryanmelt
Copy link
Contributor

This project is no longer maintained. Please head over to https://github.com/OpenC3/cosmos

Windows COM ports do not exist inside of linux docker containers. You need to use a bridge. Please see:
https://docs.openc3.com/docs/guides/bridges

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

3 participants