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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/16/09 17:18
Read: times


 
#164669 - serial communication
i want to send hexadeximal values through uart port
from one microntroller to another the problem is when i give decimal or hexa decimal values to send it is displaying unknown values in terminal i am using keil3
for programming and microntroller is 89s52 atmel
here is the code
org 0000h
mov ie,#00h
mov sp,#08h
mov tmod,#20h
mov scon,#50h
mov th1,#-3
setb tr1
up:
mov a,#30h
acall serial
sjmp up
serial:

mov sbuf,a
jnb ti,$
clr ti
ret
end
if i give double codes it is displaying for example
mov a,#"a"
please give me the solution
using max 232 communication

List of 4 messages in thread
TopicAuthorDate
serial communication            01/01/70 00:00      
   code loks fair, but            01/01/70 00:00      
   double codes?            01/01/70 00:00      
      ASCII an old standard            01/01/70 00:00      

Back to Subject List