Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help me i need reply asap....

Status
Not open for further replies.

adi_rage

Newbie level 6
Joined
Jul 14, 2011
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,348
what do you mean by the statement at89s52 has programmable serial channel.....i.e what do you mean by "programmable serial channel"..........?:-?:-?
 

Salaam
It seems that it has a serial port like SPI wich could be programmed. (Like its mode) Or a USART with programmable specs lik baud rate, start bit, stop bit, parity ...
 

When in doubt, check the device's datasheet:

Atmel AT89S52 Documents Page

Atmel AT89S52 Datasheet

Atmel 8051 Microcontrollers Hardware Manual

Reference Atmel 8051 Microcontrollers Hardware Manual, pg 2-94, Section 2.13 Serial Interface

It provides both synchronous and asynchronous communication modes. It operates as a
Universal Asynchronous Receiver and Transmitter (UART) in three full-duplex modes
(Modes 1, 2 and 3). Asynchronous transmission and reception can occur simultaneously
and at different baud rates.

It is also receive-buffered, meaning it can commence reception of a second byte before
a previously received byte has been read from the receive register. (However, if the first
byte still hasn’t been read by the time reception of the second byte is complete, one of
the bytes will be lost). The serial port receive and transmit registers are both accessed
at Special Function Register SBUF. Writing to SBUF loads the transmit register, and
reading SBUF accesses a physically second receive register.

Alirez.m.f is correct in that the datasheet refers to the serial interface of the AT89S52 as a programmable serial channel and then refers you to the "Atmel 8051 Microcontrollers Hardware Manual" where it details the programmable features of the serial interface, both synchronous and asynchronous modes.

Hope this clears up your question,

BigDog
 
Salaam
It seems that it has a serial port like SPI wich could be programmed. (Like its mode) Or a USART with programmable specs lik baud rate, start bit, stop bit, parity ...


thankzz for responding very fast and have one more doubt regarding ULN driver which has its voltage specifications of output voltage 50v but a normal stepper motor can tolerate upto 12v but v use ULN driving stepper motor..how is this possible?
 

It is a absolute maximum i think. It defines the maximum voltage value which device can stand... If you want to use higher than 50V it will be damaged. As far as you use 12V on common input and motor supply, it is OK.
 

how is reception done in an 8051 uc???...do we have to keep on resetting a continuosly transmting transmitter for the sequence to get received on the receiver????
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top