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:
6:41a4ad385daa
Parent:
3:05bb8f0bd7a4
diff -r 46a6a3e36e05 -r 41a4ad385daa globals.h
--- a/globals.h	Tue Aug 28 13:16:46 2012 +0000
+++ b/globals.h	Tue Dec 30 10:10:02 2014 +0000
@@ -3,13 +3,12 @@
 
 #include "mbed.h"
 
-
 extern DigitalOut led1;
 extern DigitalOut led2;
 extern DigitalOut led3;
 extern DigitalOut led4;
 
-// We use can on mbed pins 29(CAN_TXD) and 30(CAN_RXD).
 extern CAN can2;
 extern CANMessage can_MsgRx;
+extern Serial pc;
 #endif
\ No newline at end of file