搜索资源列表
monishuchu
- 利用研华公司开发的dll驱动程序,可以轻松的在vc下实现数据采集卡的模拟电压输出-use Advantech developed by dll driver, can easily achieved under the vc data acquisition card analog voltage output
SCommTest_fyp
- 关于串口驱动的一个vc的小程序
VC-USB-sample
- VC++6.0的USB数据通讯的例子程序,主要是驱动PC端的USB-failed to translate
VC-USB
- 源码包括固件源码(keil c),驱动源码(vc6.0与driverstudio 3.1,DDK2600),应用程序源码(vc6.0)以及硬件原理图。-Including firmware source code (keil c), driver source code (vc6.0 and driverstudio 3.1, DDK2600), the application source code (vc6.0) and hardware schematics.
PCI8620
- PCI8620板卡的测试程序,包含板卡驱动程序及VC、VB的测试代码-The file includes a test code in VB and VC for PCI8620,as well as the driver codes
AtModem
- 该代码是在VC++6.0环境下控制串口采用RS232协议读写的小工具,可以通过AT指令驱动Modem进行拨号等操作。-The code is a serial RS232 protocol read and write control VC++6.0 environment gadget can be driven through the AT command modem dial-up and other operations.
SerialPort_win32
- 基于win32的串口通信驱动,不使用VC提供的MSCOMM控件,使得通信控制更灵活-Win32-based serial communication drivers, do not use the VC provided MSCOMM control, making communication more flexible control
usb_driver
- USB驱动程序开发基础—最简单的驱动程序HelloWdm(基于VC+DDK+_DriverStudio)-USB driver development foundation- the most simple driver HelloWdm (based VC+DDK+_DriverStudio)
usbhid_vc6
- 使用VC开发环境,让应用程序检查特定的USB HID设备,并与该设备交互数据。USB HID设备最大的优点是免驱动。-Using VC development environment, make the application check specific USB HID devices, and interactive data with t
VC_OPC_Client
- 开发了一个基于组态后台的OPC客户端驱动,考虑到驱动的特殊性,所以只开发了同步接口操作。现把核心代码公开出来,有点VC基础的人可以直接拿来用。-The development of a configuration backend OPC client based on the drive, considering the particularity of the drive, so only the development of synchronous interface. We put the
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面