rkaczorek / astroberry-server

Astroberry Server is a ready to use system for Raspberry Pi for controlling all your astronomy equipment
GNU General Public License v3.0
270 stars 19 forks source link

Pegasus Pocket Powerbox Advance INDI driver handshake broken #123

Closed jmocenigo closed 3 years ago

jmocenigo commented 3 years ago

INDI driver for Powerbox Advance is still using status handshake for Powerbox (no advance), namely PPB_OK, rather than status handshake for Powerbox Advance, namely PPBA_OK resulting in failure.

Some discussion on this matter is here: https://github.com/indilib/indi/issues/1170

Powerbox Advance Serial Command languageJune 2020 reference is here: https://pegasusastro.com/wp-content/uploads/2020/06/Pocket_Powerbox_Advance_Serial_Command_Table.pdf

Jan 2021 is here: https://pegasusastro.com/wp-content/uploads/2021/01/Pocket_Powerbox_Advance_Serial_Command_Table.pdf

jmocenigo commented 3 years ago

Never mind... this issue was fixed on June 11, 2020 and has been part of INDI since v1.8.6 -- my problem must be elsewhere.