Parse additional stage info with 'hw_get_info'
Although undocumented, hw_get_info
contains a byte that gives information regarding what stage is attached to the controller (see here for details, and here for the implementation). This is useful in case hw_req_stageaxisparams
does not return a response, which is the case for some stages.
This byte should at least be retrieved, and left to be used by the user.
Edited by Jude Deschamps