Open Stefanhg opened 2 years ago
@Decee1 Can you be more specific?
Hello @dreamsource-tai
I want to be able to read data from the DsLogic using Python so i can get for example periods and frequencies from when the trigger level was reached.
Another thing would be to access decoders that could decode the SPI, I2C and so on which is not required yet.
I found that sigrok kind of can do this already but it requires more work to read periods, decode data and so on. https://sigrok.org/wiki/DreamSourceLab_DSLogic As it is not very.. Python friend as-is if you have to change a lot of parameters.
So in a nutshell Be able to read data from the DsLogic with Python and output the read data so it can be decoded using decoders
@Decee1 Do you mean the following explanation:
@dreamsource-tai Hi,
Yeah kind of. So if DSView supports those features it should be implemented into a Python package making it easier to retrieve the datas and decode it instead of people having to make their own package every time they need to measure data using DSView
Hello,
I want to do some automation testing with DsLogic/DsView But is there a way of doing this?