搜索资源列表
rfid_vc
- /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
Moudbus_文本读取和通讯
- 实现文本读取、字符转码、Moudbus协议创建和串口通讯。(Implementation of text read, character transcoding, Moudbus protocol creation and serial communication.)