Hi,
I have a Windows app that use UART interface to control a remote device, the Windows app opens a COM port (COM3, COM4...) device to communicate with the remotes device, how can I run this Windows app on Linux system using wineHQ?
How to use serial port on Linux with wineHQ ?
Re: How to use serial port on Linux with wineHQ ?
The Wine user manual has a chapter on how to configure COM ports in Wine.
It is important to know what the name of the port is in Linux (/dev/ttyxxx)
and that the user has read and write permissions to the port (probably member of the dialout group.
It is important to know what the name of the port is in Linux (/dev/ttyxxx)
and that the user has read and write permissions to the port (probably member of the dialout group.