abhishek-kakkar / BeagleLogic

A Software Suite that implements a logic analyzer with the PRU on the BeagleBone / BeagleBone Black.
www.beaglelogic.net
GNU General Public License v3.0
464 stars 71 forks source link

Pipe the data into python program #20

Closed fwndz closed 4 years ago

fwndz commented 7 years ago

hi I am new in beaglelogic. I would like to ask how to pipe the sampling data into python code? Is it piping the data into python code will run in realtime? (i.e can the data be piped directly to the python program or it should be saved in the file first before it can be pipe in the program?

Thanks Regards fwndz

TjebbeVQ commented 6 years ago

Hello fwndz,

Did you by any chance find a solution to this question? I'm having the same problem.

Thanks Tjebbe

tchristle commented 5 years ago

try:

f=open('/dev/beaglelogic','rb') f.read(8)

abhishek-kakkar commented 4 years ago

Closing, please reopen if unresolved.