On 21 August, 2015 - Anton Lundin wrote:

> This cleans up serial_ftdi.c from being a libdivecomputer source and
> making it into a subsurface custom_serial.
> 

...


>  
>       device->ftdi_ctx = ftdi_ctx;
> +
> +     //FIXME: remove this when custom-serial have support for configure calls
> +     serial_ftdi_configure (device, 115200, 8, 0, 1, 0);
> +
>       *out = device;
>  

This is because custom_serial doesn't support the configure call.

The only non bt-computer which supports the custom open call is the
OSTC3, which uses those exact configure lines, so, thats why.


//Anton


-- 
Anton Lundin    +46702-161604
_______________________________________________
subsurface mailing list
[email protected]
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to