Building a CAN API for Arduino DUE

DarkKnightWong:
Do you have a project thread or some place you post about what your working on

Nope - it's just a simple read CAN, write serial, let computer software make it pretty. Pretty much all the code for the first two parts can be found in the CAN examples palliser and adderd put out with their libs. The only thing left for you to do is put the CAN data into a format you'll be able to extract it at the other end of the serial interface.