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

📄 readme

📁 The source code example of ARM9 development board from Artila (M-501 starter kit). The source code c
💻
字号:
MATRIX example programtcp_server.c1.Compiler and buildexecute "make" will create executable file.2.Download to MATRIXuse ftp or USB/SD to put the executable file into MATRIX.3.Execute examplefirst change file access permissions:chmod +x tcp_server.oand then execute:./tcp_server.o4. Example Description: tcp server examplefunctions: tcp echo server: listen tcp port 4000, and echo back the received data.What is shown in this example:	1. How to program a tcp echo server

⌨️ 快捷键说明

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