Startup HA5

For the HA5 there is a search sequence as well (unless the address is specified)

HA5 on channel a:

paul@Gateway:~/owfs$ /opt/owfs/bin/owhttpd --debug --ha5=/dev/ttyUSB0 -p 4444
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(77) Avahi support: libavahi-client loaded successfully
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(79) Avahi library function found: avahi_client_errno
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(80) Avahi library function found: avahi_client_free
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(81) Avahi library function found: avahi_client_new
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(82) Avahi library function found: avahi_client_get_domain_name
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(83) Avahi library function found: avahi_entry_group_add_service
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(84) Avahi library function found: avahi_entry_group_commit
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(85) Avahi library function found: avahi_entry_group_is_empty
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(86) Avahi library function found: avahi_entry_group_new
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(87) Avahi library function found: avahi_entry_group_reset
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(89) Avahi library function found: avahi_service_resolver_free
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(90) Avahi library function found: avahi_service_resolver_new
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(91) Avahi library function found: avahi_service_browser_free
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(92) Avahi library function found: avahi_service_browser_new
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(104) Avahi support: libavahi-common loaded successfully.
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(106) Avahi library function found: avahi_simple_poll_free
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(107) Avahi library function found: avahi_simple_poll_get
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(108) Avahi library function found: avahi_simple_poll_loop
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(109) Avahi library function found: avahi_simple_poll_new
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(110) Avahi library function found: avahi_simple_poll_quit
DEBUG: ow_avahi_link.c:OW_Load_avahi_library(111) Avahi library function found: avahi_strerror
CALL: ow_parsename.c:FS_ParsedName_anywhere(90) path=[]
DEBUG: owlib.c:SetupTemperatureLimits(79) Globals temp limits 0C 100C (for simulated adapters)
CALL: ow_parsename.c:FS_ParsedName_anywhere(90) path=[]
DEBUG: ow_ha5.c:HA5_find_channel(176) Looking for HA5 adapter on /dev/ttyUSB0:a
TRAFFIC OUT <write> bus=0 (/dev/ttyUSB0)
Byte buffer HA5, length=5
--000: 61 52 42 33 0D
<aRB3.>
TRAFFIC IN <read> bus=0 (/dev/ttyUSB0)
Byte buffer HA5, length=1
--000: 4E
<N>
TRAFFIC IN <slurp> bus=0 (/dev/ttyUSB0)
Byte buffer HA5, length=1
--000: 0D
<.>
CONNECT: ow_ha5.c:HA5_find_channel(178) HA5 bus master FOUND on port /dev/ttyUSB0 at channel a
TRAFFIC OUT <write> bus=0 (/dev/ttyUSB0)
Byte buffer HA5, length=5
--000: 61 52 42 33 0D
<aRB3.>
TRAFFIC IN <read> bus=0 (/dev/ttyUSB0)
Byte buffer HA5, length=2
--000: 4E 0D
<N.>

Previous page: Startup Passive (9097)
Next page: Startup HA7Net