实现开发的app在线批量同时更新
调用TSCLIB_DLL报错
System.DllNotFoundException Message=TSCLIB.dll assembly: type: member:(null)
 安卓的没法使用DllNotFoundException进行调用windows的TSCLIB.dll可以在TSC网站下载demo中的dll进行引用即可https://www.chinatsc.cn/SC/support/Support_Download/TDM-30 
Android不支持PushAsync,请使用导航页
解决Android上不支持PushAsync,请使用NavigationPage的问题
APP.xaml.cs MainPage = new NavigationPage(new MainPage()); 其他跳转使用 await Navigation.PushAsync(new ScanCodePages());  
调用TscLib.dll报错Java.Lang.SecurityException: ‘Need BLUETOOTH permission: Neither user 10092 nor current process has android.permission.BLUETOOTH.’
Java.Lang.SecurityException:“需要蓝牙权限:用户10092和当前进程都没有android.permission.BLUETOOTH。”  在配置文件 AndroidManifest.xml 文件中加入一行代码 
添加后又报错 TSC TDM-30 is not a valid Bluetooth address
TSC TDM-30不是一个有效的蓝牙地址  查看打印机地址工具 DiagTool_V1.64.exe 将地址改为格式 bt.openport(“00:0C:BF:32:6F:DF”);即可调用成功 
|