搜索资源列表
软件模拟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.
GPSTAPI
- 采用GPS的异步串行传送方式通过串行口采集遵循NMEA0183协议的GPS数据-GPS asynchronous serial transmission through the serial port acquisition agreement followed NMEA0183 GPS data
xunji
- 是基于凌阳单片机的异步串行通信接收数据的程序-Sunplus microcontroller is based on asynchronous serial communication procedures for receiving data
CB_seri
- 3.CB_seri.cpp(C++Builder串行异步通信程序)-3.CB_seri.cpp (C Builder asynchronous serial communication program)
Soft20060210110537806
- 串行通信的源代码,采用mscomm控件实现全双工异步串行通信。 串行通信的源代码,采用mscomm控件实现全双工异步串行通信。-serial communication source code, using mscomm Control of full-duplex asynchronous serial communication. Serial communications source code, using mscomm Control achieve full-duplex asy
UART
- UART_verilog,自己设计的异步串行收发。包括测试文件。
vb
- 在这里的通信协议采用的是半双工异步串行通信方式,并行输入串行输出采样。其中通过RS232的RTS信号进行收发转换,传输数据采用的是二进制数据。
MSCOM
- 利用MSCOMM串口通信控件进行异步串行通信的文件传输程序设计
完整串口通信程序Vc++源代码
- 完整的异步串行通信的处理程序-integrity of the asynchronous serial communication procedures
Serial-communication
- 利用MSCOMM串口通信控件进行异步串行通信的文件传输程序-MSCOMM serial communication using asynchronous serial communication control, file transfer program
ASYSERIAL
- 用软件实现的异步串行口源程序代码 速度还可以-Software realize the asynchronous serial port speed of source code can also be
shuangjichuankoutongxin
- 利用微机串口1(COM1,地址为3F8H-3FFH)完成2台计算机之间的通信,要求通信双方可以互相问候,利用微机完成设计。主要参数:异步串行通信技术,8250编程技术和微机串口通信技术-The use of computer serial port 1 (COM1, address 3F8H-3FFH) the completion of Units 2 communications between computers, the two sides can request communicati
cpu_soft
- RS232异步串行接口转以太网接口C语言程序源码-RS232 asynchronous serial interface to Ethernet interface C language source program
com0com-2.2.1.0-x64-fre
- 实现无线节点与电脑pc端得通信。采用的是异步串行方式-Wireless nodes and a communication client pc computer. Is used in asynchronous serial mode
chuan
- 异步串行通信,双工方式,波特率用户可选;即可进行字符传输, 又可进行文件传输。 -Asynchronous serial communication, duplex mode, user-selectable baud rate character can be transmitted, but also for file transfer.
universalasynchronousserialcommunication
- 通用异步串行通信的程序实现:串行中断0的程序设计:采用查询发送,中断接收的方式,采用查询发送,中断接收的方式 通用异步串行通信的程序-Universal Asynchronous Serial Communication Program Implementation: Interrupt 0 Serial Programming: The query to send, receive interrupt mode, using query to send,
C-for-Uart-programs
- C语言编写的异步串行通信接口程序 非常实用的哦-C language program asynchronous serial communication interface
Serial-communication-source-code
- 串行通信的源代码,采用mscomm控件实现全双工异步串行通信。-Serial communication source code, using MSComm control to achieve full-duplex asynchronous serial communication.
用FPGA实现UART
- 用fpga实现异步串行通信。通过串口助手接收与发送(Implementation of serial communication with FPGA)
简单模拟串行通信
- 使用单片机任意IO口用软件的方法模拟实现异步串行数据传输的方法,并采用多次采样软件方法来增加软件模拟串口通讯的可靠性,在以上基础上,进一步用具有中断功能的IO口来实现数据的接收,从而增加软件模拟方式的实用性和灵活性;