如何扫描连接到Android设备的打印机

时间:2012-08-21 05:19:27

标签: android printing device

如何扫描连接到设备的打印机并打印当前屏幕。可用于扫描和打印操作的任何第三方库。它应该扫描并获得连接的打印机的IP。

1 个答案:

答案 0 :(得分:1)

有一个问题Bluetooth and WIFI Printing for Android Roy Samuel建议

  

目前无法在Android上通过蓝牙打印,因为Android不支持蓝牙“配置文件”,例如BPP,HCRP BIP等,这些是蓝牙打印使用的常用配置文件。   目前,Android支持OPP(对象推送配置文件),用于通过蓝牙发送文件。

然后可以通过How to detect bluetooth device How to detect bluetooth device and get the bluetooth address of detected device from android app

来扫描打印机