Search found 181 matches

by TnT
Wed Apr 20, 2016 5:15 pm
Forum: Requests
Topic: OSTC CF's and firmware updates
Replies: 7
Views: 9187

Re: OSTC CF's and firmware updates

If you don't mind using a command-line tool, you can always use libdivecomputer's dctool to upgrade the ostc firmware:

Code: Select all

chmod +x dctool
./dctool -f ostc fwupdate -f <firmware.hex> <serialport>
by TnT
Tue Sep 15, 2015 10:37 pm
Forum: Support
Topic: Suunto Stinger problem with importing dives to Macdive
Replies: 25
Views: 20360

Re: Suunto Stinger problem with importing dives to Macdive

It's a command-line application. You first have to start the Windows Command Prompt, make sure the universal.exe is located the current directory (move it if that's not the case), and then type the command (I recommend copy-and-past to avoid typos).
by TnT
Tue Sep 15, 2015 7:27 pm
Forum: Support
Topic: Suunto Stinger problem with importing dives to Macdive
Replies: 25
Views: 20360

Re: Suunto Stinger problem with importing dives to Macdive

[0.000855] ../../source/examples/universal.c:973: No matching device found. That's because you executed the application with the wrong options. Oops, I forgot to mention that. The correct options are: universal.exe -v -l vyper-dump.log -m vyper.bin -b vyper <COMx> universal.exe -v -l vyper-dives.lo...
by TnT
Fri Sep 11, 2015 8:21 pm
Forum: Support
Topic: Suunto Stinger problem with importing dives to Macdive
Replies: 25
Views: 20360

Re: Suunto Stinger problem with importing dives to Macdive

Let's start by summarizing what we know already so far: On a Windows PC downloading works, so we can rule out problems with the cable and the device. On your mac, downloading fails. That means the problem must be in the Mac Prolific driver, or in the application. In order to find out where the probl...
by TnT
Sat Feb 21, 2015 5:35 pm
Forum: Requests
Topic: Required Test Data
Replies: 36
Views: 92421

Re: Required Test Data

Dunno if this thread is still active (doesn't look like it :P) but I have dual-transmitter data from an Oceanic Atom 2.0 and an Oceanic OC1. Most of those requests are still valid. The multiple pressure transmitter one is definitily one of the highest on my list! So if you could send me such data, ...
by TnT
Fri Jan 30, 2015 5:58 pm
Forum: Support
Topic: Oceanic VTX
Replies: 8
Views: 9506

Re: Oceanic VTX

pgammer wrote:I assume you mean a connection via cable, and not bluetooth?
(and does serial port typically take the form /dev/tty.XXX-SerialPort ?
Yes, that's correct!
by TnT
Thu Jan 29, 2015 4:06 pm
Forum: Support
Topic: Oceanic VTX
Replies: 8
Views: 9506

Re: Oceanic VTX

If you have a VTX, you can help us to get it supported! Download the vtx test application. It's a commandline application, which you need to run with these options: chmod +x vtx ./vtx -v -l atom2.log -m atom2.bin -b atom2 <serialport> Replace <serialport> with the correct serial port. It's the same ...
by TnT
Fri Nov 21, 2014 4:53 pm
Forum: Support
Topic: Cressi Leonardo (Error Code: -7)
Replies: 40
Views: 53476

Re: Cressi Leonardo (Error Code: -7)

Please download the libdivecomputer test application, and run it with these options: chmod +x universal ./universal -v -l leonardo.log -m leonardo.bin -b leonardo <serialport> Replace <serialport> with the correct serial port (e.g. /dev/tty.something). In this topic you can find some more help. Afte...
by TnT
Mon May 19, 2014 1:24 am
Forum: Support
Topic: Invalid ringbuffer error
Replies: 2
Views: 3082

Re: Invalid ringbuffer error

Can you send me the VYPER2.DMP and VYPER2.LOG files that have been created by the test application? You can find my email address on the libdivecomputer website.
by TnT
Wed Sep 18, 2013 4:35 pm
Forum: General
Topic: OCi
Replies: 13
Views: 14005

Re: OCi

Nick is currently on vacation. So the next release will be at the earliest after he returns.