2011-10-09, 23:40:26
Well I started from scratch, new download of DS30.
I set the MPLAB device to 18F26k22, the same for the settings.inc, although the manual says to set the device in the line, "LIST P=18F26K22" that does not exist, so is it now set in the line "processor __18F26K22" ?
So I put the "processor __18F26K22" bit in, set the clock frequency and baud;
#define OSCF 16000000
#define BAUDRATE 38400
It does not compile, lots of errors in the config register settings. Checking back with the 2.0.4 version and the config bit settings look completly different, should they be ?
Glad I kept the 2.0.4 version, although getting the auto baud working would be good.
I set the MPLAB device to 18F26k22, the same for the settings.inc, although the manual says to set the device in the line, "LIST P=18F26K22" that does not exist, so is it now set in the line "processor __18F26K22" ?
So I put the "processor __18F26K22" bit in, set the clock frequency and baud;
#define OSCF 16000000
#define BAUDRATE 38400
It does not compile, lots of errors in the config register settings. Checking back with the 2.0.4 version and the config bit settings look completly different, should they be ?
Glad I kept the 2.0.4 version, although getting the auto baud working would be good.