readme

来自「The source code example of ARM9 developm」· 代码 · 共 24 行

TXT
24
字号
README for tcpclient_serial1.Compiler and buildexecute build.sh will create executable file tcpclient_serial.2.download to matrixuse ftp or USB/SD to put the executable file into matrix.3.execute examplee.g.chmod +x tcpclient_serial		/*change the mode of the file*/./tcpclient_serial /dev/ttyS1 192.168.2.230 4000	/*if your tty port P1, remote IP is 192.168.2.230, port is 4000*/4.matrix's tty port:ttyS1, ttyS2, ttyS3, ttyS4 5.source code:Serial-to-Ethernet example.A TCP client is ready to connect remote serverTTY Port is set to 19200, N81, no flow control.After connection is established, TCP client will send the received package to TTY port, and TTY port will send the received serial data to ethernet.If remote server close the connection, example will terminate.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?