Shop OBEX P1 Docs P2 Docs Learn Events
UART send ascii value? — Parallax Forums

UART send ascii value?

vladvlad Posts: 4
edited 2006-02-03 01:32 in General Discussion
I want to send·data to·the serial port txuart.sendString("test"). At the end of the transmission I want to send the character that has the ascii value of 12 (decimal). How can I do that?

Ok i found the answer myself....··· txUart.sendByte(0x0C);·····

Post Edited (vlad) : 2/2/2006 8:59:55 PM GMT

Comments

Sign In or Register to comment.