-
STM32F407-printf-keil5
该源码公示了怎样使用STM32F407的串口进行收发数据,在keil5编译环境中进行编译。需要将STM32F407的串口1与USB串口相连,即可以实现电脑桌面串口调试助手的调试。(The source of the public how to use STM32F407 serial port to send and receive data, compiled in keil5 compilation environment. We need STM32F407 serial port 1 is connected to the USB port, which can achieve desktop debugging serial debugging assistant.)
- 2016-05-23 10:10:14下载
- 积分:1
-
Com
串口通讯类及其例子程序,很有用的串口调试范列(Serial Communication category and examples of procedures, useful for debugging serial Fan out)
- 2007-09-11 18:40:57下载
- 积分:1
-
SCOMMV23
一个功能比较全面的串口调试工具。你值得拥有。(A more comprehensive functional serial debugging tools. You deserve.
)
- 2013-07-19 16:10:07下载
- 积分:1
-
带ID的lpc2368 CAN通信
带ID的lpc2368 CAN通信,包括初始化、中端、CAN通信和串口通信(With the ID lpc2368 CAN communications, including initialization, in the end, CAN communications and serial communication)
- 2020-07-03 08:40:01下载
- 积分:1
-
serial_port_send-_data
本文件相似的说明了串口发送数据的全部过程。(This document describes the entire process similar to the serial port to send data.)
- 2013-12-17 13:24:42下载
- 积分:1
-
mycom
python2.7写的一个串口通信助手 (python serial )
- 2013-10-24 08:29:40下载
- 积分:1
-
serialpor
多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
- 2013-08-09 20:16:35下载
- 积分:1
-
COMTools_v2.0
C# 串口调试助手源代码。检测串口通信,能通过界面修改com的各项参数的设置,增加实现16进制的发送和接收(COM Tools Source code which is written in C#)
- 2013-05-06 21:12:34下载
- 积分:1
-
SerialPort
基于VC实现的串口通信,可以实现串口的数据读取。(Based on the VC serial communications)
- 2013-11-25 10:57:22下载
- 积分: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