CAN-Bus ECU simulator. Only part of the SAE J1979 are implemented. Uses CAN-Bus demo board as hardware platform. http://skpang.co.uk/catalog/canbus-ecu-simulator-with-lpc1768-module-p-1400.html Useful for testing diagnostic tools.

Dependencies:   TextLCD mbed

Fork of ecu_reader by Sukkin Pang

Revision:
3:05bb8f0bd7a4
Parent:
0:908be729d27c
diff -r e7b3b8da71ff -r 05bb8f0bd7a4 ecu_reader.cpp
--- a/ecu_reader.cpp	Mon Jul 12 10:03:53 2010 +0000
+++ b/ecu_reader.cpp	Wed Apr 25 09:30:02 2012 +0000
@@ -13,6 +13,7 @@
     can2.frequency(can_speed);
 }
 
+
 #define TIMEOUT 200
 unsigned char ecu_reader::request(unsigned char pid,  char *buffer)
 {