On Fri, Jan 10, 2025 at 09:57 AM, <voloshyn.v.v@...> wrote:
read_data = unpack('cBB'*N_points,bin_data[1:-5])
I get this errror here
struct.error: unpack requires a buffer of 30 bytes
could you please advise what is wrong here?
ps I dont know python at all :(
Perhaps Martin's script at: ?? will get you on the right track.?
?
Herb?