Quote:
Originally Posted by SouthArk370Z
I have an ELM-based CAN-to-USB adapter. Would it be possible to get a copy of your program?
|
I don't believe my code will help you in your case. My code is C++ firmware code that gets loaded to an Arduino and communicates directly to a MCP2515 CAN controller chip via the SPI protocol. That data is then translated to UART to communicate to the PC to see the results.
I just used Hercules to view the COM port.
RS232 terminal, serial port terminal, udp terminal, tcp/ip client server - Hercules
The hardware you have should do this already. If you use Hercules, you can log data just as I have.
The advantage of having such a low level interface is that once I start understanding what the data is, I can program my Arduino to start doing stuff with it!
I am writing a program now that will allow me to view all the data on the CAN simultaneously by PID. That way, I can start messing with stuff in the car and see what data changes and how.