Search found 1 match

by Cholesterol
Tue Apr 15, 2025 6:14 am
Forum: ESP32 Arduino
Topic: ESP32 automatically resets after using fclose in Matlab
Replies: 4
Views: 3672

Re: ESP32 automatically resets after using fclose in Matlab

Hi,
I created an account, because I ran into a similar issue.
For me it was worse, because the ESP stayed in reset and I had to manually powercycle it to get it running again.
My workaround was to add these lines after opening the serial port:
fopen(s1);
pause(1);
s1.RequestToSend = 'on';
pause(1 ...

Go to advanced search