搜索资源列表
MSP430serial
- 用MSP430模拟的串口通讯程序很有参考价值。
ModemInfo
- 串口通讯程序,已经通过实践,可以长期稳定的工作,性能超好
SerialPort 编程介绍
- 在Visual Studio 6.0中编写串口通讯程序,一般都使用Microsoft Communication Control(简称MSComm)的通讯控件,只要通 过对此控件的属性和事件进行相应编程操作,就可以轻松地实现串口通讯。但在Microsoft.Net技术广泛应用的今天,Visual Studio.Net没有将此控件加入控件库,所以人们采用了许多方法在Visual Studio.Net来编写串口通讯程序:第一种方法是通过采用Visual Studio 6.0中原来的MSComm控件这
PC与单片机通过USB接口实现串行通信
- 基于串口通讯的原理,分析和讨论了计算机与单片机如何通过USB接口使用相关的通讯协议实现串行通信的。本设计主要介绍如何使用一台计算机与一台单片机通过USB接口实现串行通信。在本设计中单片机采用AT89C51,USB模块CH375,软件设计方面,PC机采用C语言编程,单片机方面用中断方式完成数据的接收和发送,程序采用也采用C语言。
Qt编写串口通信程序全程图文讲解
- 关于QT串口通讯的编程
mfccomm
- 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
pcDUIc51
- 这是个PC机和单片机的串口通讯程序,内容详实,三个实例都能正常运行,有助于程序员上位机软件的编写。-This is a PC machine and the Serial communication program, informative, and three instances of normal operation can help programmers write PC software.
vcMSCom
- vc串口通讯控件MSComm编程详解,在mfc中进行串口通讯最简单的方法莫过于在对话框中使用MSCOMM控件了,MSComm通信控件提供了一系列标准通信命令的接口,它允许建立串口连接,可以连接到其他通信设备(如Modem).还可以发送命令、进行数据交换以及监视和响应在通信过程中可能发生的各种错误和事件,从而可以用它创建全双工 、事件驱动的、高效实用的通信程序。 -vc serial communication control MSComm programming Xiang Jie, car
CSerialPort
- 通过CSerial类组建多串口通讯程序教程-Through the formation of multi-serial communication program tutorial CSerial class
MSCommunication
- 串口通讯程序,能够实现上位机与单片机的通信-Serial communication program, can be achieved between PC and microcontroller communication
hid_comm
- 串口通讯程序,上位机通讯过程数据,和设备通信-Serial communication program, PC communication process data, and communicate with devices
Timer_A_USART
- 基于MSP430的定时器来模拟串口通讯程序,对学习很有帮助。-MSP430-based simulation serial communication program
CSharp_PC_serial
- 关于C#编程的上位机与单片机的串口通讯程序-C# PC serial communication program
SPCOMM2.5
- 一款非常好用的spcomm串口控件,使用API函数或者在Delphi 中调用其它串口通讯程序。利用API编写串口通信程序较为复杂,需要掌握大量通信知识,其优点是可实现的功能更强大,应用面更广泛-A very useful spcomm serial control
QtSerial
- QT LINUX serial串口通讯程序,调试通过-QT LINUX serial
SN8P2711B_Uart_test
- 松翰单片机写的串口通讯程序,用IO口模拟串口,芯片2711B,希望对于想模拟串口的初学者有用-use Io to similater UART with SONIX microchip, only TX part source code.
ecap_apwm
- 基于TI公司DSP 283X的串口通讯程序-TI based on the company s DSP 283X serial communication program
atMEGA128 ADC 串口
- AVR单片机练习程序,提供AVR单片机练习程序包括AD、串口通讯等等(AVR SCM exercise procedures, providing AVR microcontroller exercise procedures, including AD, serial communication, and so on)
反转电机程序
- 可以实现单片机的串口通讯功能。。。。。。。。。。(The serial communication function of single chip computer can be realized)
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!