interfacing max with a microcontroller
Hi there
Im just building a microcontroller circuit taking the input from several sensors and processing the data in MaxMSP, the microcontroller should send data of the 8bit ADC conversion down the Tx line into the RS232 and USB converter.
Im having some problems with the connection using the serial object. The result of the conversion is a number between 0 and 255 and it appears like that in the microcontroller. However when Im pulling the data from the serial object im getting random nubers like 255 255 254 134 0 53 etc. I was trying higher and lower baud rates but it doesnt seem to work.
ANy idea how to solve this? THanks for help