搜索资源列表
autobaud
- set auto baud program
EXAMPLE1
- This program sets up the DS80C320 s Port 0 serial port to operate in 10-bit asynchronous format. Timer 2 is used as the baud rate generator by setting it in auto-reload mode. A crystal value of 11.0529 MHz is assumed for the baud ra
Uart
- 程序功能: 1,16位定时器0,工作在方式1,定时1秒。 2,8位自动重装定时器2,工作在方式2,产生波特率为9600. 3,串口工作方式1,10位异步发送,定时一秒循环发送1,2,3,4,5. 4,使能串口中断,收到任何数据立即转发出去。-Program features: 1,16-bit timer 0, 1 working in the manner, time 1 sec. 2,8-bit auto-reload timer 2, work in the way of
VHDL1
- 一种利用CPLD实现波特率自动侦测的方法,介绍了数据接收模块系统,分析了波特率自动侦测原理,利用VHDL语言对其进行了编程,最后给出了仿真结果,从而推广该方法的应用。 关键词:串行通信,波特率,自动侦测,仿真结果 -CPLD realization of a use of automatic baud rate detection methodology, the data receiving module systems, analysis of the principle of au
baudrate
- STC单片机自动的波特率计算器,还可生成C语言或汇编程序代码,超好用-STC MCU baud rate auto calculator also generates C or assembly code, super useful
autobaudPlpc2103
- 本代码基于keil3,实现了lpc2103的自动波特率功能-This code is based on keil3 and realise the auto-baud function of lpc2103
auto_baud_latest.tar
- 自动波特率识别系统.里面有比较详细的说明与注释。-this IS A auto baud track system code. you can see it in the document. if there is something wrong with it,please contract with me.
PIC
- 网络摄像机云台解码器,派尔高协议全支持,自动识别波特率,485控制-Network camera PTZ, Pelco protocol support, auto-detect baud rate and 485 control
chuankoutongxin
- 基于VB环境的mscomm控件串口通信,用户可以设置波特率,采用自动协商机制。-The mscomm control serial communication based on the VB environment, the user can set the baud rate, auto-negotiation mechanism.
TEg119200M
- 这是几年前我写的,自动识别RS485与RS232接线极性、自动动检测波特率、自动匹配协议的云台控制软件源码,只是当时我还没用C写 -This is a few years ago, I wrote, automatic identification of the RS485 and RS232 wiring polarity, auto-fixed baud rate detection, and automatic matching protocol PTZ control softwar
BAUD
- DSPIC6014 波特率自动检测,使用回归计算的源代码-DSPIC6014 auto baud rate detection, use the source code of the regression calculation
BAUD1
- DSPIC6014 波特率自动检测,使用简便计算方法的源代码-DSPIC6014 auto baud rate detection, easy-to-use calculation methods source code
ryan-adolfo
- This a sample how to send SMS using AT Commands like in HyperTerminal via GSM Modem or compatible GSm phone attatched to the PC Comport or USB port.. For this sample i used Huawei E160 GSM/HSDPA/GPRS modem.. demonstrate how to use MSComm Control
51serial-communication
- 51单片机串口通信配置模板 定时器方式2: 8位自动重装 波特率 96-51 single-chip serial communication configuration template Timer Mode 2: 8-bit auto reload Baud 9600
auto_baud_RATE
- we ll start timer #1 in 16 bit mode at the transition between the start bit and the LSB and stop it between the MBS and stop bit. That will give approx the number of cpu cycles for 8 bits. Divide by 8 for one bit and by 16 since the built-i
CAN-SPY-example
- 基于AT90CAN64 的CAN总线监控程序,串口实时显示CAN总线上的数据,自动波特率-Based AT90CAN64 CAN bus monitoring program, serial real-time display of data on the CAN bus, auto-baud
kehshechenxu
- 编制一全双工UART电路,通过试验箱MAX202E转换成RS232电平,与计算机进行通讯实验,设置8个按键,按键值为ASIC码“1”~“8”,通过串口发送给计算机,在计算机上显示键值,同时在数码管最高位显示;计算机可发送“0”~“F”的ASIC码,FPGA接收后在数码管低位显示0~F。通过按键可设置波特率。 要求:波特率为三种 1200、2400、9600,由1个按键选择,3个LED分别指示; 数据格式为1位起始位、8位数据位和一位停止位; 上位计算机发送接收软件可使用