搜索资源列表
02
- 需要安装“MSCOMM”组件,api方件串口传输
Win32ApiSerial
- 利用windows api 编写的串口通信程序,有很大的参考价值,自己可以根据此程序编写响应的控件,或者做成通信单元,都是不错的选择
VC++windowsAPI
- 详细的介绍了用windows API 函数编写串口通信的过程
RTX Serial API
- 完整的RTX串口驱动程序测试源代码,实现简单的RTX串口通信方法,实现Windows在实时性上的不足。-RTX complete testing serial driver source code, to achieve simple RTX serial communication method, the realization of Windows in the real-time gap.
218127MTTTY
- 有关串口数据传输的源码,使用windows api进行编程,值得参考-Serial data transmission of the source, use the windows api programming, it is also useful! !
twoapi
- 两个API同时访问串口,用以检测串口功能的正常.-API access to two serial ports at the same time to detect the normal serial port function.
6
- 在Win32下,可以使用两种编程方式实现串口通信,其一是使用ActiveX控件,这种方法程序简单,但欠灵活。其二是调用Windows的API函数,这种方法可以清楚地掌握串口通信的机制,并且自由灵活。本文我们只介绍API串口通信部分。-In Win32, you can be achieved using two kinds of programming serial communication, one is to use the ActiveX control, this approach p
1
- DOS命令下的串口文件传输程序 基于API函数-DOS command under the serial file transfer program is based on API functions
VB6api_rs232
- 利用api函数编写的串口接收模块 比MSCOMM控件稳定!-The api function prepared by the serial receiver module stable than MSCOMM control
android-serialport-api
- linux下串口驱动,通过串口终端,实现在电脑上打印信息。-under linux serial port driver, print the information in the computer through the serial port terminal.
myProject
- API拦截技术在串口通信安全中的应用,已经经过测试 -API interception technology serial communication security, has been tested
serial_drive
- 串口驱动 介绍了主要的结构以及相关的API-driver for serial
API-com
- 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间
seri
- 基于ARM开发板的linux下的串口编程,做好两个API函数,可供应用程序直接调用,设置方便简单,感兴趣的也可以研究函数内部详细设置过程。-ARM-based development board serial programming under linux, do two API functions are available directly calling application, easy to set up, you can also set up a detailed study of
8127-API
- DM8127 串口通信,通过SPI与FPGA通信-DM8127 serial communication, and FPGA via SPI communication
uart
- LINUX 下的串口操作函数例程,标准的API函数-uart operation api function for linux by c lianguage.
20151217
- xrm117x.c drive, xrm117x.c驱动,api转串口linux驱动-xrm117x.c drive, api-serial linux driver
SerailPortClass
- 串口编程实例,实用性强,使用WIN API方式实现-chuan kou bian cheng shi li ,shiyong xing qiang ,shiyong WIN API fang shi shi xian
pygame.tar
- 树莓派的串口代码库可以实现串口数据通信读写(Raspberry Serial lib)