搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
如何添加串口2和串口3的驱动_by kingmokey
- 一个串口驱动开发教程,对初学者很有帮助,欢迎下载-a good tutorial of linux serial port driver
嵌入式 linux串口实例
- 嵌入式串口实例,有部分测试程序,功能:每隔2秒发送“1234567890”,并打印内容。接受也是每2秒一次,并打印内容,出错时打印出错信息-example, some of the test procedures, functions : every two seconds to send "1234567890", and print content. Each also received a two seconds, and Print, Print error erro
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
LINUX串口通讯源码
- LINUX下串口通讯源码。
LINUX+串口通讯源码
- LINUX+串口通讯源码.
serialctl
- arm-linux串口通讯代码。arm-linux串口通讯代码。arm-linux串口通讯代码。
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
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
serial.tar
- Linux 系统下串口驱动源码,及驱动开发说明-Serial driver source code under Linux systems, and Driver Development Descr iption
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
linux__serial_port_programme
- linux串口驱动开发文档.pdf(介绍了linux下串口编程方法)-linux serial port programme
linux-socket-C-S
- 嵌入式linux-socket串口编程,-Serial programming embedded linux-socket,
ARMlinuxSerial
- ARM linux串口实验,既可以在 仿真软件上运行,也可以在真的软件中运行,实现效果较好,代码和仿真软件的图都齐全。-ARM linux serial port test, simulation software can either run the software can be run in the really, to achieve better, the map code and simulation software are complete.
linux串口编程
- 改成小实现了linux系统下对rs232接口配置和使用,能正常的收发数据(Changed into small, Linux system to achieve the RS232 interface configuration and use, can send and receive data normally)
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式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串口调试程序,做了一个环回的,接收到什么数据,返回什么数据