搜索资源列表
GPS数据的采集
- 该程序采用GPS异步串行方式,通过串口采集遵循NMEA0183协议的GPS数据,对之进行后台处理 通过ODBC放到数据库中! 经典-the procedures used GPS asynchronous serial, serial through acquisition agreement followed NMEA0183 GPS data, on which background processing into the database through ODBC! Classic
串口转发例子
- 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效-This is a much more complete package of Serial category, supports synchronous and asynchronous operation, the use of simple and efficient
VC_ComDlg
- 封装好的VC++串口类,支持同步,异步,带接收进程的异步方式.-Packaging good VC Serial category, supports synchronous and asynchronous, with the process of receiving asynchronous mode.
MyComOperate
- 一个串口异步通讯操作的例子,封装很好的类-an asynchronous serial communications operation example, the category of good Packaging
APIcomm
- 近日从网上下载一VB实现异步串口通讯的文章,很实用,特与大家共享.-recently downloaded from the Internet a VB asynchronous serial communication articles very useful, especially to share with you.
WindowsCEqudong
- Windows CE下驱动程序开发基础, Windows CE下的串口驱动程序能够处理所有I/O行为类似串口的设备,包括基于16450、16550 UART(通用异步收发芯片)的设备和一些采用DMA的设备,常见的有9针串口、红外I/O口、Modem等
EmulatorCOM
- 本程序采用异步方式,除了可作为一般串口调试程序(232方式,或485、422主)来使用,也可以作为485、422设备(从模式)进行调试,当选中(是否比较)复选框后,收到上位机请求时,如果和比较区的内容一致,则自动回复发送区的内容,未选择比较框将按照设定的发送周期定时回复。 参数设定: 发送周期:单位毫秒。用于设定两次自动发送的时间间隔。 延迟接收时间:单位毫秒。推荐仅用于485方式,因为485为半双工模式,所以不能同时进行收发,此时间间隔在自动发送时必需小于上面设定的发送
DebugSerial
- 异步串口通讯程序,支持CRC校验,本程序用于采集下位机的温度。
SerComm
- 一个异步的串口类,支持硬件流控制 利用消息通信
Rs232
- 网上介绍串口通讯的原理或代码片段比较多,但效率,可读性高的完整例子不多。本源码则是使用了多线程,事件通知,异步文件传输技术,同时还示范了读写ini文件的方法,结构不复杂,适合初学者阅读。
FPGA-UART
- 用FPGA器件实现UART核心功能的一种方法 串行外设都会用到RS232-C异步串行接口,传统上采用专用的集成电路即UART实现,如TI、EXAR、EPIC的550、452等系列,但是我们一般不需要使用完整的UART的功能,而且对于多串口的设备或需要加密通讯的场合使用UART也不是最合适的。如果设计上用到了FPGA/CPLD器件,那么就可以将所需要的UART功能集成到FPGA内部,本人最近在用XILINX的XCS30做一个设计的时候,就使用VHDL将UADT的核心功能集成了,从而使整个设计更
更新版串口类库
- 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I B
汇编串口
- 本程序是通用同步和异步串行接收器和转发器(USART)在异步状态下使用中断 * 方式进行全双工接收和发送数据的通信程序。共包括下面列表中这四个子程序。这 * 四个子程序的具体使用方法请参考各自的说明。-this procedure is common synchronous and asynchronous serial receivers and transmitters (USARTs) in the state to use asynchronous interrupt * for ful
串行通信中的异步和同步方式
- 基于VC60的串行通信中的异步和同步方式,对于VC控制串口很有帮助!
commLog
- 用Csharp实现的异步串口接收程序,可自动检测串口数,并且同时监控和记录所有串口的串口数据。-async serial port receiving program using csharp, can detect serial port in the machine automatically and monitor multi-serial port in the same time.
CommDlg
- 功能: visualC++ 2005 多线程串口通讯实例,可以实现异步发送和接受数据。接受数据和发送数据不会相互阻塞,实现数据的串口畅通交互。 参数: 串口号:COM4 波特率:9600 数据位:8 奇偶校验:偶校验 停止位:1-Function: visualC++ 2005 instances of multi-threaded serial communication can be achieved asynchronously send and rece
SerialPort_NEW_API
- 串口异步IO 多线程通信,使用WIN32 API,基本实现成功-The serial asynchronous IO multithreading communication
API-serial-asynchronous-code
- 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-bl
thgta
- 串口异步编程的例子,利用API串口通讯,是很好的学习工具()
串口异步通信
- 串口的异步通信方式示例。常用于pc机和装置之间的串口通信。