.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,587 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I try to access with the tty ports on my tablet
but the use of _usbManager = (UsbManager)activity.GetSystemService(Context.UsbService);
but the result is just the regular usb ports.
i check in terminal ls -l /dev/ttymxc* and i get a complate list
please advice