搜索资源列表
CDROMControlTry
- 光驱开关控制程序,实现了适时地对光驱的操作,通过串口实现-drive switch control procedures, the timely operation of the drive through the Serial Port
UartComm
- Modbus串口通讯协议通讯源代码,采用C开发,UartWaitFuc作为入口文件,提供从bit到double word的读写操作功能
UPSMonitor
- 基于MSCOMM32.ocx控件操作串口实现UPS监控。
ISA12port9054
- win2000下ISA接口的串口板卡的驱动程序,接口芯片用的是9054,共有12路串口,包括对串口的读、写及初始化操作。
uart
- 这是一个完成单片机串口的操作的源码程序,该程序是通过串口中断的方式进行的
串口扫描源码
- 包含的功能有打开串口,设置掩码等参数,读取数据并存入文件,写入数据等。
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
CSerial
- 串口通信类CSerial的头文件和源文件,其中包含有串口操作的函数。-It is about the class of CSerial,which has something to do with serial communication.
LV-mscomm32-int
- 这个小程序,是在labview平台下实现串口的中断操作-This little program is under LabVIEW platform serial interrupt operation
SerialSample
- 串口操作程序代码,通过COM口操作测试成功。-Serial port operation code, through the COM port testing success.
CH372UpDown_
- WinCE下操作USB,USB芯片为CH372-WinCE operating USB, USB chip for CH372
comport
- 打开串口,设置串口号,用户界面GUI,方便操作-Open the serial port, set the serial number, user interface GUI for easy operation
MsComm
- 串口以及相关的操作,通过MS控件来实现串口通信功能。-Serial port and related operations, by MS controls the serial communication function.
SerialPort
- 功能齐全的设备串口操作类,简单实用。值得收藏-Serial operation class
COM
- C语言通过底层API访问串口的程序。 非常简单的一个例子! 读取串口,然后进行相应的操作(鼠标、键盘控制)-C language API to access the serial port through the underlying program. A very simple example! Reads the serial port, then the appropriate action (mouse, keyboard control)
RTX_RS232_Driver
- 本程序为rtx系统下RS-232串口通信驱动程序。本程序对一些常用的串口操作进行了封装,使相关开发人员可以更方便的使用。-This program is under rtx system RS-232 serial communication drivers. The procedure for some common serial operation of the package, so that the relevant developers can more easily use.
CommMonitor3.13
- 这是一款串口监控软件,不同于常规监控软件,它能监控被监控软件的一切串口操作行为。特别牛。-This is a serial port monitoring software, unlike conventional monitoring software that can monitor the operational behavior are all serial monitoring software. Especially cattle.
jd-gui
- API概述 接口 CommDriver 可负载设备(the loadable device)驱动程序接口的一部分 CommPortOwnershipListener 传递各种通讯端口的所有权事件 ParallelPortEventListener 传递并行端口事件 SerialPortEventListener 传递串行端口事件 类 CommPort 通讯端口 CommDriver 可负载设备(the loadable device)驱动程序接口的一部分 CommPortOwne
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。