New PIC18 models like 26K83, 27K42, 27Q43 etc. feature a revised communication protocol with 8 bit commands and an optional 24 bit payload, much like the latest PIC16 families.
So it is not possible to use the classic PIC18 algorithms.
The current (v0.11.0) instruction set should be sufficient but the algorithm has to be written almost from scratch.
I am now starting this activity and will keep you updated on the progress.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, PIC18F26K83 (actually not supported) can be programmed as PIC18F26K80 or other similar PIC?
New PIC18 models like 26K83, 27K42, 27Q43 etc. feature a revised communication protocol with 8 bit commands and an optional 24 bit payload, much like the latest PIC16 families.
So it is not possible to use the classic PIC18 algorithms.
The current (v0.11.0) instruction set should be sufficient but the algorithm has to be written almost from scratch.
I am now starting this activity and will keep you updated on the progress.