搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
serialctl
- arm-linux串口通讯代码。arm-linux串口通讯代码。arm-linux串口通讯代码。
linux GPS 数据接收 解析
- 串口 接受并解析gps时间 通过串口发送
linux下一个串口通讯程序
- linux下一个串口通讯程序,包括串口的初始化,以及串口设备资源的访问。-a serial communication program under linux, including the serial port initialization, and serial device access to resources.
rtdir.rar
- arm9(s3c2410)下的串口通信测试代码,收到一个数据后,发送该数据。,The source for uart at linux for arm9(s3c2410).
linux_uartdriver.rar
- 一个简单的 arm-linux 下的 Uart驱动实例,里面含有测试程序,需要连接两个串口来测试。,A simple arm-linux-driven examples of Uart, which contains the test procedures, the need to connect two serial ports to test.
linux_Serial_Port_Driver_Development
- linux下串口驱动开发文档,:介绍了Linux 下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY 终端使用), 以及Linux 下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC 方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍,。-linux_Serial Port Driver Development
ttytest_important
- 串口程序 embedded linux C program-Serial procedures embedded linux C program
9200_serial
- 基于at91rm9200的串口驱动,在linux下的编程-Based on AT91RM9200 serial driver in linux programming under
Book-EmbLinuxApp-Code
- 嵌入式LINUX事例代码,里面包括的文件主要有进程间的通信,串口的编程等-Examples of code embedded LINUX
S3C2410seriallinuxdriver
- S3C2410串口驱动, it is a serial linux driver-S3C2410 serial driver, it is a serial linux driver ...
S3C2410_Serial
- 2SC2410嵌入式Linux串口驱动源代码-2SC2410 embedded Linux serial driver source code
PowerMonitor2
- 运行在arm平台linux中,使用qt软件开发,可以接受串口数据,并且在打开的窗口中用曲线的方式即时显示出来。程序中用到串口方面以及qt图形界面和c++知识。-Run on arm platform, linux, using qt software development, can accept serial data, and open the window curves method using real-time display. Procedures used in serial po
Linux
- 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial p
RS232CinRTlinux
- Linux中如何实时使用RS232c串口-How to use RS232C in Linux at real time
linux__serial_port_programme
- linux串口驱动开发文档.pdf(介绍了linux下串口编程方法)-linux serial port programme
linux-socket-C-S
- 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式ARM处理器接收数据并把数据插入SQlite3数据库。(ARM开发板为TQ2440)(For testing procedures, the serial debugging assistant sends data, the embedded ARM processor to receive data and insert data into the SQlite3 database. (ARM development board is TQ2440
linux串口调试程序
- linux串口调试程序,做了一个环回的,接收到什么数据,返回什么数据