Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't connect to Pulseview on MAC #8

Open
ollybowman opened this issue Sep 30, 2023 · 2 comments
Open

Can't connect to Pulseview on MAC #8

ollybowman opened this issue Sep 30, 2023 · 2 comments

Comments

@ollybowman
Copy link

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 EUA changed the title Can't connect to Pulseview Can't connect to Pulseview on MAC Oct 1, 2023
@EUA
Copy link
Owner

EUA commented Oct 1, 2023

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
Copy link
Owner

EUA commented Oct 1, 2023

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

I think, only you should do that use latest close and remove #define DEBUG_MODE 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants