4
我試圖讓Android USB主機模式工作;但我需要的波特率設置爲56000。我只找到這段代碼:設置UsbDeviceConnection的波特率
UsbDeviceConnection myConnection;
myConnection.controlTransfer(0x40, 0x03, 0x4138, 0, null, 0, 0);//baudrate 9600
在引用我沒有找到這事。
非常感謝!