Extremely simple OBDII library
Dependents: DodgeRadioEmulatorv30
Diff: OBDII.cpp
- Revision:
- 1:5605f12d5b16
- Parent:
- 0:7ec2509aa78c
--- 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;