Re: OWFS and RS232 over Ethernet Adapter
Hello,
oh sorry -i have the DS9097 (passive Adapter)
and if i try to connect with the following syntax
/opt/owfs/bin/owfs --foreground --error_level=9 -d /dev/mytty -m /mnt/xt-micro/
i get this debug
CONNECT: owfs.c:main(123) fuse mount point: /mnt/xt-micro/
CALL: ow_parsename.c:FS_ParsedName_anywhere(115) path=[]
DEBUG: owlib.c:SetupTemperatureLimits(83) Globals temp limits 0C 100C (for simulated adapters)
CALL: ow_parsename.c:FS_ParsedName_anywhere(115) path=[]
Byte buffer Attempt serial write:, length=1
--000: C1
<.>
Byte buffer Attempt serial write:, length=1
--000: 71
<q>
Byte buffer Attempt serial write:, length=1
--000: 0F
<.>
Byte buffer Serial read:, length=1
--000: 3F
<?>
DEBUG: ow_ds9097U.c:DS2480_configuration_read(369) wrong response (3F not 00)
DEBUG: ow_ds9097U.c:DS2480_set_baud_control(384) Failed first attempt at resetting baud rate of bus master /dev/mytty
Byte buffer Attempt serial write:, length=1
--000: 71
<q>
Byte buffer Attempt serial write:, length=1
--000: 0F
<.>
Byte buffer Serial read:, length=1
--000: 3F
<?>
DEBUG: ow_ds9097U.c:DS2480_configuration_read(369) wrong response (3F not 00)
DEBUG: ow_ds9097U.c:DS2480_set_baud_control(389) Failed second attempt at resetting baud rate of bus master /dev/mytty
Byte buffer Attempt serial write:, length=1
--000: C5
<.>
Byte buffer Serial read:, length=1
--000: 85
<.>
Byte buffer Attempt serial write:, length=1
--000: 71
<q>
Byte buffer Attempt serial write:, length=1
--000: 0F
<.>
Byte buffer Serial read:, length=1
--000: 3F
<?>
DEBUG: ow_ds9097U.c:DS2480_configuration_read(369) wrong response (3F not 00)
DEBUG: ow_ds9097U.c:DS2480_set_baud_control(384) Failed first attempt at resetting baud rate of bus master /dev/mytty
Byte buffer Attempt serial write:, length=1
--000: 71
<q>
Byte buffer Attempt serial write:, length=1
--000: 0F
<.>
Byte buffer Serial read:, length=1
--000: 3F
<?>
DEBUG: ow_ds9097U.c:DS2480_configuration_read(369) wrong response (3F not 00)
DEBUG: ow_ds9097U.c:DS2480_set_baud_control(389) Failed second attempt at resetting baud rate of bus master /dev/mytty
Byte buffer Attempt serial write:, length=1
--000: C5
<.>
Byte buffer Serial read:, length=1
--000: 85
<.>
Byte buffer Attempt serial write:, length=1
--000: 45
<E>
Byte buffer Serial read:, length=1
--000: 05
<.>
DEBUG: ow_ds9097U.c:DS2480_configuration_write(351) wrong response (05 not 44)
CONNECT: owlib.c:SetupInboundConnections(110) Cannot detect DS2480 or LINK interface on /dev/mytty.
DEBUG: ow_com.c:COM_close(80) COM_close: flush
DEBUG: ow_com.c:COM_close(82) COM_close: restore
DEBUG: ow_com.c:COM_close(86) COM_close: close
CALL: ow_parsename.c:FS_ParsedName_anywhere(115) path=[]
Byte buffer Attempt serial write:, length=1
--000: F0
<.>
Byte buffer Serial read:, length=1
--000: E0
<.>
CONNECT: ow_ds9097.c:DS9097_reset(169) [Invalid argument] Cannot set attributes: /dev/mytty
DEFAULT: owlib.c:SetupInboundConnections(121) Cannot detect DS9097 (passive) interface on /dev/mytty.
DEBUG: ow_com.c:COM_close(80) COM_close: flush
DEBUG: ow_com.c:COM_close(82) COM_close: restore
DEBUG: ow_com.c:COM_close(86) COM_close: close
DEBUG: owfs.c:main(151) fuse_mnt_opt=[(null)]
DEBUG: owfs.c:main(153) fuse_open_opt=[(null)]
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
DEBUG: owfs.c:ow_exit(31) owfs: ow_exit(0)
CALL: ow_lib_close.c:LibClose(21) Starting Library cleanup
CALL: ow_lib_stop.c:LibStop(23) Clear Cache
CALL: ow_lib_stop.c:LibStop(25) Closing input devices
CALL: ow_lib_stop.c:LibStop(27) Closing outout devices
CALL: ow_lib_close.c:LibClose(58) Finished Library cleanup
can you see something in this debug ?