搜索资源列表
FANGWENUSB
- //打开 USB 口读写, 由驱动程序的 Pipe 名确定 HANDLE hPipe = OpenMyDevPipe(\"MyPipe1\") //驱动程序里面的 Pipe 名, 对应访问某个端点的 I/O, 这里我乱写的, 需要与驱动一致 if(hPipe != INVALID_HANDLE_VALUE) //打开 Pipe 成功 { ReadFile(hPipe, Buffer, BufSize, &nBytesRead, NULL) //从 hPipe 里读取数
WinceRS485DLL
- 本程序主要功能是基于S3C2410芯片,wince开发RS485通信模块,定义了RS485通信协议,并解决了由于wince下串口通信发送字符串为奇字节会丢数的问题。本动态链接库协议可以移植到其它485通信平台上去。-The main function of this procedure is based on the S3C2410 chip, wince development RS485 communication module, the definition of the RS485 co