node-red-contrib-buffer-parser
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.
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)...
Are there any plans to add scaling (and the other ops from buffer-parser) to buffer-maker? To provide the "inverse" functionality ...