Basic Serial in for Max/MSP

A very basic serial input program for Max/MSP

To use the patch, copy the text and paste it into a new max patch window.

Thanks to David Mellis and Jamie Allen for the collaboration.

Technorati Tags:



basic_serial.png

max v2;
#N vpatcher 373 370 667 711;
#P window setfont "Sans Serif" 9.;
#P window linecount 1;
#P message 210 107 32 196617 print;
#P window setfont "Sans Serif" 18.;
#P number 43 218 116 18 0 0 0 3 0 0 0 221 221 221 222 222 222 0 0 0;
#P toggle 43 36 15 0;
#P newex 43 70 136 196626 metro 2;
#P newex 43 135 134 196626 serial a 9600;
#P connect 2 0 1 0;
#P connect 4 0 0 0;
#P connect 1 0 0 0;
#P connect 0 0 3 0;
#P pop;