AnalogIO
AnalogIO
I'm testing on a Mac so the '~/Desktop/' folder does exist. I don't have a file already called test.logicdata at this path but I assume that is ok.
I'm testing this some more, here is the latest output Setting to sample rate to at least digitial 4 MS/s, analog 100 S/s Set to (100000000, 100) Press Enter to...
ok so now I am able to start captures via python but I am unable to export the data as csv. I am using the following code: ``` import saleae...
So I've been trying to pipe out that data, this is what I put into the terminal to launch but not having any luck: ``` open /Applications/Logic.app/ > ~/Desktop/logic_log_dump.txt ```
That worked much better... ``` exe File path is /Applications/Logic.app/Contents/MacOS/Logic [ /Users/build/ob_logic/Source/Environment.cpp; Environment; 260 ] exe folder path is /Applications/Logic.app/Contents/MacOS [ /Users/build/ob_logic/Source/Environment.cpp; Environment; 261 ] Release Mode; analyzer path is...
Here's the latest log: https://gist.github.com/analog-io/bd1a52474cd68fddb371 I was not able to grab the log from python but I did step debug the code in pyCharm and extracted this string that was...
Thanks, just those channels were open in Logic.
Thanks for the update and looking into this. Really appreciate it and understand theres a million things to do. Knowing this issue I'll either hack my local code to work...