-->
Page 1 of 1

Example for receiving UART messages in binary format

PostPosted: Tue Dec 29, 2015 3:21 am
by helpme
I would like to use SMING framework to write an application that receives UART messages in binary format, parse it and take action accordingly. The only example I found is Telnet_TCPServer_TCPClient which uses the CommandProcessing library. Unfortunately, this example receives UART in text. Are there any code examples for receiving UART messages in binary format?

Thank you.

Re: Example for receiving UART messages in binary format

PostPosted: Wed Dec 30, 2015 2:18 am
by helpme
I just found a good example. It is in SMING Basic_serial SerialReadingDelegateDemo.h