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.
- Add bi-directional messaging From Touch <--> Arduino
- Add improved message handling / schema for serial messages to optimize data sending