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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/05/02 16:53
Read: times


 
#28658 - RE: Serial Port - SBUF
The short answer is that how SBUF is modified does play a role. The only reliable way to access SBUF is to use direct MOV's.

A write to SBUF loads the transmit register, and a read accesses a physically separate receive register. Using and instruction like ORL will cause something to happen. It will read the receive register, OR a value with that, then write the result to the transmit register. I can't think of a really good reason that you'd want to do this.

List of 23 messages in thread
TopicAuthorDate
Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
Areas of Doubt and Uncertainty            01/01/70 00:00      
RE: Areas of Doubt and Uncertainty            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF, Jörg            01/01/70 00:00      
RE: Serial Port - SBUF, Jörg            01/01/70 00:00      
RE: Serial Port - SBUF, Jörg            01/01/70 00:00      
RE: Serial Port - SBUF Peter            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Serial Port - SBUF            01/01/70 00:00      
RE: Simulator            01/01/70 00:00      

Back to Subject List