When a USB serial device (e.g., battery BMS) is connected to a Venus OS system:
-
Do we need to open and close the serial connection repeatedly for communication cycles?
-
Or is it better to open the serial port once and keep it open as long as the device is connected?
-
In systems with multiple batteries over serial (multiple ttyUSBx devices):
- Should each connection be managed independently and kept open?
-
Is there any risk or downside to keeping the serial port open continuously?
-
Are there recommended practices from Victron for handling serial communication in drivers?