Hello,
I have a USB OSC buttons panel (based on light hack) that works well with 3.0.2, but not with 3.1 freshly installed.
I'm using a Mac under 10.14 Mojave, I try to activate/desactivate OSC fields in setup but nothing helps.
Any Ideas?
Thanks
Hello,
I have a USB OSC buttons panel (based on light hack) that works well with 3.0.2, but not with 3.1 freshly installed.
I'm using a Mac under 10.14 Mojave, I try to activate/desactivate OSC fields in setup but nothing helps.
Any Ideas?
Thanks
Which microcontroller did you use? What said the diagnostic tab?
Hello Sstaub, sorry for my late reply, I use a ESP32, and the diagnostic tab only says:
OSC USB Device Handshake initiated [ETCOSC?] and nothing more.
Whats I don't understand is this setup works well with 3.0.2 and not with 3.1
Thanks
Hello Sstaub, sorry for my late reply, I use a ESP32, and the diagnostic tab only says:
OSC USB Device Handshake initiated [ETCOSC?] and nothing more.
Whats I don't understand is this setup works well with 3.0.2 and not with 3.1
Thanks
Maybe you must update your Mac for proper use with v3.1.x. I can remember there was a post about.
It can also a driver problem of the ESP32 module.
You must delete following lines or similar in setup() of the code
| #ifdef BOARD_HAS_USB_SERIAL | |
| while (!SerialUSB); | |
| #else | |
| while (!Serial); | |
| #endif | 
The while loop does only work on classic AVRs like UNO/MEGA
www.etcconnect.com