搜索资源列表
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
jk
- 1.SendDataClient是视频数据传输的发送端的源程序,其程序是Embedded Visual C++ 4.0编写。 2.SendDataServer是视频数据传输的接收端的源程序,其程序是Visual C++ 6.0编写。 3.在研博模拟器下的EVC的编译环境:SDK研博仿真器:EmboCE42CMM3_Emul_SDK、选择CPU型号为:Win32[WCE emulator] Debug、输出设备选用研博仿真器EmboCE42CMM3_EmulEmulator 4.在PC
MCAS_Code
- 用C#写的USB数据采集程序,可以运行于PC机和WinCE平台上。内有如何使用USB驱动程序的代码,可以作为开发wince下usb数据采集的参考。
USBSer
- WINCE usbSER, 把USB 虚拟成COM, 可用于开发USB modem, GPRS, CDMA, 3G 上网等。-wince usbser, conver usb port to COM port, canbe used when develope usb modem, GPS, CDMA,3G modem.
USB
- 嵌入式操作系统WINCE5.0下的USB驱动程序- the USB driver under WINCE5.0 embedded operating system
AT76C502_WinCE_Driver_src
- 基于ATMEL AT76C502芯片的USB WLAN WinCE 5.0 驱动源代码-ATMEL AT76C502 USB WLAN WinCE 5.0 driver source code
MCAS
- 用C#写的USB数据采集程序,可以运行于PC机和WinCE平台上。内有如何使用USB驱动程序的代码,可以作为开发wince下usb数据采集的参考。-C# USB get data programme.Show you how to use the programme,can use for use get data under wince
CnComm
- WINDOWS/WINCE 多线程串口通讯库 语言: C++ (ANSI/UNICODE) 平台: WINDOWS(WIN98/NT/2000/XP/2003/Vista) WINCE 5.0 模拟器 Pocket PC 2003 模拟器 硬件: PC串口 串口服务器 USB串口 虚拟串口 -WINDOWS/WINCE multi-threaded serial communication library Language: C++ (ANSI/UNICODE) Platform:
GPRStest
- wince5.0系统下的GPRS拨号连接的C#源码,有两种方法实现,分别在两个窗体里面写有例子。可以判断当前存在的活动的连接以及连接的状态,可以进行进行拨号连接,可以断开已经存在的连接。注意若拨号成功后不能上网,需要去掉USB与主机的连接。-GPRS dial-up connection wince5.0 System C# source code, there are two ways to achieve, there are examples written in both form in