msclissa

Results 78 comments of msclissa

I'm glad to hear the MIP SDK is working for you on the Raspberry Pi! We have gone through the process of switching a couple of our internal tools over...

Unfortunately MSCL is not available via package managers like pip. Luckily, it's still pretty straightforward to download and use. Please select and download the relevant pre-built version for your system...

I'm glad you got this working with the WSDA 200! The WSDA 2000 should behave in much the same way, communication should work fine when connected via USB (virtual ethernet)....

You should be able to open that connection and send MIP data to be parsed by MSCL. I don't think that I've personally ever tried this kind of setup, but...

Sorry for the confusion! I did some testing and found that the GX4-25 just doesn't respond properly to the GPS time update command, so the application doesn't detect the response...

I definitely understand the frustration, 3.6 has been end-of-life'd. I'm going to look into a couple options for getting a build for a newer version of Python and get back...

So sorry for the delay on this! I've just added a link to a build for [Python 3.11](https://github.com/LORD-MicroStrain/MSCL/releases/latest/download/mscl_65.0.0_Windows_Python3.11.zip) to the [Pre-Built MSCL Binaries/Packages](https://github.com/LORD-MicroStrain/MSCL#pre-built-mscl-binariespackages) section of the README. There shouldn't be...

I have only Python 3.11.4 installed and am not running into any issues importing. It looks like it can't find the _mscl.pyd file - are both mscl.py and _mscl.pyd in...

1. Yes, enabling `debugMode` and using `getDebugData` on the connection object allows you to get the raw data (read and write) while MSCL still executes MIP parsing on data in....

It sounds like your initialization sequence is correct. Just to clarify - the `SetToIdleStatus` does transition to `setToIdleResult_success` and the LED on the node goes to a pulse pattern to...