Hi I've been trying to simulate receiving an incomming message from the CAN bus. I have followed the application notes AP147 and 167, and I have viewed discussion topics on this subject. I have included an ini file (project options > debug) with the following code to simulate a CAN signal:
CAN0ID = 0x196; //CANID CAN0L = 1; //Data length CAN0B0 = 0x01; //Data CAN0IN = 1; //11bit Identifier
*** error 34, line 9 : undefined identifier