搜索资源列表
UART_arm10_ch
- 这是arm10上面的linux环境下的串口通信源程序,方便学习和调试-above the linux environment of serial communication source to facilitate learning and Debugging
vdb
- 无线传感器网络mica2平台下的增加串口调试源程序,平台:linux+tinyos 或者windows+cygwin+tinyos. 内附说明文档.-wireless sensor networks mica2 platform increased serial debugging source, platform : tinyos or linux + windows + cygwin tinyos. the text accompanying literature Ref.
03_tty
- linux平台下的嵌入式开发,用于串口通讯的调试,有可执行文件
linux串口调试助手
- 最近调Tinyos的东东,由于习惯在linux下搞。看到他用的java去通信感觉就不爽,就用c++搞了一个,把他的串口栈的东西除了,完善了下就用 QT4写了个界面,写了个串口调试助手。现在还有一个问题没有解决,就是如何获取当前可用串口列表,现在只是静态添加了几个。现在想法是利用dmesg获取分配的串口描述符,或者在/proc中读,但是/proc中获取不了描述符。不知道还有没有更好的办法,希望大家能提提意见。
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
sct-complete
- linux下的改进的串口调试小助手,采用poll机制-improved under linux serial debugging a small assistant, using poll mechanism
qserial1
- 用QT写的Linux 串口调试小助手!方便开发者在Linux下串口调试-serial assistanter written by QT in linux!
serialarm
- 可用在基于三星S3C2410板子上的串口调试,加到Linux下编译-Can be used in board based on Samsung S3C2410 serial port on the commissioning, added to the Linux compiled
8_UART
- Linux 下串口程序,我的板子是s3c2440程序以及通过测试可以通过-串口编程已经通过,经过调试没有错误
ipdectos
- 一个不错的linux封装,包括timer, msgq,thread,syslog, telnet,串口命令等调试。编译后在linux可以直接运行,看懂后就可以在嵌入式环境直接运行。-good linux wrapper for practice,including timer,msgq,thread,sem, syslog,telnet,serial port debug.
serial_show
- serial show 功能:用于单片机、嵌入式机器串口调试等 您可以根据此程序修改为您自己想要的串口上位机程序。 本人长期开发上位机VC++、linux、单片机软件。 如果有程序外包,您也可联系QQ:345304221,或qq邮箱345304221@qq.com-the serial the show Functions: for single-chip serial debugging of embedded machine You ca
uartps_v1_03_a
- zedboard开发板硬核串口调试源码, 可以在linux下编译也可在xilinx的sdk中编译-zedboard hard core development board serial debugging source code can be compiled under linux can also compile the xilinx sdk
qtserial
- windows linux下通用的串口调试助手,功能全面,有很大的参考价值,qt开发!-Windows Linux under the general serial debugging assistant, comprehensive functions, have great reference value, QT development!
ComDebugger
- 天嵌2400的串口调试源代码,嵌入linux系统环境-Days embedded 2400 serial debugging source code, embedded linux system environment
serialport
- 在安装有linux操作系统的MINI2440上,基于QT界面的串口调试助手serialPort,可以用于在开发板上实现与GSM、PC的串口调试上。-The installed linux operating system MINI2440, QT-based interface serial debugging assistant serialPort, can be used for the realization of the development board with GSM, PC s
xgcom-0.04.2
- xgcom最新版本,适合Linux系统下的串口调试-xgcom latest version suited serial debugging under Linux
serial
- 这是基于ARM-linux的串口调试实验源码-This is based on ARM-linux serial debugging test code
TestSerialPortTools
- 基于Qt设计的串口调试助手,可在linux下通过设置参数,实现串口通信-Qt-based design of serial debugging assistant, can in linux by setting parameters, serial communications
串口数据传输及插入数据库
- 其为测试程序,由串口调试助手发送数据,嵌入式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串口调试程序,做了一个环回的,接收到什么数据,返回什么数据