Page 1 of 1

Read binary data

Posted: Mon Feb 14, 2022 4:18 pm
by Marco23
Hi everyone

I am trying to embed a red pitaya in an experimental context, reading it with red pitaya
Insofar i am able to connect, to set the trigger threashold and to get ASCII waveform

Since i need to digitize and store many waveform, let's say tens of minutes of acquisition, i need a way to store the data

At first i thought about binary response which I can store in an npy file open in memory map mode
I took a look at this other posthttps://forum.redpitaya.com/viewtopic.php?t=23024 but ifor instance i don't get the #... therefore i don't know how to get and then decode my binary response

Could someone help me to find a solution, either how to get and decode binary data or another way to store multiple waveforms

I am programming in python

Cheers

Marco

Re: Read binary data

Posted: Mon Feb 28, 2022 10:42 am
by redpitaya
Have you considered the Streaming app? :
https://redpitaya.readthedocs.io/en/lat ... aming.html