⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 The source code example of ARM9 development board from Artila (M-501 starter kit). The source code c
💻
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -