| ??? 08/28/01 16:49 Read: times |
#14562 - RE: 2nd serial port by software |
Muhammad,in my opinion you have problems in transmittion because you are working with two different baudrates,try to give one delay in the receive of data.
example: before the rotine of receiving data do(in 8051 assembler)with 12 MHhz cristal: mov r0,#0ffh ;delay of 255 us delay: djnz r0,delay |



