Never saw this one before. The code with the error is a file from the driver folder modbus.c. This is the second modbus file I have had since the first was old (somehow) and was replaced by support. I ...
I am confused. In your principal <--? code you include "kdb2.c." but the kbd code is in kbdd.c? Should you have the period at the end of kbd2.c or should the include be kbdd.c?
On all of the other chips they are using the pll speed. For instance, on the pic explorer 16 they use
#use delay(clock=32M) //8MHz clock is 4x because of PLL
and the others are the same. I ...
On all of the usb to serial examples, when you use the 24FJ256GB110 an error arises from trying to use the #use rs232 without having done a #use delay. What is the delay for this chip?