v5.0.1
Breaking changes
- Errors sent back to callbacks are now Error objects instead of strings.
None Breaking changes
- The
.connect[...]
methods can return an optionalPromise
object, if no callback is given as argument. - Added a new
.isOpen
method to the odbus instance. - Added a debug option for emitting debug messages on read and write.
- Clean up the examples