node-red-contrib-buffer-parser icon indicating copy to clipboard operation
node-red-contrib-buffer-parser copied to clipboard

A node-red node to convert values in a buffer, integer array or hex string into many different data type(s). Supports Big/Little Endian, BCD, byte swapping and much more.

Results 13 node-red-contrib-buffer-parser issues
Sort by recently updated
recently updated
newest added

msg.originalPayload (when input is a buffer) is just a reference so if the data is byteswapped, originalBuffer is affected. Consider cloning before processing. Consider making the extra properties optional (to...

Hi, when using the buffer parser node i get an error: "TypeError: Cannot mix BigInt and other types, use explicit conversions" This occurs only, when i use type uint32 (be)...

bug

Are there any plans to add scaling (and the other ops from buffer-parser) to buffer-maker? To provide the "inverse" functionality ...

enhancement