UNPKG

@zandor300/jsmodbus

Version:

Implementation for the Serial/TCP Modbus protocol.

10 lines 286 B
export declare const LIMITS: { readonly COIL_MAX: 1; readonly COIL_MIN: 0; readonly ERROR_CODE_THRESHOLD: 128; readonly REGISTER_MAX: 65535; readonly REGISTER_MIN: 0; readonly UINT16_MAX: 65535; readonly UINT16_MIN: 0; }; //# sourceMappingURL=limits.d.ts.map