CSerialPort
CSerialPort copied to clipboard
availablePortInfos() description and hardwareId empty on linux.
itas109::CSerialPortInfo::availablePortInfos()
Fields hardwareId
and description
are empty on linux, only port name is provided.
Windows version contains all the information.
Package downloaded from vcpkg.
NoGuiExample returns all information, will try to find difference.
AvailableFriendlyPorts:
1 - /dev/ttyUSB0 cp210x 10c4:ea60
2 - /dev/ttyACM0 STMicroelectronics Virtual COM Port 0483:5740
3 - /dev/pts/0 0 pty terminal
Version im using in code is "https://github.com/itas109/CSerialPort - V4.3.0.230215" In no GUI "Version: https://github.com/itas109/CSerialPort - V4.3.1.240204"
Updating to V4.3.1.240204 resolved the issue.
Can vcpkg version be updated?