搜索资源列表
Delphi与RS232串口通信
- 指导你如何通过串口发送数据和ASC码,并讲述如何接收-guide you through the serial port and send data ASC yards, and on how to receive
pc-rs232-51
- 串口程序使用COM1(程序中可修改为其他串口)实现通过RS-232口发送数据至单片机及通过RS-232口接收单片机数据至电脑,配套使用下位机单片机程序。-use COM1 serial port procedures (procedures can be changed to other serial port) to achieve through the RS-232 Send SCM data to and through the RS-232 receiver SCM data to a
RS232
- 在QuartusII中使用AHDL语言编写一个RS232串行数据通信接口,要求设计输入输出端口,要求能提供的接收端口正确地接收。其中1bit作为start位,8bit作为数据,1bit作为end位。
RS232-I2C
- 该程序利用单片机完成数据在串口与SMBus总线(即I2C)之间的转发,即将串口接收到的数据通过I2C转发出去,将I2C接收到的数据通过串口转发出去
rs232
- RS232接口模拟程式,用于接收和发送COM端口的数据,调试等
rs232
- 测试串口发送接收数据的一个工具,c#.net开发
Host_new
- 利用ATMEGA128芯片的双串口,UART0连接西门子MC55,UART1连接到RS232,将RS232接收到的数据包,通过MC55自带的TCP/IP栈以GPRS连接到INTERNET,并发送到制定IP地址和端口的主机。开发环境AVRSTUDIO,WINAVR,GNU C++,通过测试。
rs232
- 串行通信实验,设置波特率为9600或19200。在计算机断电的情况下,将实验板的串行接口线接到计算机的RS232接口上,计算机通过RS232接口向实验板发送数据,实验板应该能够正确接收到这些数据,并且将接收到的数据显示到实验板的数码管上;当按下实验板的按键时,将接收到的数据正确地发给计算机。
RS232
- VS2005,开发的232串口通讯类库,有MSDN,改编,内有相信注释,本人使用测试稳定!可直接使用Vs2005新建类库,RS232,添加类RS232,将TXT内源码直接拷贝粘贴后,生成类库,即。Dll文件,无需二次开发,直接可以进行引用!声明Dll即可!可进行PDU发送,ASCII格式发送和接收,解决VS2005多串口通讯问题!(有问题可与我Email联系:fudi850@yahoo。com。cn)
RS232.rar
- 基于RS—232的串口通信,子函数包括初始化函数,发送函数,中断接收函数,奇偶校验函数,Based on the RS-232 serial communications, Functions include initialization function, sending function, interrupt reception function, parity function
FPGA-RS232-verilog
- fpga上的串口驱动程序,包括接收主机来的数据(deserial)和发送由FPGA产生的数据(serial).该程序的调试需要借助串口调试助手-serial port driver on the fpga, including the receiving host to the data (deserial) and send the data generated by the FPGA (serial) to pc. The program needs the serial debug deb
51MCU-RS232
- 这是一个单片机C51串口接收(中断)和发送例程,可以用来测试51单片机的中断接收 和查询发送-This is a C51 single-chip serial reception (disruptions) and send routine can be used to test the suspension of 51 single-chip receiver and query sent
RS232
- 计算机串口通信程序,包括波特率设置,数据接收和发送等-Computer serial port communication program, including the baud rate settings, receive and send data such as
RS232
- RS232串口通信源代码,可以接收各种数据。-RS232 serial communication source code, can receive various data.
VB6-RS232
- VB6 RS232 鮑率設定,COM選擇,奇偶同位,停止位元,RTS Enable..等設定,與字串的傳送與接收-HOW TO use VB6 to Set RS232 Baudrate,COM Port,Parity,RTS...& TX/RX String Interface
NRF24l01-RS232-JS
- NRF24l01无线232通信 程序代码 C51 接收-NRF24l01
RS232-msp430
- RS232单片机串口0通信实验说明:MSP430单片机数码管显示串口0接收到的数据并回传到上位机PC中。 -RS232 COM port 0 traffic experiment shows: MSP430 MCU digital display serial port 0 receive data and back to the host computer PC.
RS232-RS485
- 485H接口转换器是RS232至RS485转换器,可将发送数据TD和接收数据RD转换成差分半双工RS485信号,使RS232信号传输距离大大加长,是远距离点到多点通信的最佳选择。本转换器无需外接电源,自用串口转换电源;亦无需RTS信号控发,保证软件的广泛适应性-485H interface converter RS232 to RS485 converter is, can send data and receive data RD TD into a half-duplex RS485 dif
RS232通信控制
- 本Window程序是使用多年的计算机RS232发送接收应用程序,稳定可靠。可以移植到任意Window程序中,已在VC6.0和VS2008中验证。可工作于XP和Win7操作系统。
单片机汇编:RS232串口实验
- 1.发送数据; 2.返回接收到的数据; 3.数码管显示接收到的HEX数据.(Assembler of RS232 serial port experiment)