搜索资源列表
printerTest2.0
- 很好的热敏打印机测试程序VC编写,通用的串口类文件-good thermal printer test procedures to prepare VC, the generic serial types of documents
qcode.org
- 此文章是关于Delphi串口通信类的一些文章和源代码,它是单片机串口通讯较好的上位机设计的参考!
AVR-CDC.2008-01-27
- AVR单片机模拟USB实现CDC类串行口
VC++ClassSerialPort
- 这是一个关于单片机与PC机串口通信的类程序,可以将它添加入项目直接使用
c51源程序集合
- 源码 │ 0108_12864LCD-F149.ASM │ 12232-1520.c │ 12232.c │ 12864-ks0108.asm │ 12864-ST7290-F149.C │ 12864-zb.c │ 12887.c │ 24C01-64.C │ 24C01-F440.C │ 28sf040a.asm │ 51use.txt │ 6963.C │ 93c46.asm │ 93c46.c │ 93cxx.c │ ad7416-mcuzb.c │ ad7416.c │ AT24C01
ATMega8 模拟 USB 实现通用串口
- ATMega8 模拟 USB 实现通用串口(用CDC类)USB 转串口,附源代码.
qianruusb
- 如何使用USB总线接口在单片机系统中实现一个虚拟串口的原理和实现过程。在设计中,软件部分采用USB的CDC类标准来实现虚拟串口,这样可以使用操作系统(Windows,Linux)自带的驱动程序;在硬件设计中,使用自带USB从设备接口的AT89C5131单片机,提高了系统的集成度和可靠性-How to use the USB bus interface in single-chip realization of a virtual serial port system, the principle
SerialPortTest
- 串口类,可以实现比SCOMM空间更为灵活的串口消息响应-Serial port class can be achieved more easily than SCOMM serial control message processing
AT89S52
- 串口编程源程序 及编程详细过程 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -Serial programming source code and programming details of the process 1. Establish the
SerialTest1
- 用51类的板子W78E58b板子实现的串口通信,发送采用轮询方式,接收用中断方式。-With 51 class board W78E58b achieve serial communication board, sent using polling mode, the receiver with the interrupt.
MCS51_IO_RS232
- 用c语言开发的stc89c58Io模拟串口原程序,其他8051类的单片机可参考使用.-stc89c58Io simulate the serial port of the original program, c code, the 8051 class microcontrollers use and reference.
serialport
- 通用串口通信类,移植性强,用于上位机与单片机通信,适应各种波特率-The universal serial communication class, portability between PC and microcontroller communication to adapt to a variety of baud rate
Complex_LAB_USB2UART
- MSP430F55xx系列 USB开发官方源码,USB转串口,USB CDC通讯类-MSP430F55xx series USB development official source, USB turn a serial port, USB CDC communication classes
ECGData1
- 这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用-This is my own writing serial communication program, suitable for between two PC through serial communication (null modem serial cable)
VC-comport
- vc 串口232串口类串口说明源代码以及头文件。-comport vc 232 class for comport232
SerialPort
- 用CSerialPort类实现的串口通信-With serial communication class implements CSerialPort
2272~2262
- 无线控制,2262~2272类无线遥控接收程序,无线接收和串口通信。-Wireless control, 2262~2272 wireless remote control receiver, wireless receiver and serial communication.
RS232
- RS232这类点对点型通信方式,通信速率较低、通信距离较短,用于串口功能的简单测试-Such RS232 point to point communication, communication rate is low, communication distance is short, simple test for the serial port functions
STM32F103-DualCDC
- STM32F103 USB转双串口。使用CDC类。插上电脑后,会出来两个虚拟串口,如果提示找不到驱动,指定驱动路径到inf文件夹即可。 相比ST官方提供的只有1路串口的例程,方便了很多 用到的IO定义如下: 串口1:PA9和PA10 const GPIO_InitTypeDef TX1_pin { GPIO_Pin_9, GPIO_Speed_50MHz, GPIO_Mode_AF_PP } const GPIO_InitTypeDef RX1_pin { GPIO_Pin