BUG: can't get data WS2305
I use open2300 from SVN. config file is the default one.
[~]# open2300 0x376 r 1 Read Commands sent: 82 8E 9E 9A C6 Address: 0377|0376 - Data: AA
open2300 seems to be working fine but not other tools. It looks like they are looping for ever. Here is a trace:
[~]# strace fetch2300
....
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({10, 0}, 0xbfc96704) = 0
ioctl(4, TCFLSH, 0) = 0
write(4, "\6", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\2", 1) = 1
write(4, "\202", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\0", 1) = 1
write(4, "\226", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\25", 1) = 1
write(4, "\212", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\"", 1) = 1
write(4, "\236", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "7", 1) = 1
write(4, "\332", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "6", 1) = 1
read(4, "U", 1) = 1
read(4, "\376", 1) = 1
read(4, "\1", 1) = 1
read(4, "\0", 1) = 1
read(4, "\0", 1) = 1
read(4, "\0", 1) = 1
ead(4, "T", 1) = 1
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({10, 0}, 0xbfc96704) = 0
ioctl(4, TCFLSH, 0) = 0
write(4, "\6", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\2", 1) = 1
write(4, "\202", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\0", 1) = 1
write(4, "\226", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\25", 1) = 1
write(4, "\212", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "\"", 1) = 1
write(4, "\236", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "7", 1) = 1
write(4, "\332", 1) = 1
ioctl(4, TCSBRK, 0x1) = 0
read(4, "6", 1) = 1
read(4, "U", 1) = 1
read(4, "\376", 1) = 1
read(4, "\1", 1) = 1
read(4, "\0", 1) = 1
read(4, "\0", 1) = 1
read(4, "\0", 1) = 1
read(4, "T", 1) = 1
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({10, 0}, <unfinished ...>
Environment
Open2300 version: |
svn |
Shared libraries: |
mysql |
Server OS: |
fedora 12 |