A Microsoft platform for building and publishing apps for Windows devices.
Hello @DannyKir , Welcome to Microsoft Q&A,
The UWP SerialDevice class currently only allows you to set "ReadTimeout", which under the hood, sets the"ReadIntervalTimeout" of the actual serial device (). There are two other timeout values which dramatically affect the read operations behavior:
Yep, currently, UWP SerialDevice does not contain ReadTotalTimeoutMultiplier ReadTotalTimeoutConstant property, For your scenario, we suggest use desktop-bridge to make desktop extension for UWP app, and load SerialDevice in the desktop extension and send the message back to uwp with AppService.
And you do want this feature, please feel free post your requirements with windows feed back hub app.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.