Does this actually work in Linux? I took a closer look at SerialComms.cpp, and code like CSuperSerialCard::GetSerialPortChoices() seem hardcoded to Windows (because it scans for "COM" ports and returns an oddball 0-delimited string).
But my specific issue is either:
- How do I get a list of serial port options, if not
CSuperSerialCard::GetSerialPortChoices()?
- Or, I guess a feature request to support serial ports in Linux somehow.
Does this actually work in Linux? I took a closer look at SerialComms.cpp, and code like
CSuperSerialCard::GetSerialPortChoices()seem hardcoded to Windows (because it scans for "COM" ports and returns an oddball 0-delimited string).But my specific issue is either:
CSuperSerialCard::GetSerialPortChoices()?