Are you sure you have a Puck, and not one of the newer versions (e.g. Puck 2 or Puck Pro)? Despite the similar name, they use a completely different communication protocol.
PS: Please keep the mailinglist in CC. If you answer me personally, then nobody else sees your question and thus nobody else can help you.
On 2015-03-04 12:39, Tim Collins wrote:
Mares Puck is set to "PC" mode. Attempt to down load causes it to reset
(bumps out of PC mode back to dive mode)
libdivecomputer logfile
INFO: Open: name=/dev/ttyUSB0
INFO: Configure: baudrate=38400, databits=8, parity=0, stopbits=1,
flowcontrol=0
INFO: Timeout: value=1000
INFO: DTR: value=0
INFO: RTS: value=0
INFO: Flush: queue=3, input=0, output=0
INFO: Write: size=12, data=3C353130303030323038383E
INFO: Read: size=0, data=
ERROR: Failed to receive the answer. [in mares_common.c:126
(mares_common_packet)]
INFO: Sleep: value=100
INFO: Flush: queue=1, input=0, output=0
INFO: Write: size=12, data=3C353130303030323038383E
INFO: Read: size=0, data=
ERROR: Failed to receive the answer. [in mares_common.c:126
(mares_common_packet)]
INFO: Sleep: value=100
INFO: Flush: queue=1, input=0, output=0M\
INFO: Write: size=12, data=3C353130303030323038383E
INFO: Read: size=0, data=
ERROR: Failed to receive the answer. [in mares_common.c:126
(mares_common_packet)]
INFO: Sleep: value=100
INFO: Flush: queue=1, input=0, output=0
INFO: Write: size=12, data=3C353130303030323038383E
INFO: Read: size=0, data=
ERROR: Failed to receive the answer. [in mares_common.c:126
(mares_common_packet)]
INFO: Sleep: value=100
INFO: Flush: queue=1, input=0, output=0
INFO: Write: size=12, data=3C353130303030323038383E
INFO: Read: size=0, data=
ERROR: Failed to receive the answer. [in mares_common.c:126
(mares_common_packet)]
On Mon, Mar 2, 2015 at 5:05 AM, Jef Driesen <j...@libdivecomputer.org> wrote:
On 2015-03-01 18:22, Tim Collins wrote:
I'm using subsurface version 4.4.1. running on Ubuntu 14.04.
I've successfully connected with a Suuntu D9tx. (after giving myself
privileges for "dial out" )
When I try to download from my mares puck, I get this error
* Unable to open /dev/ttyUSB0 Mares (Puck)*
any suggestions?
Enable the libdivecomputer logfile checkbox and include the generated
logfile here.
it appears that the device is connected, as this command (found on another
discussion board)
tail -f /var/log/syslog
gives (in part)
Mar 1 12:12:55 tim-HP-ProBook-430-G1 kernel: [11980.308111] usb 2-6:
cp210x
converter now attached to ttyUSB0
This looks good.
Jef