搜索资源列表
com
- VS2010串口例程,VC2010写的串口调试助手,开发环境为VS2010,使用的uncioud环境,纯API,不错的C++串行通讯例子程序,希望能对串口学习的朋友有所帮助 -VS2010 serial routines, VC2010 write serial debugging assistant development environment VS2010, using uncioud environment, pure API,
SerialsCommunit_vs2010
- VS2010串口通讯 采用serialport类实现 -VS2010 Serials communit
Serialport
- 串口通讯测试程序,C# VS2010环境。-Serial communication
MSCOMMV2
- 使用VS2010 的MSComm编的串口通讯程序。-VS2010 compiled using the MSComm serial communication program.
SerialPro
- 因工作调试需要而用vs2010开发的串口通讯程序,可以当通用串口调试助手使用,也可以与下位机通过自定义协议通讯,并把下位机数据实时绘制出来。此外还包含心电图QRS波形分析功能。-Due to work with vs2010 debugger needs to develop serial communication program, you can use when universal serial debugging assista
Oscilloscope
- 一个简单的串口通讯,用模拟示波器显示方式显示。C#+VS2010+无数据库-A simple serial communication analog oscilloscope display
rs232_com_lib_sample
- 1个vs2010的工程,带详细源码和解释,如何生成一个VC的静态库生成一个lib库文件,然后tst_lib01文件夹里面的工程,就是一个例子如何调用自己生成的静态库,如何使用vc静态库,com文件夹里面的是编译自己静态库的例子。例子里面是吧rs232通讯封装成自己的库文件;vc如何用rs232串口通讯,com通讯例子,自己的库-A VS2010 project,2 sample,1 is how to make you static l
CSerialPort-2016-10-24
- VS2010 MFC 串口通讯API类,自用型,推荐。-VS2010 MFC serial communications API class, self-use, recommended.
huNanSystem
- 串口通讯,用于3561型号的电压内阻测试仪,命令格式:内阻,电压 如:1.3233e-03,2.3233e+00。每次上传数据前都要先发送比如9.9999e-03,2.3233e+00 类似的9.9999开头的命令。要求安装Office。(Serial communication, used for model 3561 voltage internal resistance tester, command format: inte
Desktop
- VS2010串口通讯,基于VS2010平台,串口通讯类,可直接使用(VS2010Serial Port Communication)
BSerialPort
- 在VS2010编译通过基于Windows API的串口通讯类(Compiling serial communication classes based on Windows API in VS2010)
SerialPort
- 串口的基础通讯知识,适合初学者,大家互相学习(The basic communication of serial port, suitable for beginners)
C#通讯调试工具v3.0源码
- 开发工具:VS2010 语言:C# .NET fr a mework2.0 本软件主要功能如下: 1.串口,TCP服务端/客户端,UDP服务端/客户端通讯调试; 2.支持Hex,ASCII两种格式的命令调试; 3.接收数据可通过右键菜单一键计算Hex对应的数值; 4.字节计算器/检验值计算器(CRC16,自定义多项式CRC16,XOR)。 具体可看我的博文:http://blog.csdn.net/sqqyq/arti