-
MultiThSerial
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听(call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping)
- 2005-03-18 23:47:27下载
- 积分:1
-
standardSerailPortWin32Interface
标准串口win32接口函数,通过这些微软提供的串口接口函数可以实现对串口的读写操作(standard serial port debug source code)
- 2015-12-12 16:29:20下载
- 积分:1
-
Motion-Controller-with-STM32
介绍了一种点位运动控制器的设计,该控制器可以控制步进和伺服电机。该运动控制器以
STM32F103 为主控微处理器,实现了电机起停的加减速控制,扩展了 RS485 串行通信接口,设计了限位保护电
路,移植了嵌入式实时操作系统μC /OS-Ⅱ,通过μC /OS-Ⅱ来调度运动控制器的多个任务,设计了串口通信协议,
可以方便组成多轴控制系统.(Describes the design of a point of the motion controller, the controller can control a stepper and servo motors. The motion controller controlling microprocessor STM32F103, acceleration and deceleration control the motor starts and stops, extended RS485 serial communication interface, designed to limit protection circuits, transplantation of embedded real-time operating system μC/OS-Ⅱ μC/OS-Ⅱ scheduling multiple tasks of the motion controller, designed a serial communication protocol, can easily form a multi-axis control system.)
- 2012-12-18 22:52:09下载
- 积分:1
-
serial_communication_assistant
matlab GUI编写的串口通信助手,通过一定的串口链接实现PC机之间的串口通信,包括数据的接收和发送。波特率,校验位个数,进制显示,发送周期可以进行设置。(matlab GUI written in serial communication assistant, through certain serial link between the PC serial communication, including receiving and sending of data. The baud rate, parity number, hexadecimal, the the sending cycle can be set.)
- 2012-10-17 16:26:29下载
- 积分:1
-
MDB-Cashless-Test
MDB协议接口售货机非现金支付测试工具,用于连接RS232-MDB适配器到自动售货机MDB接口,实现自助设备的移动支付。(MDB protocol interface vending machine cashless payment testing tool, used to connect RS232-MDB adapter to the vending machine MDB interface, to achieve mobile payment of self-service equipment.)
- 2018-05-27 15:37:05下载
- 积分:1
-
09963185
Huffman编码和解码程序,用c++编写,健壮性强,值得参考()
- 2018-06-11 03:28:44下载
- 积分:1
-
Serial-procedure-pc
串口调试助手源码,pc机与单片机通信,一般的串口程序编写过程(Serial procedure pc pc machine and the single-chip communication, the serial programming process)
- 2012-09-01 11:40:57下载
- 积分:1
-
serial
串口驱动程序,可替换NT下的串口驱动程序 (Serial dirver which can replace serial driver in NT)
- 2021-04-20 23:48:49下载
- 积分:1
-
grape
vc6.0 使用NTGraph控件 读取串口数据后画出波形图(vc6.0 use NTGraph read serial data control to draw waveforms)
- 2010-05-24 15:40:31下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1