NativeSerialPort_linux
Functions
getNativeSerialPort
std::string getNativeSerialPort(
std::string portName
)

Just returns the string passed in (no special case needed for Linux, but necessary for Windows)

Parameters
portName
std::string

the name of the port to be opened ("COM26")

Returns

The port name string passed in