What do Linux (and Mac?) people call a "Virtual COM Port" ?
So a bit off-topic, but arose in the context of STM32 Nucleo boards:
"Virtual COM Port" is a Windows-centric term - referring to the COMx: device names that Windows assigns to Async Serial interfaces.
Linux doesn't have COMx: devices - instead, it has /dev/ttyXXX
I know nothing about Mac.
So what do Linux people call a "Virtual COM Port" ?
Do they just say "Virtual COM Port" - ignoring the Windows connotation, and knowing that it really means a /dev/tty device?
Or do they have another recognised name for the concept?
