WIsej .NET Hybrid and Serial Ports

0
0

I need to access clients RS-232 Serial Ports in Hybrid Applications but i don’t find any suitable object as Device.
In normal .NET MAUI apps its easy access the serial ports and seems to be easy even in .NET Blazor Hybrid.

With Local Hybrid App i can use the standard .NET Windows Serial Port object but there is a method to use device serial port in Remote Hybrid App?
I’m currently able to access client serial port via webserial javascript interfaces but a more “low-level” access is desiderable

Any help?

Thank you.

  • You must to post comments
0
0

Since you already know how to do this in MAUI, the easiest way would just be to use the MAUI code.

You can invoke MAUI code from Wisej: https://docs.wisej.com/hybrid/development/invoke-.net-maui-code

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.