Skip to content

Instantly share code, notes, and snippets.

@andreasbotsikas
Created November 4, 2013 16:48
Show Gist options
  • Save andreasbotsikas/7305525 to your computer and use it in GitHub Desktop.
Save andreasbotsikas/7305525 to your computer and use it in GitHub Desktop.
odb2 driver configuration to record my odb2 sensor data in a file
{
"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