The first thing I notice is a 10 Mhz osc defined as 40 Mhz.
Second is the SERIN/SEROUT commands.
Should read something likeLooks like the BAUD RATE (MODE) is missing.Code:SEROUT PIN, BAUDE RATE,[DATA]
Third, you will need to haveat the beginning of your program.Code:INCLUDE "modedefs.bas
Bookmarks