搜索资源列表
多线程串口类
- 编译环境: BC++ 5(free tool); C++ BUILDER 4, 5, 6, X; VC++ 5, 6, 7, 8; GCC; 支持256个串口 体积小巧
软件模拟USART
- PIC模拟异步串行通讯UART。用TMR0实现定时查询。任何带中断的PIC上都可以实现。可用此法扩展多个串口。-PIC simulation asynchronous serial communications UART. Timing TMR0 with inquiries. Any interruption with the PIC are to be attained. This method can be extended serial number.
多串口多线程工业控制实现
- 由于工作关系几个月没有接触Internet了,回来发现很多朋友给我写了信,其中很多一部分都是关于串口方面出现了问题。由于在以前的工程实施过程中关于串口通讯我有时用MSCOMM控件,有时自己用WIN32 API直接操作串口。后来还试验了网络上面很流行的SerialPort类。在工业控制过程中间我对SerialPort类进行了一些简单的修改,发现这个类确实是一个非常好的东西,其中封装了操作串口复杂的一些串口操作。我们使用的时候可以直接通过它的一些简单的接口就可以完成各种外围设备的工作了。我对串口数量
snd_ddd
- 串口通讯模拟,模拟计算机的串口通讯功能,实现多个串口通讯-serial communication simulation computer serial communications functions and a number of serial communications
SerialPortTest
- 基于VC++的,多个串口的,带通讯协议的应用程序,两个通讯口,可分别接受,发送协议数据包.
MSCommMultiPort
- 应用MSComm控件控制多个串口实例 可以解压缩后就直接运行 有很好的测试效果
SerialPortVxD
- 该程序是不占用资源的串口数据捕捉.同一台计算机中,再有其他应用程序或设备同时占用一个或多个串口的情况下,捕捉这些串口的通信数据,显示在界面上,并可保存-that the procedure was not occupied resources serial data capture. Same computer, we have other applications or devices occupying one or more serial circumstances, the captur
串口温度数据采集并实时显示
- 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一个数据的大小就是
serial-communication
- 压缩包是关于串口编程的内容,一共有五个部分,第一个是测试小程序,基于Visual c++和Tubor C的,第二个是多线程串口编程工具Cserialport类得,第三个是控件MSCOmm串口编程的,第四个是windos API串口编程的,第五个是串口调试助手V2.2的源代码-Archive content is about serial programming, a total of five parts, the first is to test a small program, based
CommTest
- 使用第三方类serialport类,进行串口通讯,基于vc++MFC编写,可以同时采集多个串口数据。-Multiple serial port communication
Com
- 包涵了5个串口程序的例子 以及多个串口通信库 简单明了 -Includes the five examples of serial procedures, as well as a number of simple serial communication library
MultiPort
- 一个使用MSComm控件接受串口数据的例子,所不同的是,本程序可以实现多个串口同时接受数据-MSComm control acceptable to use examples of serial data, the difference is that this program can achieve a number of serial data at the same time
Modem
- 一个Modem测试软件,使用多线程串口通信技术来实现对Modem的检测,可以同时进行多个串口的检测-A Modem test software, the use of multi-threaded serial communication technology to achieve the detection of the Modem, you can simultaneously test a number of serial
GM8125
- 8051 系列芯片通常只有1 个或2 个串口,在工程实际中,往往需要多个串口进行整个系统的通信,但是普通单片机或者DSP 原有的UART 串口都比较少。GM8125可以将1 个全双工的标准串口扩展成5 个全双工的标准串口,并能通过外部引脚控制串口扩展模式:单通道工作模式或多通道工作模式。-8051 series chips are usually only one or two serial ports, in engineering practice, often requires a num
VCcom
- 串口的操作可以有两种操作方式:同步操作方式和重叠操作方式(又称为异步操作方式)。同步操作时,API函数会阻塞直到操作完成以后才能返回(在多线程方式中,虽然不会阻塞主线程,但是仍然会阻塞监听线程);而重叠操作方式,API函数会立即返回,操作在后台进行,避免线程的阻塞。 个类的基类。 该MFC参考通常不描述通过继承的函数或操作符。若要寻求这些函数的信息,请参阅类层次结构图中该类的基类信息。 每个类的说明文档包括:该类的概括、类成员的种类、以及该成员函数、重载操作符或数据成员的基本用途。
serialportcommunicationcode.iso
- 串口通信工程开发实例代码,包含云台控制,楼宇自动化等多个项目实例,源码可用。-Serial communication engineering sample code, including PTZ control, building automation and many other examples of projects, source code is available.
Serial
- 针对s3c2440修改支持多个串口,满足调试开发等工作-serial develop for S3c2440
Serial
- 串口的类,用过,感觉CSerial类比较好用,特别是有多个串口的时候-Rs232 class,I use it in actual project.easy and powerful.
1531-anqn
- 如果你是从事实时监控系统和通信系统的开发,那么你就会发现利用VC++对RS-232串口编程是经常用到的事。 本程序就是一个以动态连接库(DLL)文件形式实现对多个串口的操作。-If you are engaged in real-time monitoring system and communication system development, you will find that using VC++ on the RS-232 serial port programming is
串口操作:一个收两个发
- 实现多个串口收发,并控制哪个串口收发的stm32程序(several usarts transport and receive)