Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/05/02 17:35
Read: times


 
#26754 - RE: NEED HELP IN SERIAL COM
Hi Bikashi,

Some answers:

If you implement your serial interface using interrupts, you can indeed get something done while waiting for serial I/O to complete. A polled interface makes it hard to get anything else done.

Yes, 10 bits = 1 start + 8 data + 1 stop, assuming the uart is set to mode 1 (as you have set it).

Full duplex *is* possible: there are *two* SBUF registers, one for transmit (write-only) and one for receive (read-only).

Check out the tutorials here for using the uart.

Good luck!

Dennis

List of 10 messages in thread
TopicAuthorDate
NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: NEED HELP IN SERIAL COM            01/01/70 00:00      
RE: Baud rate tolerance            01/01/70 00:00      

Back to Subject List