|
|
导航: |
论坛 -> DELPHI技术
斑竹:liumazi,sephil |
|
作者: |
|
2023/5/20 23:59:42 |
标题: |
以实用且简单的方式在蓝牙迷你打印机上打印。/ Printing on BLUETOOTH MINI-PRINTERS easy in Delphi FMX |
浏览:253 |
|
加入我的收藏 |
楼主: |
这是我使用谷歌翻译器翻译的葡萄牙语-巴西语文章,所以如果有任何语言错误,我很抱歉。
以实用且简单的方式在蓝牙迷你打印机上打印。 by Adriando Santos
.... 阅读附加的 TXT 文件中的其余部分
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3 |
作者: |
|
2023/5/21 0:13:32 |
1楼: |
如果您有打印机 SKD“JAR”文件,则可以使用“Java2Op”(RADStudio ..\Bin\Java2Op.exe) 创建 .PAS 单元以便于在 Delphi 中使用:
示例:“srcbtsdk.jar”是打印机型号“OCPP-M03”的 SDK 文件 - Android 蓝牙,如果一切顺利,“Android.JNI.btsdk.pas”将是将要创建的 Delphi 文件!
注意:使用命名法“Delphi”、“Android.JNI.xxxxxxxxx.PAS
java2op.exe -jar srcbtsdk.jar -unit Android.JNI.btsdk.pas
现在,您可以将“.JAR”文件和“.PAS”文件添加到您的项目中以使用它们。
此帖子包含附件:
 大小:19.9K |
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
|
作者: |
|
2023/5/21 0:13:55 |
2楼: |
带有使用示例的葡萄牙语-巴西文本
----------------------------------------------
The higher the degree, the greater the respect given to the humblest!RAD 11.3
|
作者: |
|
2023/5/21 9:16:26 |
3楼: |
标记
----------------------------------------------
-
|
|