Sha256: a9f202af2d91de0a531811d0bb120e7007346d1c904d0f68001c0a50ca71af1e

Contents?: true

Size: 688 Bytes

Versions: 4

Compression:

Stored size: 688 Bytes

Contents

module Extface
  module Driver::Datecs::CommandsV1
    STX = 0x01
    PA1 = 0x05
    PA2 = 0x04
    ETX = 0x03
    
    NAK = 0x15
    SYN = 0x16

    module Init
      SET_MEMORY_SWITCHES         = 0x29
      SET_FOOTER                  = 0x2B
      SET_HEADER                  = 0x2E
      DATE_AND_HOUR               = 0x3D
      FISCALIZATION               = 0x48
      SET_MUL_DP_TAX_VAT          = 0x53
      DEF_ADD_PAYMENT_TYPE_NAMES  = 0x55
    end

    module Info
      GET_DATE_HOUR               = 0x3E
      GET_STATUS                  = 0x4A
    end
    
    module Printer
      PAPER_MOVE                  = 0x2C
      PAPER_CUT                   = 0x2D
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
extface-0.4.5 app/models/extface/driver/datecs/commands_v1.rb
extface-0.4.4b app/models/extface/driver/datecs/commands_v1.rb
extface-0.4.4a app/models/extface/driver/datecs/commands_v1.rb
extface-0.4.4 app/models/extface/driver/datecs/commands_v1.rb