devices property

Map<String, BurtFirmwareSerial> devices
getter/setter pair

All the connected devices and their respective serial ports.

Devices listed here are assumed to have successfully connected.

Implementation

Map<String, BurtFirmwareSerial> devices = {};