Browse Source

Docu

master
Tim Zeuner 1 year ago
parent
commit
8812ecfda1
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      Communication/uart_communication_main.cpp

+ 7
- 0
Communication/uart_communication_main.cpp View File

@@ -1,5 +1,12 @@
#include "uart_communication.h"

/*
* Usage: telnet [ip] [port]
* eg.: telnet 192.158.4.1 8080
* To quit: ctrl + +
* q
*/

int main(void) {
printf("Starting the loopback application...\r\n");

Loading…
Cancel
Save