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

📄 readme

📁 The source code example of ARM9 development board from Artila (M-501 starter kit). The source code c
💻
字号:
README for tcpserver_serial1.Compiler and buildexecute build.sh will create executable file tcpserver_serial.2.download to matrixuse ftp or USB/SD to put the executable file into matrix.3.execute examplee.g.chmod +x tcpserver_serial		/*change the mode of the file*/./tcpserver_serial /dev/ttyS1 4000	/*if your tty port P1, tcp listen port is 4000*/4.matrix's tty port:ttyS1, ttyS2, ttyS3, ttyS4 5.source code:Serial-to-Ethernet example.A TCP Server is ready to accept connectionTTY Port is set to 19200, N81, no flow control.After connection is established, TCP server will send the received package to TTY port, and TTY port will send the received serial data to ethernet.If remote client close the connection, TCP server will reture to LISTEN state.	

⌨️ 快捷键说明

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