Difference between revisions of "Program Examples:Serial Com:Serial Com Example"
m |
|||
| Line 2: | Line 2: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| − | The following example demonstrates the set up of a serial connection with | + | The following example demonstrates the set up of a serial connection with softMC.<br/> |
<br/> | <br/> | ||
The program opens COM2 and waits for at least 3 bytes to arrive. Then it sends a message "done" and closes connection. | The program opens COM2 and waits for at least 3 bytes to arrive. Then it sends a message "done" and closes connection. | ||