# This file was painstakenly created manually using raw codes intrerpreted
# and converted from a Pronto ccf file.  I always meant to add more buttons to
# it, but I know now I never will.  It currently controls the number keys, the
# power button, the cancel button and the up key.  Therefore, it should have 
# enough for controlling most popular PVR software.
# If anyone really needs more buttons, email me and I might be motivated to
# update it.
#
# contributed by: kjones95 (at) cogeco (dot) ca
# brand:   Echostar 301, Dishnet various and Bell ExpressVu 3100
# model no. of remote control:  Don't know
# devices being controlled by this remote: See above
#
# manually converted to regular config file using echostar/DBS (CB)
#

begin remote

  name 3100
  bits           16
  flags SPACE_ENC
  eps            30
  aeps          100

  header        400  6100
  one           400  1700
  zero          400  2800
  ptrail        400
  gap          6200
  min_repeat      4
  toggle_bit      0

  frequency    56000

      begin codes
	'POWER'               0x0000000000000800    # power
	'0'                   0x0000000000004400    # 0
	'1'                   0x0000000000001000    # 1
	'2'                   0x0000000000001400    # 2
	'3'                   0x0000000000001800    # 3
	'4'                   0x0000000000002000    # 4
	'5'                   0x0000000000002400    # 5
	'6'                   0x0000000000002800    # 6
	'7'                   0x0000000000003000    # 7
	'8'                   0x0000000000003400    # 8
	'9'                   0x0000000000003800    # 9
	'UP'                  0x0000000000006800    # up
	'CANCEL'              0x0000000000004800    # cancel
      end codes

end remote
