Welcome![Sign In][Sign Up]
Location:
Search - TXD

Search list

[Software Engineeringjiekoutongxin

Description: 一、 设计目的及所需设备: 了解PC机串行口的使用;所需设备为:PC机,RS232插座及连线; 二、串行口的有关硬件资料 1. 9芯RS-232C接口标准: (1) 引脚1:CD,载体检测; (2) 引脚2:RXD,接收数据; (3) 引脚3:TXD,发送数据; (4) 引脚4:DTR,终端准备好; (5) 引脚5:信号地; (6) 引脚6:DSR,MODEM准备好; (7) 引脚7:RTS,请求发送; (8) 引脚8:CTS,清除发送; (9) 引脚9:RI,响铃指示; -one, and designed the necessary equipment : Learn PC's serial port; Necessary equipment : PC, RS232 socket and connect; 2, the serial port hardware information 1. 9-RS-232C interface standards : (1) 1-2 1 : CD, carrier detection; (2) 1-2 2 : RXD, receiving data; (3) 1-2 3 : TXD. Send data; (4) 1-2 4 : DTR, terminal ready; (5) 1-2 5 : signal; (6) 1-2 6 : DSR, MODEM ready; (7) 1-2 7 : RTS, a request; (8) 1-2 8 : CTS, Send removals; (9) 1-2 9 : RI, ringing instructions;
Platform: | Size: 27691 | Author: 与非门 | Hits:

[Other resourcetxd

Description: 用于个人WAP网站写手机日记、手机记事、备忘等。-WAP site for personal diaries written cell phone, cell phone notebooks, memo, etc..
Platform: | Size: 41681 | Author: 唐晓东 | Hits:

[Other resourcecardvdgps

Description: 车载导航控制通讯协议书.pdf.... 高科公司车载导航控制通讯协议书 通讯方式: RS-232 RXD/TXD (TTL), 19200bps, 1/8/N/1 , 十六进制, LSB 先发.-vehicle navigation control communications agreement. Pdf .... hi-vehicle navigation companies control communications communications agreement Means : RS-232 RXD / TXD (TTL), 19200bps, 1/8/N/1. hexadecimal, the LSB first.
Platform: | Size: 24072 | Author: 刘同清 | Hits:

[Com Port232pc

Description: 将11520采样率(可用cooledit得到)的wav文件转换为可供串口播放的PWM文件,用windows的超级终端或者串口调试器发送到串口便可以用接在串口TxD和GND之间的喇叭听到-sampling rate of 11,520 (cooledit be available) to wav file conversion for serial PWM broadcast documents, with the Super Terminal windows or serial debugging sent to the serial device can be used in access Serial TxD and GND hear the horn
Platform: | Size: 8007 | Author: sseeker | Hits:

[Other resourceavr_com

Description: //实验板的AVR程序,uart应用,和计算机通讯,回送PC发送的数据 //接线定义:PD0-RXD PD1-TXD 开关位置:SW6-7/8打开。 //使用串口调试器,使用十六进制方式,首先让PC发送一个字符给MCU,然后将接收到MCU返回的值。 //记事:本程序旨在对uart的理解与演示,程序适合初学者使用. //使用片外8MHz晶体,9600bps波特率
Platform: | Size: 16852 | Author: 夜风 | Hits:

[Other resourceintelligent_thermometer

Description: /*智能型温度感测器: (1)8051的PORT1连接LCD显示器,PORT3的P3.3,P3.4,P3.5分别连接到LCD控制线,程序执行时可以在LCD显示器显示时间和日期 (2)温度感应组件AD590通过ADC0804将感应到的温度转换数字数据,然后通过PORT0输入8051 (3)8051的第10只和第11只引脚RXD和TXD分别连接到MAX232,然后连接到PC的COM端口 (4)8051实验板每小时读入ADC0804转换的数字温度数据,然后记录在串行EEPROM93C66中 (5)8051实验板可以通过RS232将记录在串行EEPROM93C66中数字温度数据传送到PC端 */
Platform: | Size: 2750 | Author: 李志聪 | Hits:

[Other resourcexiongxing

Description: 在多片单片机够成的多机通信系统中,主从式多机通信是多机通信中比较简单的通信方式。由于条件限制,本设计采用STC系列单片机开发板进行开发设计。硬件部分主要3块单片机开发板通过数据线连接而成。单片机板主要用到了,键盘、4位的LED显示器、MAX232芯片及数据线接口。3块单片机板,一块主机,另两块做从机。数据线是主机的TXD、RXD分别接从机的RXD、TXD
Platform: | Size: 97458 | Author: 星星 | Hits:

[Other resourcechuankou

Description: 编写单片机模拟串口,51汇编代码源程序TXD可是任何其它IO
Platform: | Size: 2835 | Author: li | Hits:

[Other resourcetxunit1

Description: UART发送TX控制电路设计,以波特率产生器的EnableTX将数据DATAO以LOAD信号将其送入发送缓冲器Tbuff,并令寄存器内容已载有数据而非空出的标志tmpTBufE=0。当同步波特率信号来临时监视是否处于tmpTBufE=0(内有数据)以及tmpTRegE=1(没有数据)。即处于尚未启动发送态则将Tbuff缓冲寄存器 送入传输寄存器Treg内并令tmpTRegE=0(内又送入数据),但因Tbuff已转送入缓冲寄存器TregE内,为空故令tmpTBufE=1,此tmpTBufE代表缓冲寄存器Tbuff是否为空可再予以送入新的要发送的数据。假如tmpTRegE=0(内有数据)则便要开始进行数据串行传输,传出数据为8位,连同启动信号“0”共需9位的发送计数,以BitCnt作计数。当BitCnt=0计数器便开始递加计数字节,同时令起始信号为0,送入TxD输出端输出。而计数器为1-8时都将TReg的最低位Treg(0)输出到TxD端,并令Treg[]作算术右移运算,依次将Treg[]的D7-D0通过D0移到TxD端输出,直到第9位时停止移位,并将停止位TxD=0发送而结束一个8位数据的发送。
Platform: | Size: 1651 | Author: 袁迎迎 | Hits:

[Other resourcewangluoyuanchengkoangzhixitong

Description: Target:89S51 程序描述:网络远端温度感测器,这个范例中使用到  (1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3、P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。 (2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数位数据,然后经由PORT 0输入8051。 (3)igangcai 8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。  (4) 当PC端经由RS232传送S时,接下来PC送出的下 个byte就用来设定PORT 3的输出。  (5) 当PC端经由RS232传送T时,接下来PC连续送出五个bytes,这五个bytes是 \"年月日时分\",这是 PC 用来设定实验板的时间日期。  (6) 8051每 分钟就读入ADC0804转换的数字温度数据,然后通过RS232传送给PC端,再由PC端通过网络传送到远端的电脑。*/
Platform: | Size: 44003 | Author: 西_土_瓦 | Hits:

[Other resourcezinengwenduji

Description: 程序描述:智能温度感测器,这个范例中使用到 (1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3,P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。 (2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数字数据,然后经由PORT 0输入8051。 (3)8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。 (4)8051实验板每 小时就读入ADC0804转换的数字温度数据,然后记录在串行式EEPROM 93C66中。 (5)8051实验板可以经由RS232将记录在串行EEPROM 93C66中的数字温度数据传送PC端。
Platform: | Size: 51473 | Author: 西_土_瓦 | Hits:

[Other resourceLM74_UART

Description: 采用UART方式0与LM74通信。 用C8051f020的P0.7作片选,主机通过TXD发送时钟信号,实现同步通信,半双工.RXD 作双向数据线.用六位数码管显示LM74采集的温度值
Platform: | Size: 31309 | Author: 李起伟 | Hits:

[Other resourceTXD

Description: 单片机通信源程序,为串口的发送和接收程序.
Platform: | Size: 22072 | Author: ren | Hits:

[SCMLM74_UART

Description: 采用UART方式0与LM74通信。 用C8051f020的P0.7作片选,主机通过TXD发送时钟信号,实现同步通信,半双工.RXD 作双向数据线.用六位数码管显示LM74采集的温度值-The use of UART communication mode 0 and LM74. P0.7 used for the C8051F020 chip select, host TXD sent through the clock signal, to achieve synchronous communication, half-duplex. RXD for bi-directional data line. With six digital tube display LM74 temperature collected
Platform: | Size: 30720 | Author: 李起伟 | Hits:

[Embeded-SCM Developex6-4

Description: 程序描述:智能温度感测器,这个范例中使用到 (1)8051 的Port 1连接到LCD显示器,PORT 3的P3.3,P3.4和P3.5分别连接到LCD显示器的控制线,程序执行时可以让LCD显示器显示出时间和日期。 (2)温度感测组件AD590经由ADC0804将感测到的温度,转换成数字数据,然后经由PORT 0输入8051。 (3)8051的第10和第11只脚RXD和TXD分别连线到MAX232,然后连接到PC的COM埠。 (4)8051实验板每 小时就读入ADC0804转换的数字温度数据,然后记录在串行式EEPROM 93C66中。 (5)8051实验板可以经由RS232将记录在串行EEPROM 93C66中的数字温度数据传送PC端。-Description: Smart Temperature Sensor, use this example to (1) 8051 Port 1 to connect to LCD displays, PORT 3 of P3.3, P3.4 and P3.5 were connected to the LCD displays the line of control, procedures implementation allows LCD display shows time and date. (2) temperature sensing components through AD590 will ADC0804 to the temperature sensor, converted into digital data, and then enter PORT 0 through 8051. (3) 8051 paragraphs 10 and 11 feet respectively RXD and TXD connected to the MAX232, and then connect to the PC s COM port. (4) 8051 per hour school board ADC0804 conversion into digital temperature data, and then recorded in the Serial EEPROM 93C66 in. (5) 8051 experimental board through RS232 will be recorded in the serial EEPROM 93C66 of digital temperature data transmission PC client.
Platform: | Size: 52224 | Author: xiaoyu | Hits:

[SCMuart

Description: 采用软件方法来实现单片机的通用串口引脚来模拟UART。根据要求采用P1.0作为发送端(TXD),P1.1做为数据接受端(RXD),并采用全双工通信模式。由于MAX232电平转换芯片除了做UART的几个引脚后,还剩余T2IN,T2OUT,R2IN,R2OUT.所以采用模仿UART的接法.每次通信,发送的数据加1,接收的数据加2.用51系列单片机。-The use of software methods to achieve single-chip Universal Serial pin to simulate the UART. P1.0 adopted in accordance with the requirements as the sending end (TXD), P1.1 as the receiving end the data (RXD), and the use of full-duplex communication mode. Since the MAX232 level translator chip UART to do apart from some of the pin, the remaining T2IN, T2OUT, R2IN, R2OUT. So used to imitate the UART connection. Each communication, to send data add one, add 2 to receive data. 51 Series single-chip microcomputer used.
Platform: | Size: 4096 | Author: sdcsadf | Hits:

[assembly languageTXD

Description: AVR的查询发送代码 AVR的查询发送代码-About avr txd code poll mode About avr txd code poll mode About avr txd code poll mode
Platform: | Size: 8192 | Author: zhoujin | Hits:

[VHDL-FPGA-VerilogTXD

Description: TxD - simple RS232 transmitter
Platform: | Size: 1024 | Author: Max | Hits:

[SCMRXD-TXD

Description: 有效,即允许RXD发送数据,同时,允许从TXD端输出移位脉冲。第一帧(8位)数据发送完毕时,各控制信号均恢复原状态,只有TI保持高电平,呈中断申请状态。第一个74HC164把第一帧数据并行输出,LED1显示该数据(发送时序如图2所示)。然后,用软件将TI清零,发送第二帧数据。第二帧数据发送完毕,LED1显示第二帧数据,第一帧数据串行输入给第二个74HC164,LED2显示第一帧数据。依此类推,直到把数据区内所有数据发送出去。应该注意,数据全部发送完后,第一帧数据在最后一个LED显示。由于TXD端最多可以驱动8个TTL门,当LED显示器超过8个时,我们采用74HC244芯片驱动。每个74HC244有8路驱动,每一路可驱动8个LED,即每增加一个74HC244,可增加64个LED驱动。 为了节省管脚,想用74164来做数码管。第一次做串行的东西。上了电以后,显示根本不对啊,测164并行输出口的高低电平,也是不对的。 -Effective, that allowed RXD send data, meanwhile, is allowed from TXD at output shift pulse. The first frame (8) data sending finished, the control signal are restored the original state, only keep a high level, TI application state interruption. The first 74HC164 put the first frame data parallel output, LED1 showed that the data (sending timing as figure2shows). Then, use the software will TI reset, send the second frame data. The second frame data sending finished, LED1 shows the second frame data, the first frame data 74HC164 serial input to the second, LED2 shows the first frame data. By analogy, until the data in all data sending out. Should pay attention to, after all, data sent the first frame data on the final LED display. Because most TXD end can drive eight TTL door when more than 8 LED display, we adopt 74HC244 chip driver. Each 74HC244 eight road drive, every way can drive eight LED, namely every add a 74HC244, can increase the 64 LED drivers. In order to save the tube
Platform: | Size: 4096 | Author: wangbing | Hits:

[Embeded-SCM DevelopTXD

Description: AVR的查询发送代码 AVR的查询发送代码-About avr txd code poll modeAbout avr txd code poll modeAbout avr txd code poll mode
Platform: | Size: 8192 | Author: acknowl | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net