juks / iso-8583-socket-queue

ISO 8583 gateway
MIT License
195 stars 111 forks source link

Create fixed-b-hex.js #48

Closed cavebring closed 4 years ago

cavebring commented 4 years ago

This packer was missing, this is for a hex representation of decimal which is used in ISO8583 93 length.

Example: Length 54 bytes will be represented as decimal = 54 = hex = 0x36. So data: 54, length: 2 will give <Buffer 00 36>