Replies: 1 comment 4 replies
-
Can you attach the workflow? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm using Bonsai to both send information via serial to an arduino to control a series of outputs, as well as receive the data from the arduino to write to a CSV file. However, I encounter an issue whenever I try to run this program on the Arduino Due, which has two USB ports-- one for sending on and one for receiving data. I have been unable to successfully execute the protocol, even if I create two separate arduino serial connections via nodes in bonsai-- I receive an error-- "the given port name does not start with COM/com or does not resolve to a valid serial port Parameter Name portName" despite identifying these unique serial connections as different ports (e.g. COM5 and COM7) within the Bonsai nodes.
Does anyone have any advice or idea of how to address this issue? My arduino program also identifies and opens both serial connections. They do work on other serial monitors, but I have not had success using bonsai.
Thanks in advance!
Alice
Beta Was this translation helpful? Give feedback.
All reactions