搜索资源列表
COM
- 异步串口通信,VC++实现,程序简单明了,适合初学者
Win32Svr upload
- 用 Win32SDK 创建带界面的NT service service的安装与卸载 串口的异步读写通信 将程序加入系统托盘图标-Win32SDK used to create interfaces with the NT service service installation and uninstall the asynchronous serial communications to read and write procedures to join the system tray icon
7uart
- 基于MINI2440的 异步串口通信实验源码+启动代码 下载后可以直接运行-Asynchronous serial communication based on experimental MINI2440 source+ download boot code can run! !
Comm
- 在Linux下完成的对串口进行同步和异步通信。需要使用gcc命令进行编译。不同于Window-Done under the Linux on the serial port synchronous and asynchronous communication. Need to be compiled using the gcc command. Unlike Window
API-com
- 串行端口是系统资源的一部分,其本质是作为CPU和串行设备间的编码转换器。当数据从 CPU经过串行端口发送出去时,字节数据转换为串行的位(Bit) 接收数据时,串行的位被转换为字节数据。应用程序要使用串口进行通信,必须在使用之前向操作系统提出资源申请要求(即打开串口),通信完成后再释放资源(即关闭串口)。串行通信一般可以分为同步和异步两种操作方式。所谓同步方式是指在串口的接收缓冲区中读取规定数目的数据,直到规定数目的数据全部被读出或设定的超时时间已到才返回。如果规定的待读取数据量大且设定的超时时间