hi every one, i beg for your help
i dont understand y this occurs, this is my code
--------------------------------------------------------------
SO var PortB.7
BAUD CON 84 '9600 baud, no parity, true, always driven
TRISB = %01111111 'PortB.7 serial-output pin
PORTB = $80
MAIN:
SEROUT2 SO,BAUD,["Hello World"]
PAUSE 400
GOTO MAIN
END
------------------------------------------------------------------------
y dose the uart out put display this
˜ÅÜÜß@§ßâÜÄ
im using pic basic pro (compiler) , micrcode stuido(editor),mpasm(assembler)
you guys think the compiler is corrupt or somthing, is my programing wrong, please help.
Bookmarks