Since you can control the Arduino via USB and the Arduino Serial Monitor I thought a simple USB to cat6 converter set and a script cue to send input to the Arduino Serial Monitor which would send out USB to the Arduino board might be the simplest way to go. Is this actually possible? I believe this would avoid a whole bunch of extra Arduino programming which is not my strong suit.
I also have an Ethernet Shield for the Arduino and had initially thought that I would be sending OSC messages from QLab to the Arduino. As I look into this further it seems to be getting more and more complex. Is there advantages to the OSC option over USB if I am just sending a simple string input to 1 Arduino (e.g. "5" and then "enter")?
tell application "CoolTerm"
local w
local d
set d to "A"
set w to "CoolTerm_0"
Connect w
delay (2)
if Connect w then
Write {w, d}
end if
end tell
You would probably need to add a few bits to make it more robust but that should work. Maybe create the connection in an earlier
Q as it takes a moment to establish.
--
Contact support anytime: sup...@figure53.com
Follow Figure 53 on Twitter: https://twitter.com/Figure53
User Group Code of Conduct: https://figure53.com/help/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/_jRwmRANhDo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/d8495b58-263f-4788-812f-e406733740ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CALFMR1vE8JPkjzog-HW4euJYgq%3Dca2Xrvt_r52nki58LN6y8QA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/8319B243-B2E7-4195-BD32-0B0D3DECEFB1%40orcsd.org.