# Packages
Package utils contains functions token from https://github.com/arduino/arduino-cli/blob/master/arduino/serialutils/serialutils.go that's because we don't have the `tr` here and importing the serialutils from the cli will lead to a panic.
# Functions
AllPorts returns the list of alla available serial ports.
Open used to open the given serial port at 9600 BaudRate.
SendCommandAndClose send a command and immediately close the serial port afterwards.
# Constants
RebootCommand puts the board in ESP mode.
VersionCommand gets the semver firmware version.
# Type aliases
AvailablePorts represent all the available serial ports.
Command represent a command sent through the serial port.