SerialStringWrite error #956
-
I encounter errors when using When using a simple This looks like an initialization problem to me. But I don't know how to solve it. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
Basically, whenever I try to embed the SerialStringWrite into "something" in my main workflow, it throws an error upon start. It does not matter where I interface or when - only if I keep it separate from the main workflow it works |
Beta Was this translation helpful? Give feedback.
-
Could you include the workflow? thanks |
Beta Was this translation helpful? Give feedback.
-
It does actually work if I just turn the publishing sequence around: I.e. I have the key presses attached to the serial write procedure and just publish this into the video / frame logger. |
Beta Was this translation helpful? Give feedback.
-
Not to add more confusion here, but I also tried to switch to OSC as an alternative messaging service - to have a python script listen to what comes out of Bonsai. The same "flavour" of error occurs also with the OSC nodes when I put them into my workflow. Then the error is "The specified connection has no matching configuration". So in each case the initialization fails because the port / ... cannot be found. What am I doing wrong? I am attaching the OSC example (just a drop in replacement for the serial connection) here too. |
Beta Was this translation helpful? Give feedback.
-
Could you give this modified version a try? |
Beta Was this translation helpful? Give feedback.
Could you give this modified version a try?
keyloggingFix.zip