Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 581 Bytes

File metadata and controls

14 lines (9 loc) · 581 Bytes

Arduino-To-TouchDesigner

Touch Designer project file for reading simple serial messages from Arduino.

Arduino must send Serial.print() commands. Touch will read them.

Touch Designer file has DATs that format the incoming Serial messages. Filtering dat searches for a label at the start of the message "Button:" and then splits into key/value pairs. If whitespace is listed in the value, it removes it, etc.

Future Planned Branches

  • Add bi-directional messaging From Touch <--> Arduino
  • Add improved message handling / schema for serial messages to optimize data sending