Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 3 months ago.
Sending ASCII over serial communication.
Greetings, I am trying to send ASCII codes to my 3G module using serial by using .write function but it doesn't work. An Error 265 was returned to me upon compiling. How do I go about sending : device.write(0x1A); sends ++ device.write(0x0D); device.write(0x0A); in mbed format? I'm new to mbed btw.