搜索资源列表
linux 串口多线程程序(驱动gsm modem可参考)
- linux 串口多线程程序,改名为 .c 文件,直接编译即可.
44b0测试程序(串口)
- 本代码为44b0串口调试代码。已经测试成功。
串口测试程序源码
- 串口测试程序源码
ARM9裸机源码包
- 包括通用输入输出、串口、中断、触摸屏等各种ADS入门级程序,一看就懂
linux下一个串口通讯程序
- linux下一个串口通讯程序,包括串口的初始化,以及串口设备资源的访问。-a serial communication program under linux, including the serial port initialization, and serial device access to resources.
radio.非接触式IC卡串口读写程序源码
- 非接触式IC卡串口读写程序源码,包括读块,写块,读UID等操作,Non-contact IC card serial read and write procedures for source, including the time blocks, writing blocks, such as operation time UID
UART_INT 串口中断程序
- 串口中断程序:S3C2440A芯片,S3C920T内核-Serial interrupt program: S3C2440A chip, S3C920T kernel
UART_INT.rar
- 44b0串口中断程序代码,在开发板上调通,44b0 serial interrupt code, in the development board increase in pass
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.
LinuxDrivers
- Linux2.6内核驱动实例包: globalmem驱动、含并发控制的globalmem驱动、globalfifo驱动、poll应用程序范例、异步通知应用程序范例、支持异步通知的globalfifo、 S3C2410实时钟驱动、秒设备驱动与应用程序、DMA范例、静态映射范例、作为input设备触摸屏驱动、 作为普通字符设备触摸屏驱动、看门狗驱动、平台设备、S3C2410串口驱动、S3C2410 I2C主机驱动、 SAA711x I2C设备驱动、CS8900以太网设备驱动、S3C2
ttytest_important
- 串口程序 embedded linux C program-Serial procedures embedded linux C program
gps
- 用串口,来读取GPS的时间和位置信息的程序,嵌入式系统。-Using serial, to read the GPS time and location information of the procedures, embedded systems.
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
UART
- S3C2410 UART串口的测试程序 使用c语言和汇编语言-S3C2410 UART serial port test program using c language and assembly language
serialport.tar
- 在arm板上开发一个串口程序和pc机相连-In the arm board to develop a machine connected to the serial program, and pc
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式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
串口GPS解析程序
- 6410开发板,带解析的串口程序,已经验证成功,实验的时候多看看注释(6410 development board, with analysis of serial procedures Have proven successful, the experiment time to read more notes)
Android串口通讯
- android下的串口通讯示例程序,可手动设置端口、波特率、数据位、校验位和停止位
linux串口调试程序
- linux串口调试程序,做了一个环回的,接收到什么数据,返回什么数据