搜索资源列表
串口例程
- 关于串口的编程示例,代码实现对串口的管理功能,可供学习和参考。-on serial programming examples, the source implementation of the serial port management functions, available for study and reference.
VSPM
- 虚拟串口软件可以将TCP/IP、UDP广播映射成本机的虚拟COM 口,应用程序通过访问虚拟串口,就可以完成远程控制、数据传输等功能。 通过扩展DLL,可以实现串口互通、协议分析、数据采集等功能,提供例程代码。 此软件可免费用于商业用途,例如串口服务器、GPRS模块配套等 -VSPM
Sample_VC
- 这段源代码是上位机与PLC通讯的代码,其中包含了对PLC数据区的读写操作例程。详细的讲解了通讯的协议。-This source code is the communication between PC and PLC code, which contains the data area of the PLC reading and writing routines. Detailed explanation of the communication protocol.
yuyinhe
- 易语言写的先锋录音盒接口DLL调试软件。用于编写语音盒软件代码例程-Written in easy language pioneer recording box interface DLL debugging software. Voice box software code used to write routines
testlibusb_win
- 实现了USB上位机与下位机之间的通信程序,底层代码采用的是神州IV的HID设备驱动,上位机采用的是libusb-win32实现的,修改了官方sourceforge提供的例程,实现了上位机给下位机发送控制控制命令,开关灯。同时,可以捕获到下位机按键被按下的消息。特殊说明,未经修改的代码可以到sourceforge上去下载,此处不再上传。testlibusb_win.c即是修改过的,是核心部分。开发环境是visual studio 2012.-USB communication program to