USARTx.bas
The update supports basic async operation only, and none of the newer features found on some devices.
I2C.bas/SPI.bas
While the modules have been updated, they only work with devices that have an MSSP peripheral.
Some newer devices (such as the K42/K83) have removed the MSSP and replaced it with dedicated I2C and SPI peripherals.
If the device.bas file has the following:
Code: Select all
#const _mssp = $00 // MSSP module NOT supported
ADC.bas
This has not been updated from the original version. It seems there are almost as many ADC configurations as there are devices, so I gave up on this one years ago. Good luck!