- modbus: removes fs dependency to load protocol parts (@PBrunot)
- deps:
- deps:
- format:
- fixes #6
- deps:
- minor fixes for NodeJS > 8
- helpers:
- adds support to reply directly with a buffer instead of an Array of 2-byte buffers
- modbus: properly check for a valid object and not null
- read-coils: fixes not properly throwing when replying to coils with null/undef
- readme: fixes link to stream module
- fixes function code for read-write-multiple-registers :(
- helpers:
- exposes some helpers
- fixes blocksToBuffer when a block has length < 2
- test:
- adds check for out of bounds response sizes
- ensures read-file-record and write-file-record throw when reaching length limits
- exceptions:
- adds a helper function .error()
- test:
- add node v8
- deps:
- fixes buffer not being correctly converted to bits
- read-write-multiple-registers:
- fixes minimum buffer length required for requests'
- modbus:
- do not throw error on unknown function, return object with code and data
- READ_FIFO_QUEUE:
- fixes not checking response size
- GET_COMM_EVENT_LOG:
- fixes minimum response size
- return null on invalid data instead of throwing
- buffer:
- renames Utils to Buffer
- ci:
- fixes travis file
- adds support for at least node 0.10
- modbus:
- adds a custom package builder
- do not throw error on unknown function, return object with code and data
- exception:
- allow one to build an exception specifying fcode and error code