[serial] close/open does not work (Max<—>Teensy 4.1)
Sometimes I need to close the serial port and open it later on.
It's done with messages "close" and "open" to the [serial] object.
But once closed, the serial port never opens again. I can neither send nor receive.
To open the closed port, I have to re-initialize the [serial] object, for example by changing it's name and back. I think I tried everything like refresh, setting the port again etc. to no avail.
Is there a known bug of this kind in [serial]?
Mac mini M1
macOS Tahoe 26.6.1
Max 9.1.5
Teensy 4.1 (via IDE)