# cordova-plugin-bluetooth-print **Repository Path**: superjunjin/cordova-plugin-bluetooth-print ## Basic Information - **Project Name**: cordova-plugin-bluetooth-print - **Description**: 蓝牙打印插件 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 3 - **Created**: 2017-02-15 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: phonegap-cordova-plugins **Tags**: None ## README # cordova-plugin-bluetooth-print 蓝牙打印插件 ## 安装插件 clone代码到本地后,把demo文件夹删除,就是插件了。 安装命令 cordova plugin add cordova-plugin-bluetooth-print ## demo使用 ionic项目, 首先运行bower install,安装ionic,jquery等的库文件 然后运行cordova platform add android,添加安卓环境和插件 cordova build android,打包apk ## 参考项目 http://blog.csdn.net/reality_jie_blog/article/details/11895843 基本思想就是通过蓝牙地址建立socket连接,然后通过流发送打印指令的字符串给打印机