搜索资源列表
测量仪串口接收程序
- delphi7写的测量仪串口接收程序,使用comdrv32控件
单片机串口接收程序
- 单片机串口接收程序,详细的注释
MySport串口通信程序
- 本程序可以实现简单的串口通信的数据发送与接收。需要使用VSPM建立虚拟串口,然后进行通信。
MyComm
- 我用MSCOMM控件写的串口接收程序,成功使用。-I used to write MSCOMM control the receiver program, success.
vb串口通信简单示例
- vb串口通信简单示例,发送程序,接收程序。-vb rs232 communication program
uart
- 一个很好的单片机串口接收程序,可以把收到的数据显示在LCD上面,-A good single-chip serial receiver, received data can be displayed on the LCD above,
async_receiver
- 算法非常不错的RS232异步串口接收程序原代码-Algorithm are very good procedures RS232 asynchronous serial receive the original code
CharTerminal
- 本例主要使C++的MSComm控件编写串口程序,串口接收程序-Export to receive program
BlackBox_ChangeParameter - skeleton
- 串口接收程序,还支持热插拔,功能不全处可以大家一起完善(Serial port receiver)
vb串口接收程序
- vb串口接收程序。初学者可以下载看看。应该有用吧(VB serial port receiver)
VB.net实现串口编程,希望大家有用
- vb串口接收程序 学习串口编程的可以下载看看,希望对你有用。(VB serial port receiver)
串口测试
- 51单片机串口测试程序,实现串口收发数据功能(51 singlechip serial test procedures, serial transceiver data function)
vc写的完整串口通讯程序(带接收和发送)
- 利用VC++实现串口编程,附带源码,给大家参考(Using VC++ to achieve serial programming, the whole process of instruction, for reference)
linux串口.tar
- LINUX 串口 接收发送程序 LINUX 串口 接收发送程序(LINUX serial receiving and sending program)
3:STM32_串口实验
- STM32F10x开发的串口应用程序,可进行发送和接收数据(STM32F10x developed a serial port application to send and receive data)
完整串口通信程序(发送和接受)源代码
- 完整串口通信程序Vc++源代码,实现通过串口发送和接收数据的功能(Complete serial communication program Vc++ source code, to realize the function of sending and receiving data through the serial port)
UART
- 串口接收程序,可以解析串口的通信协议。非常实用(The serial port receiver can analyze the communication protocol of the serial port. Very practical)
串口IAP实验
- 硬件资源: 1,DS0(连接在PF9) 2,串口1(波特率:460800,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过FSMC驱动,FSMC_NE4接LCD片选/A6接RS) 4,按键KEY0(PE4)/KEY1(PE3)/KEY2(PE2)/KEY_UP(PA0,也称之为WK_UP) 实验现象: 本实验开机的时候先显示提示信息,然后等待串口输入接收APP程序(无校验,一次性接收
stc89c52串口实验程序模板
- stc89c52串口实验程序模板,本实验将通过电脑的串口调试软件向stc89c51的p3.0,p3.1 串口发送数据,stc89c51再把接收到的数据发送回去,(STC89C52 serial experiment program template, this experiment will send data to STC89C51's P3.0, P3.1 serial port through the serial debugging software of the computer, a
串口接收程序
- 异步串口接收程序,主要功能是将异步串口转换成8位并口数据,数据格式为8位数据、1个停止位、1个停止位、无校验位,可以自行设置波特率。