EUA / ESP32_LogicAnalyzer

ESP32 Logic Analyzer
GNU General Public License v3.0
212 stars 28 forks source link

Can't connect to Pulseview on MAC #8

Open ollybowman opened 1 year ago

ollybowman commented 1 year ago

I've compiled this and installed it on the ESP32, but i can't connect to it in pulseview at all, the scan just doesn't see the board.

I've tried adding #define USE_SERIAL2_FOR_OLS 0 and #USE_SERIAL2_FOR_OLS 1 but neither of those make a difference. I'm using pulseview on a mac.

Am i missing something here?

EUA commented 1 year ago

Not tested under mac. Normally, you should need to detected by pulseview if you correct baud rate for the device. Working O.K. under Linux. Will test on mac.

EUA commented 1 year ago

Hi, using latest code, there are no USE_SERIAL2_FOR OLS.... but just _DEBUGMODE Debug mode use serial 2...

I think, only you should do that use latest close and remove #define _DEBUGMODE or change it to _DEBUG_MODE_x on header file definition... Unfortunately, I leave code in debug mode :) After that, ESP32 will be detected on Mac PulseView...

Edit: Closed debug mode at latest version.