arduino-MaxMSP communications

时间:2013-11-25 16:42:39
【文件属性】:

文件名称:arduino-MaxMSP communications

文件大小:190KB

文件格式:PDF

更新时间:2013-11-25 16:42:39

arduino MaxMSP communication

Simple Serial MaxMSP  Arduino int inByte = 0; // incoming serial byte void setup() { Serial.begin(9600); pinMode(13, OUTPUT); // connect an LED here } void loop() { Temple University School of Communications and Theater Physical Computing Spring 2010 Chris Vecchio • Serial.read receives one byte at a time • Click on MaxMSP “97” message: Arduino pin 13 goes high • Click on MaxMSP “98” message: Arduino pin 13 goes low • These numbers are single ASCII byte values, arbitrarily chosen


网友评论