Skip to content
This repository was archived by the owner on Jun 6, 2018. It is now read-only.
This repository was archived by the owner on Jun 6, 2018. It is now read-only.

omron_protocol_notes.asciidoc update (Omron 790IT Protocol Documentation) #25

@DanLukes

Description

@DanLukes

During reverse engineering of latest version of Omron software I discovered some not-documented-yet details of Get Individual Reading (GME) return value format.

  • Byte 6 (claimed UNKNOWN now) is 'Unit Number'. Value of such byte is not used by software.

  • Byte 7 (claimed UNKNOWN now) is part of SYS value which is big-endian two byte value, not just single byte 8. Remember - 790IT can measure SYS up to 300mmHg

  • Byte B (claimed UNKNOWN now) is part of big-endian two byte value together with byte C. The resulting word is bitfield, where
    --- &0x0001 (FPULFLAG) is one bit flag 'Irregular heartbeat detected during measurement'
    --- &0x0002 (MOVEFLAG) is one bit flag 'Movement detected during measurement'
    --- &0x0030 (CNT) is two bit number related to TrueRead function (it's correctly documented in current version of document).
    ==========================================
    Note that this format of GME response apply not only to HEM-790IT (M7080IT, M7080) but also to BP791IT (M7222IT), Elite 7300IT (M7300IT), HEM-670IT (M6040IT, M637IT) and 1500PRO (M1040).

Model HEM-637 (M637IT) lacks flags (word B+C), the PUL (byte A) is immediately followed by checksum instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions