You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: