Occasionally I'm trying to debug a (usually serial) device that starts very quickly.
If I get the device running, I can connect to it using:
minicom -D /dev/ttyUSB0
Then, if the device disconnects, minicom stays open until it reconnects.
Is there a switch to tell minicom to open in this "waiting" state, even if the device has not yet been created?
I've tried -o (Do not initialize.)