Xamarin.Forms: Read Data using UsbDeviceConnection Library
问题 I Have to read data from UsbDeviceConnection but the call UsbDeviceConnection.BulkTransfer(......) always returns -1. when I have to write data, all works fine, but when I try to receive, the call always returns -1 (receive failed). [Obsolete] public string ConnectAndRead() { // Get a usbManager that can access all of the devices var usbManager = (UsbManager)Forms.Context.GetSystemService(Context.UsbService); while(usbManager.DeviceList.Count == 0) { Debug.WriteLine($"Nessun dispositivo