搜索资源列表
uart2fifo
- uclinux下面进行嵌入式开发,ads下面调试串口程序,很好用
commsetdeviceid_vc++
- 设备ID烧写程序.exe 软件使用说明: > 1)先打开此程序.设备好串口号.其它取默认值就可以了.打开串口(默认开机自动打开串口1). 然后,设备按OK键开机. > 2)打勾\"自动生成下一个设备ID\" 产品ID会自动加1. 当产品ID达到最大999999时,生产批次自动加1,产品ID置为1000001 > 3)烧写完一台机器后,不用关闭程序,只需将串口插入下一台机器OK开机即可,进入UBOOT,先点击命令发送等握手后,再开始烧写设备ID.
44b0测试程序(串口)
- 本代码为44b0串口调试代码。已经测试成功。
serial
- 基于armlinux的串口调试程序,交叉编译通过。-Based on the serial armlinux debugger, through the cross compiler.
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
3uart
- CC2530串口调试程序 ,适用TI官方评估板-CC2530 serial debugger for TI official evaluation board
send
- 基于arm9平台的嵌入式linux下串口的数据发送程序,已调试通过。-program of data sending for serial port in embedded linux
gprs
- 基于飞凌公司OK6410开发板及GPRS模块编写的GPRS测试程序,使用的QT版本为QT4.7.1,可以实现的功能包括调试串口的选择,短信的发送及接收浏览,播打电话及接听或挂断电话,其中发送短信要借助外接键盘,只能发送英文短信-Written based the Feiling company OK6410 development board and GPRS module the GPRS test procedures, use of QT version QT4.7.1, function
serial_right
- linux下串口通信程序,实现主机与开发板之间的读写。压缩包里有读写源码和调试结果~-serial port communication in linux
serialport
- qt4.7 串口调试程序源码 可以直接编译使用-this is the qt4.7 serial port test source
serialTest
- 树莓派串口调试程序,可实现与单片机或者手机等通信。-te serial port testing program which can communicate with single chip machine or android cell phone.
indoor_environment.tar
- 嵌入式开发的串口调试界面程序,基于Freescale 的i.mx6qsarbesd的开发板,可以和pc机进通信,实现发送和接收信息的功能,分别对应三个波特率的版本,B115200,B9600和B24-Embedded development of serial port debug interface program, based on the Freescale i.m x6qsarbesd development board, can communicate with PC, realiz
8.UART
- ARM上开发的串口通信程序,用于打印调试信息,能像电脑Printf那样使用-On ARM serial communication program development, debugging information for printing, can be used like a computer Printf
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式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串口调试程序,做了一个环回的,接收到什么数据,返回什么数据