搜索资源列表
test_special_char
- 此程序为linux下串口测试程序,用特殊字符测试串口-procedure for linux Serial testing procedures using special characters serial test
com_client
- linux下的串口编程软件!很好用 详细的介绍了MODBUS的协议内容 包括传输格式,功能码介绍等 (2005-3-29,C++Builder,93KB,下载14次)【向站长举报此文件和某个同类文件可能重复】 mbtcp.zip - modbustcp客户端测试程序,用来模拟上位机软件,对产用modbustcp协议的设备进行测试
qserial
- Linux/Windows 环境下跨平台程序,该程序扩展了Qt的串口类,更易于串口程序开发。-Linux / Windows cross-platform environment program, which extends Qt Serial category, Serial easier development.
Linuxgserial
- 本程序是在LINUX下编写的串口程序设计,gserial.c gserialfun.c-the procedure was prepared by the LINUX serial programming, gserial.c gserialfun.c
rzsz-3.48.tar
- 开源串口利用Xmodem,Ymodem,ZModem 下载,上传的程序.在Linux,Arm-Linux 都可使用
ARM_GPS
- 硬件平台:开发板创维特jx2410,gps模块HOLUX GR-87,USB转串口线一条。程序是在嵌入式linux操作系统下读串口实现。
MultiThreadSerial
- Linux下的一个多线程串口收发程序。应该相当好的。如有什么BUG请通过邮箱通知我
SecureCRT_Green
- 一个串口开发软件,方便控制串行口和相关linux程序的开发
linux
- 这是一个LINUX下多串口驱动程序,是一个非常成熟的代码,已经卖出很多了,非常难得,希望能给大家带来帮助。里面包括了协议及控制,校验等等代码,希望大家支持
linux下串口通信
- 一个linux下的串口c程序
串口小程序
- 用于linux下打开gps串口数据调试的程序
jindi java sms for linux V3.1
- jindi java sms for linux(JJSL)主要用于在linux操作系统上通过java程序控制Wavecom M1306B GSM/GPRS Modem短信设备的发送和接收。 目前主要支持wavecom全系列产品。开发测试环境为Wavecom M1306B(原装)。 JJSL最大的优点就是跨平台,更换平台只需要更换底层驱动和jindisms-3.1-RC1.jar文件,无需修改您的应用软件。为您节约大量开发及维护成本。 其次,JJSL将所有设备底层操作打包为jindisms-3.
qextserialport-1.1-tar.gz
- qextserialport-1.1-tar.gz 用Qt实现的串口程序,可在WINDOWS和Linux下运行,相当于一个串口库
gprs-ppp
- GPRS-ppp 拨号上网程序 实现嵌入式linux上GPRS拨号上网 -GPRS-ppp dial-up program on the embedded linux GPRS dial-up Internet
RS232_read
- Linux下串口通信的接收程序,采用C语言编写的,已经测试通过,证明可用-Linux, serial communication receiver program using C language, and has been tested, that can be used
sms_gprs
- 上位机vc6.0编程控制西门子GPRS模块实现短信收发,GPRS收发数据,并且此程序可以移植到带有操作系统UCOS-II或LINUX的下位机,框架结构很好,效率很高。-Programming the control PC vc6.0 Siemens GPRS module to send and receive SMS, GPRS to send and receive data, and this process can be transferred to UCOS-II with the o
comw
- linux嵌入式系统的串口通信程序,可与其他带串口的系统通信,包括PC机、单片机等-linux com
chuankou.tar
- linux下的串口通讯程序 蛮简单的 实现单片机到计算机之间的串口通信 主要是接收数据-linux serial port communication program under the very simple MCU to the computer serial communication between the main receiving data
serial
- 实现串口通信的Linux程序,应用于usb转串口-Linux realizing serial communications program, applied to usb to serial
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