EricSmekens / node-bluetooth-obd

Node package for communication with Bluetooth OBD connectors.
Other
262 stars 72 forks source link

add condition of unable to connect #11

Closed Joouis closed 8 years ago

Joouis commented 8 years ago

If there is only OBD2 but not connect to a car, use minicom or screen to send AT instruction will get "UNABLE TO CONNECT". Node-bluetooth-obd have no respond to it, and would still process "UNABLE TO CONNECT" as data source. So I add this condition and it does work.

EricSmekens commented 8 years ago

Will try to release a minor-patch soon.