Difference between revisions of "Trouble Shooting"

Line 6: Line 6:
 
[[Category:HowTo Video]]
 
[[Category:HowTo Video]]
  
; '''First make sure you have watched the videos about configuring your system for the AlarmDecoder'''
+
; '''First make sure you have watched the videos about configuring your system for the AlarmDecoder'''.
  
  
 
;<video type="youtube">K7BOHLq8tGg</video>
 
;<video type="youtube">K7BOHLq8tGg</video>
;This video discusses panel configuration as well as physical connection to the alarm system
+
;This video discusses panel configuration as well as physical connection to the alarm system.
  
  
  
 
;<video type="youtube">MaHrJYkQDhY</video>
 
;<video type="youtube">MaHrJYkQDhY</video>
;This video discusses connecting your AlarmDecoder to a PC
+
;This video discusses connecting your AlarmDecoder to a PC.
 
+
  
  
  
 
;<video type="youtube">G3qxiiBBJxg</video>
 
;<video type="youtube">G3qxiiBBJxg</video>
;This video discusses connecting your AlarmDecoder to a Mac
+
;This video discusses connecting your AlarmDecoder to a Mac.
  
  
Line 28: Line 27:
  
 
==Troubleshooting Steps==
 
==Troubleshooting Steps==
# does the AD2* have power?
+
# Does the AlarmDecoder have power?
#* make sure the LED on the AD2* device is flashing about 1 cycle a second
+
#* Make sure the LED on the AlarmDecoder device is flashing about once per second.
#* check your power connections if you do not see LED flashing
+
#* Check your power connections if you do not see the LED flashing.
# does the connected computer show an attached device.
+
# Does the connected computer show an attached device?
#* For windows look in device manager
+
#* Windows: Confirm the device is present in the Device Manager.
#** On some installs of windows it is necessary to enable the VCP option for the driver
+
#** On some installs of windows it is necessary to enable the VCP option for the driver.
#* for OSX and Linux look in /dev
+
#* OSX/Linux: Check your syslog and look in ''/dev''.
 +
# Can you communicate with the device with a terminal program?
 +
## Open the device with your favorite terminal program.  We suggest one of the following:
 +
##* Windows: [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY]
 +
##*# Select the ''Serial'' option.
 +
##*# Enter the COM port number.  You can look this up in Device Manager.
 +
##*# Enter the speed.
 +
##*#* AD2USB & AD2Pi: 115200
 +
##*#* AD2Serial: 19200
 +
##*# Click ''Open''
 +
##* OSX/Linux: screen
 +
##*# Open a terminal
 +
##*# Locate your device by checking syslog or your ''/dev'' directory
 +
##*# Execute ''screen [device] [baudrate]''
 +
##*#* Baudrate:
 +
##*#** AD2USB & AD2Pi: 115200
 +
##*#** AD2Serial: 19200
 +
## Confirm that you can reboot your Alarm Decoder by typing: '''='''
 +
## Make sure you cleanly exit your terminal program.
 +
##* PuTTY: Click the '''X'''
 +
##* screen: Ctrl + A + K

Revision as of 13:47, 12 December 2013


First make sure you have watched the videos about configuring your system for the AlarmDecoder.


This video discusses panel configuration as well as physical connection to the alarm system.


This video discusses connecting your AlarmDecoder to a PC.


This video discusses connecting your AlarmDecoder to a Mac.



Troubleshooting Steps

  1. Does the AlarmDecoder have power?
    • Make sure the LED on the AlarmDecoder device is flashing about once per second.
    • Check your power connections if you do not see the LED flashing.
  2. Does the connected computer show an attached device?
    • Windows: Confirm the device is present in the Device Manager.
      • On some installs of windows it is necessary to enable the VCP option for the driver.
    • OSX/Linux: Check your syslog and look in /dev.
  3. Can you communicate with the device with a terminal program?
    1. Open the device with your favorite terminal program. We suggest one of the following:
      • Windows: PuTTY
        1. Select the Serial option.
        2. Enter the COM port number. You can look this up in Device Manager.
        3. Enter the speed.
          • AD2USB & AD2Pi: 115200
          • AD2Serial: 19200
        4. Click Open
      • OSX/Linux: screen
        1. Open a terminal
        2. Locate your device by checking syslog or your /dev directory
        3. Execute screen [device] [baudrate]
          • Baudrate:
            • AD2USB & AD2Pi: 115200
            • AD2Serial: 19200
    2. Confirm that you can reboot your Alarm Decoder by typing: =
    3. Make sure you cleanly exit your terminal program.
      • PuTTY: Click the X
      • screen: Ctrl + A + K