jjzjj

TFormMain

全部标签

android - Android 上的 Delphi XE5 串口

有人知道如何使用delphiXE5访问android中的串口吗?我正在使用带有android4.1的Cubieboard 最佳答案 我已成功使用WinsoftComPortforAndroid执行串行USB通信。http://www.winsoft.sk/acomport.htm查看代码。unitMain;interfaceusesSystem.SysUtils,System.Types,System.UITypes,System.Classes,System.Variants,FMX.Types,FMX.Controls,FMX.