We developed python code to communicate with the USB-TO-GPIO module based on section 3 "Firmware Programming and Communications Protocol" of the User's Guide for that module (SLLU093). We would like to do the same with the new USB-TO-GPIO2 module. We attempted to use the new module with our original code but their appears to be some incompatibilities. For example we have code that reads the FW version from the original USB-TO-GPIO per section 3.2 of SLLU093. This does not work with the new USB-TO-GPIO2 module. The User's Guide for the USB-TO-GPIO2 module (SLLU349) does not contain any information like what is in section 3 of the original modules user guide so we don't have any way to determine how to change our code to work with it.
Is there any place to get the type of information that is in Section 3 of SLLU093 but that pertains to the new USB-TO-GPIO2 module?