Extremely simple OBDII library
Dependents: DodgeRadioEmulatorv30
Revision 1:5605f12d5b16, committed 2013-01-01
- Comitter:
- rtgree01
- Date:
- Tue Jan 01 03:51:44 2013 +0000
- Parent:
- 0:7ec2509aa78c
- Commit message:
- OBD2 disabled; changed rate of output can messages
Changed in this revision
OBDII.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 7ec2509aa78c -r 5605f12d5b16 OBDII.cpp --- a/OBDII.cpp Mon Aug 20 02:35:38 2012 +0000 +++ b/OBDII.cpp Tue Jan 01 03:51:44 2013 +0000 @@ -11,7 +11,7 @@ data.speed = -1; HostSock = new UDPSock(new Host(IpAddr(), 20000, NULL), 64, this); - statusHost = new Host(IpAddr(10,10,10,1), 21000, NULL); //Join multicast group on port 50000 + statusHost = new Host(IpAddr(224,1,2,3), 21000, NULL); //Join multicast group on port 50000 CANTimer.start(); done = true;