Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 358 Bytes

File metadata and controls

7 lines (4 loc) · 358 Bytes

Serial communication example for SGDK

Code example on how to do communication over the MD serial port with SGDK...

This example will wait until it receives a newline terminated string and then send it back to the remote connection (ping ponging text), while also printing any received text to screen.

Screenshot