Hi im having trouble getting my PIC18F2480 to send me back data. What I mean is that I can send data out of the pic through CANTX but I CANNOT RECEIEVE DATA THROUGH CANRX. When I probe CANRX there's signal coming in but no data is being stored in the recieve buffers. I know this because no data is coming out of TX of the PIC. What I'm trying to do is have data go in through CANRX and out through TX so I can read out what data was RECEIVED. I am using the libraries can18xxx8.c and can18xxx8.h files. What I think the problem is is that the function can_set_mode(CAN_OP_NORMAL) never gets called. My PIC never gets set to NORMAL mode. WHAT do I do? What PIC should I be using? Any suggestions or ideas?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum