搜索资源列表
W77E58test
- W77E58头文件//spra1串口0正在接收数据 //spta0串口0正在发送数据 //spra0串口0正在接收数据 -W77E58 headers / / Serial 0 spra1 is receiving data / / serial port 0 is spta0 Send the data / / Serial 0 spra0 is receiving data
chuankou_jiexian
- 目前较为常用的串口有9针串口(DB9)和25针串口(DB25),通信距离较近时(<12m),可以用电缆线直接连接标准RS232端口(RS422,RS485较远),若距离较远,需附加调制解调器(MODEM)。最为简单且常用的是三线制接法,即地、接收数据和发送数据三脚相连,本文只涉及到最为基本的接法,且直接用RS232相连,以回答前段网友的咨询。-now more commonly used serial 9-pin serial port (projectors) and 25-pin se
DB9-DB25-COM
- 目前较为常用的串口有9针串口(DB9)和25针串口(DB25),通信距离较近时(<12m),可以用电缆线直接连接标准RS232端口(RS422,RS485较远),若距离较远,需附加调制解调器(MODEM)。最为简单且常用的是三线制接法,即地、接收数据和发送数据三脚相连,本文只涉及到最为基本的接法,且直接用RS232相连
COMM
- 在DOS环境下,UART利用中断方式接收串口数据,并将接收到的数据从串口发送出去。串口地址为0xff80,波特率115200.
程序实例.doc
- 介绍了利用API函数和MSComm控件设计串口通信程序的方法,包括字符与文件的发送与接收。
Multi_function_PowerLine_Carrier_Module
- 多功能电力载波模块采用了高度集成的电路设计,整个模块取消了外围电力线耦合电路和调整电路,具体应用时简单到只需接入外部供电电源即可,数据的发送和接收也只需遵循常用的单片机串口协议进行操作即可。 适用场合,例如: 1.宾馆、酒店、商场、学校、小区灯光的集中控制和管理 2.无人值班的电气设备的远程控制和管理 3.工厂、矿井的电气设备的远程控制和监控 4.远程温度、湿度的测量和监控 5.远程抄表系统 6.简单的基于电力线的内部呼叫系统 7.智能家居
send0receive
- 通过不同波特率的设定,实现不同串口间数据的发送与接收-Through different baud rate settings, to achieve different serial data between the sending and receiving
vc
- vc上位机源码及单片机接收发送程序,上位机可以发送接收,pc与单片机通过串口连接,单片机p2口接8个led可显示流水灯-vc host computer source code and the MCU receiver to send a program, host computer can send and receive, pc with the microcontroller through the serial port connection, SCM p2 mouth can be d
aima
- 用IDE里编程可以向串口调试助手发送数据,并在串口调试助手的接收区准确接收到所发信息-Using IDE in programming can send data to serial debugging aides and assistants in the reception area debugging serial port receive accurate information issued
UartAssist
- 本工具支持各种串口设置,如波特率,校验位、数据位和停止位等等。支持ASCII/Hex发送,发送和接收的数据可以在16进制和ASCII码之间任意转换。可以自动在发送的数据尾部增加校验位,支持多种校验格式。支持间隔发送,循环发送,批处理发送,输入数据可以从外部文件导入-The tool supports a variety of serial port settings, such as baud rate, parity bit, data bits and stop bits and so on
main
- KEIL编写 串口的接收与发送程序 51单片机-KEIL to write a serial program 51 microcontroller
uart_if
- FPGA与串口通信的控制程序,通过程序控制通信的配置接收和发送。-FPGA with serial communication control procedures, through program control communication configuration receiving and sending.
MSP430F149-communicating-with-the-PC
- //电脑端必备RS232转RS485模块,否则无法进行直接的连接 //RS485之间通过双绞线连接,如果距离近,可以不使用120欧电阻匹配 //电脑端通过串口调试助手操作,先将数据由电脑发往开发板 //开发板板会将收到的数据再发送到串口调试助手,接收采用中断模块,发送用查询 //波特率更改请通过config.h文件,直接更改baud参数即可-//PC necessary RS232 to RS485 module, otherwise can not be directly co
fredivn
- UART的异步串口通信协议的VHDL语言实现 异步接收/发送模块-UART asynchronous serial communication protocol of the VHDL language to achieve asynchronous receiver/transmitter module
UART
- 最方便的串口(UART)调试工具,支持多种数据格式COM口发送与接收,支持在线字符编码查询。-The most convenient serial debugging tools, support for multiple data formats COM port to send and receive, support online character encoding query.
HS0038
- 红外线接收器,红外接收数据,查询方式,并通过串口发送-infrared receiver
ATMEGA16PUSART
- AVR单片机atmega16串口中断接收和发送程序-AVR ATmega16 microcontroller serial interrupt the sending and receiving program
TM1652
- TM1652 是一款LED(发光二极管、数码管、点阵屏)驱动控制专用芯片,内部集成了数字通讯电路、 解码电路、数据锁存器、震荡器、LED驱动电路。通讯方式采用异步串口通信(UART)协议,因芯片只 接收单片机发来的数据,仅需要单片机的一个TX端口发送数据给芯片即可,实现单线通讯;在显示驱动 方面,芯片采用动态扫描方式,两种显示模式可选,8级段驱动电流可调,16级位占空比可调;TM1652 内置消隐处理优化电路。-TM1652 is an LED (light-emitting d
28333-TMS320F28335-SCI
- DSP8335的SCI串口发送与接收,希望大家喜欢。-SCI DSP8335 serial port to send and receive, I hope you like.
uart
- 该模块是基于串口协议用verilog实现了串口的接收和发送功能。-The module is based on a serial port protocol using verilog to realize the function of receiving and sending of the serial port.