搜索资源列表
pclterm
- 一个Linux下测试串口的源代码,呵呵,很好用。-a serial testing Linux source code, what good use.
linux下串口编程
- 串行口是计算机一种常用的接口,具有连接线少,通讯简单,得到广泛的使用。常用的串口是RS-232-C接口(又称EIA RS-232-C)它是在1970年由美国电子工业协会(EIA)联合贝尔系统、调制解调器厂家及计算机终端生产厂家共同制定的用于串行通讯的标准。它的全名是\"数据终端设备(DTE)和数据通讯设备(DCE)之间串行二进制数据交换接口技术标准\"该标准规定采用一个25个脚的DB25连接器,对连接器的每个引脚的信号内容加以规定,还对各种信号的电平加以规定。传输距离在码元畸变小于4%的情况下,
linux_soft_plc.rar
- 国产的软件PLC,是广州一象公司在LINUX平台上开发的一款商用PLC系统.,domestic software PLC Guangzhou is a company like Linux platform in the development of a commercial PLC system.
Serial_test
- LINUX QT 串口测试代码,很好的参考资料,如果你正在做QT 串口编程,可以参考-LINUX QT serial test code, a good reference, if you are doing QT serial programming, you can refer
gsm_gprs
- Linux gprs通过串口收发短信的简单代码,仅供参考-Linux gprs send and receive text messages through a simple serial code, for reference only
mycom_linux
- 这是一个类似串口通讯工具的程序,在linux下已验证通过-This is a similar tool for serial communication program has been verified under the linux
testCom
- 这是一个Linux下测试串口的程序,通过这个程序可以学习Linux下如何操作串口-This is a Linux program to test serial port, through this program can learn how to operate the serial port under Linux
RS485
- linux下,简单的串口收发通讯。串口配置在主函数中修改。-linux, a simple serial communication transceiver.
RS232
- RS-232 串口通信 在Linux下 实现一个接收一个发送 程序简单 适用于初学者。-RS 232 serial communication realize in Linux a receiving a send program simple it is suitable for beginners.
PCI_SerialPortCard
- 利用oriverstudio和visulae++设计出基于windows的多串口卡设备驱动程序 分 析了Linux内核及其与设备驱动程序的关系,根据Linux设备驱动的结构提出了 Linux设备驱动程序具体的设计和实现流程。保证了多串口卡能应用于多操作系统。 -Use oriverstudio and visulae++ to design windows based multiport serial card device driver analysis of Linux ker
kermit
- linux系统下小巧好用的串口终端,源码详细,编译后直接可以使用。内部源码对学习串口控制很有帮助。-Linux system of compact serial port terminal, detailed source code, and the translated directly after can be used. Internal source of learning a serial port control is very helpful.
get_data.tar
- 基于linux的一个串口调试程序,可以进行串口打开、数据发送读取-a serial debugging procedures based on linux which could open serial ports, send and receive the data.
linux
- linux下的串口通信程序详解,给出测试程序来理解linux下的串口操作流程,例程receive.c用来接收从串口发来的数据,而例程send.c用来发送数据到串口。二者成功建立串口连接后,串口接收端会收到串口发送端发来的字符串数据“Hello,this is a Serial Port test!”。-serial communication program under linux Detailed test procedure is given to understand that under
serial_linux
- This a simple code using COM port in Linux. The host sends a packet of 6 bytes (including CRC) through serial port and waits for the responding packet. If CRC is correct, the packet is parsed to get some useful data. Test code and Makefile is include
wincoMM
- WINDOW下的一个串口程序源码,除了正常的串口通信之外,还可与linux串口通信-WINDOW under a serial program source code, in addition to the normal serial communication, but also with linux serial communication
HyperTerminal_Chinese_Unicode
- 由于WIN7取消了超级终端,给串口调试,特别是嵌入式linux系统调试带来了极大的不便,感觉这是微软的一个错误,这个是跟XP的超级终端一样好用的,支持中文,非英文版本的超级终端,值得您的下载!- WIN7 canceled due HyperTerminal to the serial debug, especially for embedded linux system debugging brought great inconvenience, I feel this is a M
testsmserial
- linux下封装好的串口通讯类,附带有测试程序.-packaged under linux serial communications, with a test program.
WM2416R-UserManual-V103
- 北京智心胜达科技有限公司WM2416R通信管理机以及串口服务器的使用手册介绍,一个不错的设计,基于PowerPC的Linux系统设计,适合做工业现场采集、电力、消防、能耗管理等使用,值得使用-Beijing WiserMind Technology Co., Ltd. WM2416R communication manager and serial server s manual introduction, a good design, Linux PowerPC-based system de
myCom
- 在Linux环境下,用QT写的串口通讯实现简单的26字节协议-In the Linux environment, using QT write serial communication to achieve a simple 26-byte protocol
ymodem_mcu
- linux系统与单片机通过ymodem协议传送文件-linux system send a file to mcu form serial.