It looks like my external oscillator doesn't work at all. When I take out the crystal and do the chip def like this (with OSC HS), serial still works:
include 18f65j50 -- target PICmicro -- include chip pragma target clock 4_000_000 -- oscillator frequency -- configuration memory settings (fuses) pragma target OSC HS -- HS crystal or resonator pragma target WDT disabled -- no watchdog -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
