搜索资源列表
CPORT20 C语言开发串行通讯程序库
- 一个串口通讯编程的东东,介绍了很好的范例和源代码,请看看 -a serial communication program Dongdong, introduced a good example and source code, please see
PComm_Pro串口通讯库
- PComm_Pro串口通讯库P Comm_Pro串口通讯库PComm_Pro串口通讯库-PComm_Pro serial communication for serial communications for PComm_Pro PComm_Pr o serial communications for serial communications for PComm_Pro
wsc4c30.zip 串口通讯动态连接库
- 串口通讯动态连接库,支持X/YModem协议,serial port communicational dynamic link libraries,To hold up X/YModem agreement
synaser Synapse串口同步库
- Synapse串口同步库。功能有:它不是控件,而只是代码库。适合编写控制台应用服务或其它应用;不需要安装;读写数据的方法和Synapse提供的TTCPBlockSocket一样;支持MODEM的AT指令;支持RTS驱动的通讯(例如:RS-485适配器)。功能无限制。源代码:包含。适用语言:CB3 CB4 CB5 D2 D3 D4 D5,Synapse serial synchronous library. Function: it is not control, but only code ba
Uart
- LPC2103的串口通讯程序,采用自带库函数编写,实现PC机把指令发给控制器,控制器再把所接收数据返回上位机-LPC2103 serial communication procedure for the preparation of native library functions to achieve PC-to instructions issued to the controller, the controller then receives the data back to PC
Serial_(RS-232C)_Connector_1
- 用于串口通讯的windows 函数库,可以控制多个串口和监控每个串口的工作状态。-For serial communications library windows, you can control multiple serial and monitoring the work of the state of each serial port.
CComm
- 串口C++类库,用于WINDOWS和WINCE操作系统下串口通讯.-Serial C++ class library for WINDOWS and WINCE operating system serial communication.
synaser
- 一个可用于Delphi和FPC的串口通讯类库-A Delphi and FPC can be used for the serial communication library
cnCOMM_Demo.src
- 一个很好用的C++串口通讯类库,附有两个实例。-Used a very good C++ serial communication class library, with two examples.
STM32V100_uart
- STM32的串口通讯程序,使用官方的库文件-STM32 serial communications program, using the official library file
comm
- 用跨平台的QT库编写的串口通讯工具。QT库相当于MFC,但简洁,高效而且有很好的跨平台特性,用其编写的代码不用修改可以在linux/windows平台下编译。-With cross-platform QT library written in serial communication tool. QT library is equivalent to MFC, but the simple, efficient and have a good cross-platform features, w
SController
- 采用第三方类库qextserial编写的串口通讯程序。-communication application designed by the third library, qextserial.
usart_moban
- STM32F205RB芯片,使用标准库,串口通讯的收发程序(STM32F205RB standard library, serial communication)
E语言串口通讯
- 易语言串口COM通讯源码例程程序结合易语言扩展界面支持库,应用易语言端口组件,通过端口实现单片机的发送接收数据
232串口通讯
- STM32串口通讯代码 C语言STM32库函数编程,232串口通讯。(STM32 serial communication code)
YSF1_HAL-008. USART-调试串口
- HAL库串口程序,非常实用,已经测试过,没有问题的(HAL library serial program, very practical)
串口通讯
- 作者 raojun 自己写的一个用库函数方式操作单片机串口通讯的一个demo!(The author raojun himself wrote a demo with a library function to operate the serial communication of the single chip computer!)
串口 通讯和选择开关控制继电器
- 作者 raojun 自己写的一个用库函数方式操作单片机来实现对工业设备控制,并且可以用单片机的串口通讯与外界的系统交互! 您可以稍作修改来用于制作用一部上位机来远程控制的机器!(The author raojun wrote a library function to operate the single-chip microcomputer to control industrial equipment, and it can interact with the external syste
ComFxPlc V27
- FX3U 串口通讯程序实例。该类通讯组件适用于基于PC高级语言的工业自动化控制系统,用于PC与可编程控制器(PLC)、智能仪表等进行数据通讯。组件采用动态链接库文件(*.DLL)的形式,在PC系统的项目工程里引用该组件,调用相应的属性与方法函数,即可快速实现PC与PLC的数据高效交换。(FX3U serial communication program examples. This kind of communication component is suitable for industria
STM32 RS485串口通讯实验
- STM32 RS485串口通讯实验(基础篇)对于初学者比较好,用的标准库,万事开头难,一起弄吧。