Re: [PULL REQUEST] VPM-B

2015-06-30 Thread Jan Darowski
Dirk: fine, I agree that these commits aren't of the highest quality. One of the reasons is that this work is based in huge part on the existing implementation which I had to discover part by part and which has a lot of strange solutions (including units and constants scaled all the time). The othe

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Claudiu Olteanu
> Assuming it's similar to setting up a connection on the command line with > rfcomm, I think most devices use channel 0, not 1. I can't test this > because mine uses channel 5. Can you try both 0 and 1 with the OSTC, and > see if one works and the other doesn't? I could be wrong, but as far as

Re: Pressure line missing on dive profile

2015-06-30 Thread Steve Butler
On 06/30/2015 09:41 PM, Steve Butler wrote: Subsurface: 4.4.2-292 DC: Suunto Cobra Dive 69: Downloaded March 8 (or soon thereafter) has pressure line and the P: entries on the Information block. Dive 70: Dive for June 15 downloaded June 30 (today). Does not have either. I don't remembe

Pressure line missing on dive profile

2015-06-30 Thread Steve Butler
Subsurface: 4.4.2-292 DC: Suunto Cobra Dive 69: Downloaded March 8 (or soon thereafter) has pressure line and the P: entries on the Information block. Dive 70: Dive for June 15 downloaded June 30 (today). Does not have either. I don't remember changing any preferences and can't locate

Re: GSoC Status - Week 5 (Customizable prints)

2015-06-30 Thread Gehad Elrobey
On Tue, Jun 30, 2015 at 11:13 AM, Lubomir I. Ivanov wrote: > On 30 June 2015 at 03:53, Gehad Elrobey wrote: > > > > > > On Mon, Jun 29, 2015 at 4:13 PM, Lubomir I. Ivanov > > wrote: > >> > >> On 29 June 2015 at 05:08, Gehad Elrobey wrote: > >> > Hello all, > >> > > >> > This week I was working

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Rick Walsh
Claudiu, On 1 July 2015 at 08:55, Claudiu Olteanu wrote: > I attached a patch which should resolve the issues regarding > the connection. > Thank, I'll try it out this evening. > > I know that this is not the ideal solution but I wanted to cover all cases. > First I try to make a connection u

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Claudiu Olteanu
I attached a patch which should resolve the issues regarding the connection. I know that this is not the ideal solution but I wanted to cover all cases. First I try to make a connection using the UUID of a service. If the timer expires and the device is in the ServiceLookupState, then I extend the

Re: [PULL REQUEST] VPM-B

2015-06-30 Thread Robert C. Helling
Hi Jan, > On 30 Jun 2015, at 15:38, Dirk Hohndel wrote: > > Jan, thanks for sending this. I have asked Robert to look at the code from > the algorithmic side, but let me give you some general feedback in > addition to the comments that I made on github: I have pulled your patches and now looked

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Claudiu Olteanu
Hello, > > I can't claim to know how it works, but it appears that on my system at > least, QBluetoothUuid::SerialPort is being treated as the port number, > rather than the UUID. To test my theory, I tried using > QBluetoothUuid::TcsBin, and it worked. Clearly it shouldn't, except that > the va

Re: [PATCH] libdivecomputer - custom implementation for serial communication

2015-06-30 Thread Jef Driesen
On 2015-06-29 23:11, Claudiu Olteanu wrote: Hello Jef, Thanks for making time to let us know what you have in mind for the next release. More or less it is similar with the changes I made, except that I tried to avoid to modify the native serial implementation. I will make you a short resume ab

Re: [PULL REQUEST] VPM-B

2015-06-30 Thread Dirk Hohndel
On Tue, Jun 30, 2015 at 12:02:08AM +0200, Jan Darowski wrote: > Hi, here is the request for the basic vpm algorithm. Right now it > doesn't include Boyle's law compensation so the deco plans it > generates can be too short in some situations. Jan, thanks for sending this. I have asked Robert to lo

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Rick Walsh
Hi Claudiu, On 30 June 2015 at 17:23, Claudiu Olteanu < olteanu.vasilica.clau...@gmail.com> wrote: > Hi, > > The thing is that when I try to connect to a device I use the UUID of the > serial port profile. It shouldn't matter if the service is listening on a > different channel because in backgor

Re: GSoC Status - Week 5 (Customizable prints)

2015-06-30 Thread Lubomir I. Ivanov
On 30 June 2015 at 03:53, Gehad Elrobey wrote: > > > On Mon, Jun 29, 2015 at 4:13 PM, Lubomir I. Ivanov > wrote: >> >> On 29 June 2015 at 05:08, Gehad Elrobey wrote: >> > Hello all, >> > >> > This week I was working on the list of tasks which I have discussed with >> > Lubomir. >> > >> > Tasks c

Re: [QtBluetooth] Help for testing HW_OSTC3 and SHEARWATER families

2015-06-30 Thread Claudiu Olteanu
Hi, The thing is that when I try to connect to a device I use the UUID of the serial port profile. It shouldn't matter if the service is listening on a different channel because in backgorund it should execute a sdp query. It could be a problem from the framework or maybe there is something that I