Created
November 4, 2013 16:48
-
-
Save andreasbotsikas/7305525 to your computer and use it in GitHub Desktop.
odb2 driver configuration to record my odb2 sensor data in a file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"params" : { | |
"drivers" : [ | |
{ | |
"name" : "obd_driver", | |
"type" : "serial", | |
"filename" : "vehicle_recorder.js", | |
"interfaces" : [ | |
{ | |
"name" : "odbrecord", | |
"type" : "recorder", | |
"serialPort" : "COM3", | |
"options" : { | |
"baudrate": 9600 | |
}, | |
"storePath" : "c:/webinos/odbrecord.txt" | |
} | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment