hello i am trying to send "hello" without Max232 IC , i am getting characters like this
*ë©::
*ë©::
*ë©::
*ë©::
*ë©::
i am useing 16F628 with 4 MHz Xt
and the codes re
RCSTA=$90
TXSTA=$25
SPBRG=103
loop:
hserout ["hello",13,10]
pause 500
goto loop
end
am i making a mistake?
Bookmarks