Menu

#69 INDI control panel cannot set SX AO.DEVICE_PORT.PORT

1.2.X
closed
nobody
SX AO (1)
1
2016-03-30
2016-03-21
No

Changing the INDI property "SX AO.DEVICE_PORT.PORT" fails via the INDI control panel.
It defaults to /dev/ttyUSB0 .
I want to set it to /dev/sx-ao-lf (Following the great http://indilib.org/support/tutorials/157-persistent-serial-port-mapping.html tutorial. The symlink exists and points to some ttyUSB device.).
I have enabled driver level debugging, and when I click 'set' on the Ports line nothing happens to the actual setting. Nothing shows up in the debug.
When I verify the property via indi_getprop it's still set to "/dev/ttyUSB0".

This is on indi-sx 1.4+r144.251~ubuntu15.10.1 from mutlaqja/ppa on Ubuntu Wily.

1 Attachments

Discussion

  • Peter Polakovic

    Peter Polakovic - 2016-03-22

    Fixed in version SX driver 1.11 (rel 2705).

     
  • Hans Lambermont

    Hans Lambermont - 2016-03-23

    Great news ! I'll test it as soon as it hits the PPA and report back.

     
  • Hans Lambermont

    Hans Lambermont - 2016-03-29

    confirmed, works. Thanks for the fix.

    20160329_140555 hans@leia:~/ indi_getprop -v -h lap2 'SX AO.DEVICE_PORT.PORT'
    looking for SX AO.DEVICE_PORT.PORT
    Connected to lap2 on port 7624
    Queried properties from SX AO
    SX AO.DEVICE_PORT.PORT=/dev/ttyUSB0

    20160329_140840 hans@leia:~/ indi_setprop -v -h lap2 'SX AO.DEVICE_PORT.PORT=/dev/sx-ao-lf'
    Connected to lap2 on port 7624
    Querying for properties
    SX AO.DEVICE_PORT.PORT <- /dev/sx-ao-lf

    20160329_140842 hans@leia:~/ indi_getprop -v -h lap2 'SX AO.DEVICE_PORT.PORT'
    looking for SX AO.DEVICE_PORT.PORT
    Connected to lap2 on port 7624
    Queried properties from SX AO
    SX AO.DEVICE_PORT.PORT=/dev/sx-ao-lf

     
  • Jasem Mutlaq

    Jasem Mutlaq - 2016-03-30
    • status: open --> closed
     

Log in to post a comment.