using pbp246.
pic16c84 over max232 to pc rs232 interface (tested, working - i tested the circuit with simple flashing LED example).
when i run hyperteminal, i get strange output instead "U"s.
code:
DEFINE DEBUG_REG PORTB
DEFINE DEBUG_BIT 6
DEFINE DEBUG_BAUD 115200
DEFINE DEBUG_MODE 0
DEFINE OSC 8
DEFINE DEBUG_PACING 3000
loop:
DEBUG "U"
Goto loop
what am i doing wrong?
is 115200 baud possible with DEBUG and 8MHz osc? how?
Bookmarks