搜索资源列表
MSP430serial
- 用MSP430模拟的串口通讯程序很有参考价值。
DES
- 1,这是一个标准DES算法程序 2,可以作为串口通讯和软件加密应用.
ModemInfo
- 串口通讯程序,已经通过实践,可以长期稳定的工作,性能超好
ADUC841PWM
- ADUC841 用方式2产生PWM波。附带串口通讯,74HC244扩展P1口,PWM波,AD转换的调试报告。和程序,正常应用。-ADUC841 generate PWM wave with mode 2. With serial communication, 74HC244 extended P1 port, PWM wave, AD conversion of the debug report. And procedures for normal application.
mfccomm
- 串口通讯程序,基于MFC对话框编的。已经测试过,希望对大家有用 -Serial communication program, based on the MFC dialog box for the. Has been tested, in the hope that useful
280xSci
- TI DSP2808的异步串口通讯SCI官方程序例子,帮助你迅速掌握2808的SCI程序编写 -TI DSP2808 official SCI asynchronous serial communication program examples to help you quickly master the 2808' s SCI programming
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
VB-based-PC-and-the-serial-communication-between-M
- 基于VB的PC机与单片机间串口通讯及程序设计-VB-based PC, and the serial communication between MCU and program design
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
SPI
- 基于SPI的串口通讯,最简单的SPI主从机通讯程序!-SPI-based serial communication, the most simple SPI master and slave communication program!
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)
串口通讯
- 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!