搜索资源列表
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
linux下串口通信
- 一个linux下的串口c程序
Linux下的串口通信实现
- 介绍Linux下的串口通信实现,用c语言实现串口通信的论文,值得一看
rtdir.rar
- arm9(s3c2410)下的串口通信测试代码,收到一个数据后,发送该数据。,The source for uart at linux for arm9(s3c2410).
linux-uart
- 简单的嵌入式linux串口通信程序,非常实用,简单易懂,可在2440上使用-Simple serial communication program of embedded linux very practical, simple and easy to understand, can be used in the 2440
qt_comport.src.ZIP
- Qt串口通信历程,用用qextserialprot库,绝对可行,windows,linux,嵌入式linux都可以,经过测试成功-Qt serial communication process, with use qextserialprot library, absolutely feasible, windows, linux, embedded linux can be, tested successfully
gsm-modem.c.tar
- linux下GSM modem串口通信测试程序代码-linux serial port communication under the GSM modem test program code
RS232_read
- Linux下串口通信的接收程序,采用C语言编写的,已经测试通过,证明可用-Linux, serial communication receiver program using C language, and has been tested, that can be used
Serial
- Linux下串口通信程序,打开串口,发送与接收数据-Linux serial
emb-linux-Serial
- 针对嵌入式Linux操作系统的特点,分析在该系统下串行通信口编程控制的方法,总结程序 设计的步骤; 在嵌入式Linux 系统上, 编写控制程序, 成功地实现嵌入式系统与微机系统 间的数据交换。 串口编程 嵌入式Linux Linux 内核-For embedded Linux operating system features, analysis of the system of serial communication port programming under control,
LINUX_UART
- 基于LINUX串口通信编程的入门介绍,了解LINUX的串口通信原理-LINUX-based introductory programming serial communication, the understanding of LINUX Serial Communication Theory
Uart
- 一个简单易懂的linux串口通信源码,里面包含自带串口和扩展串口通信程序-A simple and easy to understand linux serial communication source, which contains built-serial and serial communication program expansion
comtest1223
- Linux 串口通信程序,包含基本的读写-Linux Serial Communication Program, including basic literacy
comw
- linux嵌入式系统的串口通信程序,可与其他带串口的系统通信,包括PC机、单片机等-linux com
chuankou.tar
- linux下的串口通讯程序 蛮简单的 实现单片机到计算机之间的串口通信 主要是接收数据-linux serial port communication program under the very simple MCU to the computer serial communication between the main receiving data
11
- linux 下的串口通信,以及windom下的串口通讯,采用QT编写。-serial communication under linux, and windom under the serial communication, written by QT.
AutoUpdate
- MFC通过HTTP下载文件并通过串口发送到linux话机(MFC downloads files via HTTP and sends them to the Linux phone via a serial port)
Linux下串口通信编程
- Linux平台下的串口通信编程知识,以及关于串口硬件的相关知识。(Serial port communication programme in Linux platform and somthing about UART hardward.)
serial.tar
- linux串口应用处理, 读写,初始化,波特率设置相关处理。(Linux serial application processing, reading and writing, initialization, baud rate setting related processing.)
uart_read
- linux 下的串口的读取底层程序,也可在android上跑(Serial read the underlying program)