mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2025-10-29 11:33:20 +00:00
UART tcp usage comment
This commit is contained in:
parent
7d8cbe824b
commit
689a97c3c9
@ -292,6 +292,11 @@ void Start_UART_TCP(void* arg)
|
||||
|
||||
// startDriver UartTCP [baudrate] [buffer size] [connection channel] [hw flow control]
|
||||
// connection is for led, -1 if not used.
|
||||
// Sample:
|
||||
// startDriver UartTCP 115200 8192
|
||||
// Then connect to 8888
|
||||
|
||||
// backlog stopDriver UartTCP; startDriver UartTCP 115200 8192
|
||||
void UART_TCP_Init()
|
||||
{
|
||||
g_baudRate = Tokenizer_GetArgIntegerDefault(1, g_baudRate);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user