send single Char down serial
I'm translating a piece made in isadora into max to take advantage of physics in max.
max can see my arduino and its receiving information what i can't figure out is, how do i send single char values through serial?
for example how do i send an 'a ' ?
You need to send the ASCII code for A, i.e. 65.
A usefull object for this is atoi.
p