Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Android 软件需要使用 USB 转并行 (LPT) 适配器与 Zebra 打印机通信。我不知道是否必须将适配器视为 USB/串行接口或并行连接。我不认为 Android 可以处理 LPT 连接。另一方面,如果我将其视为串行连接,我可以看到它的端点,但我无法写入,因为缺少有关适配器的信息(波特率、数据位......)。有人对 LPT 连接和 Android 有经验吗?谢谢。
Android 中似乎没有 USB-to-Parallel(LPT) 适配器的驱动程序。但您可以使用:
1)从 Android 打印到蓝牙 Zebra 打印机;
2) USB Zebra 打印站
3)带 WiFi 的斑马
4)带串口的斑马