2011-10-09, 15:55:22
(2011-10-09, 10:07:17)srnet Wrote:(2011-10-08, 12:07:40)Mikael Gustafsson Wrote: The erratas are found on the same page as you find the device datasheet on the Microchip website.
Ah, I was looking in the DS30 documentation .........
Version:2.0.4 January 2011 of ds30loader.asm works fine for me, but the new version 3.0.0 April 2011, does not, with or without autobaud.
I make a change to the comminit section to allow the use on inverted RS232;
movwf RCSTA_ ; and receive
bsf BAUDCON_,5 ;set inverted receive data
bsf BAUDCON_,4 ;set inverted transmit
Config settings are being defined manully in MPLAB and are the same but the newer version does not respond when polled by the PC.