搜索资源列表
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
Embedded_Programming_Code
- 这是《嵌入式系统编程-使用C和GNU开发工具》的随书源码。该书由O Reilly出版,代码主要基于ARM平台实现了了简单嵌入式程序编写、编译链接和定位、下载和调试、内存使用、外围设备控制、中断服务、串行端口使用、任务调度和消息传递等操作系统功能,并有嵌入式Linux实例,是学习嵌入式编程入门的好书。-This is the " Embedded Systems Programming- Using C and GNU Development Tools" with the bo
ipdectos
- 一个不错的linux封装,包括timer, msgq,thread,syslog, telnet,串口命令等调试。编译后在linux可以直接运行,看懂后就可以在嵌入式环境直接运行。-good linux wrapper for practice,including timer,msgq,thread,sem, syslog,telnet,serial port debug.
send
- 基于arm9平台的嵌入式linux下串口的数据发送程序,已调试通过。-program of data sending for serial port in embedded linux
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
Usage_configuration_-minicom
- minicom使用tftp调试开发板配置说明,可以在linux系统中,通过串口或者USB转串口线调试嵌入式开发板。-minicom development board using tftp debug configuration instructions, you can linux system through serial or USB to serial wire debug embedded development board.
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
serial_right
- linux下串口通信程序,实现主机与开发板之间的读写。压缩包里有读写源码和调试结果~-serial port communication in linux
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串口调试程序,做了一个环回的,接收到什么数据,返回什么数据