搜索资源列表
test_onlyread
- java界面运行在pc上,write.c载到linux系统的节点上,两者通过串口进行通信。然后在pc上运行test,在界面中输入ttyUSB0,点open按钮,然后点read按钮。接着在节点上./write运行write就能在界面上显示接收到信息。-java interface running on the pc , write.c set to the linux system nodes, which communicate through the serial port with pc.
serial_rd
- 在linux下用C语言开发的小程序,实现对指定串口的打开,设置串口的通信参数(波特率设置,数据位,奇偶校验,数据流控制等),通过使用read函数和write函数实现串口的读写。-Under linux using C language in the development of small procedures, to achieve the specified serial port to open, set the serial port communication parameters (
serial
- 串口通信在LINUX下使用发送信息 采用C语言编写,-secial use c to send character
term1
- linux c 读写串口的程序,主要实现了通过串口读写数据!-linux c to read and write serial programs, read and write data through the serial port!
eth
- LINUX 下的串口操作函数例程,标准的API函数-uart operation api function for linux by c lianguage.
Serial
- Linux 串口源代码,使用纯C++代码,没有使用其他库-Serial Linux source code, using pure C++ code, do not use other libraries
SourceCode
- 一个串口的程序,Linux下,包括串口的打开 初始化,以及一个main用于测试,,按需调试。-onr seril port programmer,include init_port.c open_port.c mian.c
linuxcPPCom
- linux c++ 串口访问类.该类完成了串口的打开 设置读写等功能。有助于帮助初学者学习linux下串口操作。-linux c++ serial access class. Such complete opening is provided in the serial read and write functions. Contribute to help beginners learn under linux serial port operation.