搜索资源列表
vc的5个源码
- 打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not on
CSerialPort
- 很出名的一个串口类 让你不需要了解API就可以编写串口程序-It s a very famous serial genus, it makes you can write serial programme without understand API
CserialPort类源码
- VC++简单而强大的多线程串口编程工具,该CSerialPort类封装了串口通信的基本 数据和方法-VC simple and powerful multithreaded serial programming tools, the CSerialPort type of serial communications package of basic data and methods
CSerialPort_src
- 一个VC6写的串口通讯的程序,里面封装了一个串口通讯的类,很好用。(A VC6 written serial communication program, which encapsulates a serial communication class, very good use.)
ComDrv
- 通过类接口 串口通用驱动类 形成Dll动态链接库 完成模块化编程(Forming a Dll dynamic link library through a general drive class of a class interface serial port to complete modular programming)
BSerialPort
- 在VS2010编译通过基于Windows API的串口通讯类(Compiling serial communication classes based on Windows API in VS2010)
Serialport
- MFC平台下的串口通信类。添加关闭端口函数,字节型发送函数(The serial communication class under the MFC platform. Add the closed port function, the byte send function)
mfz-rxtx-2.2-20081207-win-x86
- java调用串口功能使用工具类,操作串口开关(Java calls the serial port function to use the tool class)
serialMonitor
- 一个java调用串口的工具类,感觉写的不错,大家分享一下(A Java call the serial tool class, feel good writing, everyone to share it)
SerialPortToolDemo_Hex成功2018_1_13_16_47
- 串口通信,能收能发,支持16进制。利用了QSerialPort类。(Serial communication, receiver and sender, support hexadecimal mode.)
MYTOOLS
- C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
IFANA_Model
- 串口通信小程序,serialport类实现读写操作(Serial communication small program, serialport class realization read and write operation)
CSerialPort-master (1)
- 串口通信类, 改进 ** 1) 增加 ClosePort ** 2) 增加 WriteToPort 两个方法 ** 3) 增加 SendData 与 RecvData 方法(cserialport class add:1.add closeport 2.add writetoport 3.add senddata and recvdata)
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!
JAVA串口采集数据
- 实现java对串口数据的采集功能,详细的代码请看压缩包中的实现类(Implementing the Collection Function of Serial Port Data in Java)
serialProject
- 串口调试助手实现 基于serialport类的串口(Serial debugging assistant)
ACR122S串口NFC读卡器内置ISO7816 SAM卡槽
- ACR122S串口NFC读卡器描述: ACR122S属于ACR122系列,是一款串口型NFC非接触式智能卡读写器。ACR122S采用13.56 MHz非接触式(RFID)技术并符合ISO/IEC 18092 NFC标准,能够支持Mifare®、ISO14443 A类和B类、FeliCa和NFC技术,包括所有四类NFC标签和三种NFC模式(读写器、peer-to-peer和模拟卡片模式)。 ACR122S是一款即插即用设备,无需安装任何驱动。 ACR122S具有内置的ISO7816 S
账单打印机打印程序
- 用C#编写的串口热敏纸打印机程序, 适合打印各种账单, 类函数接口调用,移植方便。(The serial port thermosensitive paper printer program written by C# is suitable for printing all kinds of bills, calling class function interface, and convenient for transplantation.)
串口通信类
- 进行串口通讯时,需要设置一些相关参数,可以通过设置SerialPort 类的属性来进行
QT 串口操作
- 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。