I recently purchased a DEV-13262 CAN bus shield that I want to use to reverse-engineer my vehicle's CAN buses (in conjunction with my Arduino Uno). What would be the best program to tabulate the serial data from the buses? I tried SavvyCAN but there doesn't seem to be a sketch available to make it work with my hardware... any ideas?
What device is receiving those tabulated data?
In Serial.print use \t as tabulating character.
Ah, you misunderstood.
I want to print the values on a computer screen, but I don't want them to scroll like they do with the serial monitor. I want to be able to see how messages delivered by each ID change. In other words, I want them on a table of sorts.
Like this? https://www.savvycan.com/images/SavvyCAN_199.jpg
(SavvyCAN, shown here, doesn't work with the Uno to my knowledge)
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.