腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
1
回答
IONIC:
如何
通过蓝牙串行
打印
HTML内容?
、
、
、
、
我通过蓝牙串行连接我的应用程序,将数据发送到
打印
机。我的
打印
机是RPP02N蓝牙热敏
打印
机。我使用的是插件。下面是我的代码:await
BluetoothSerial
.disconnect();connection.subscribe(async success => { if (success == &
浏览 12
提问于2021-08-07
得票数 0
1
回答
如何
打印
图像
BluetoothSerial
、
、
、
、
我正在尝试建立离子
打印
应用程序使用
BluetoothSerial
插件
打印
图像
。在发送到
打印
机之前,我将(base64)
图像
转换为Uint8Array。但我一无所获。请帮我
打印
图像
。
浏览 15
提问于2021-09-30
得票数 0
2
回答
Phonegap Don的
BluetoothSerial
插件:发送和
打印
文本到蓝牙
打印
机
、
、
、
使用Android/Phonegap (用构建)项目将一些字符串
打印
到蓝牙
打印
机上。 我尽了最大的努力检查网络上现有的代
浏览 2
提问于2014-07-28
得票数 0
回答已采纳
2
回答
离子型4蓝牙
打印
机未显示
、
、
有什么插件可以用于蓝牙POS
打印
在离子4。我已经搜索了很多。但没有找到合适的工作解决方案。正常
打印
正在与一起工作。但是蓝牙设备不是showing.Any的其他方法来做到这一点吗?
浏览 2
提问于2019-08-22
得票数 0
回答已采纳
2
回答
如何
使用ionic 3连接蓝牙
打印
机?
、
、
我无法使用以下插件连接蓝牙
打印
机$ npm install --save @ionic-native/printer 有没有办法用ionic 3连接蓝牙
打印
机?
浏览 4
提问于2017-10-26
得票数 0
回答已采纳
1
回答
正确的错误处理-在javascript/Ionic中
、
、
、
我正在开发Ionic 3应用程序,在蓝牙
打印
机上
打印
账单。我有点不知所措,
如何
正确处理这段代码中的错误: return this.
bluetoothSerial
.list().then((data)=>{printer connected"); console.log(data[0]); let subscription=this.
bluetoothSerial
.c
浏览 0
提问于2018-08-24
得票数 0
回答已采纳
1
回答
使用don的蓝牙串行插件
打印
图像
、
、
、
、
我有一台爱普生TM-P20热敏
打印
机。我使用
打印
从离子3应用程序到
打印
机的文本。我的问题是,我不知道
如何
打印
一个
图像
使用这个插件。我使用WebAPI2作为我的web服务,加载
图像
并将
图像
转换为base64, { var file = System.Web.Hosting.HostingEnvironment.MapPath(@"~/App_Data/l
浏览 6
提问于2017-09-19
得票数 1
1
回答
其他活动中的对象为空
、
BluetoothSerialListener, BluetoothDeviceListDialog.OnDeviceSelectedListener { super.onCreate
bluetoothSerial
= new
BluetoothSerial
(this
浏览 0
提问于2017-11-26
得票数 0
1
回答
错误: StaticInjectorError(AppModule)[HomePage ->
BluetoothSerial
]
、
、
、
、
我在我的Ionic 4应用程序中使用插件'@ionic-native/bluetooth-serial/ngx'与热
打印
机进行通信。: StaticInjectorError(平台:核)HomePage ->
BluetoothSerial
: NullInjectorError:无
BluetoothSerial
提供程序!错误: StaticInjectorError(AppModule)HomePage ->
BluetoothSerial
: StaticInjector
浏览 0
提问于2019-07-05
得票数 3
回答已采纳
2
回答
在ionic 2中,当
BluetoothSerial
.isEnabled和
BluetoothSerial
.list()
、
、
Typescript错误属性'isEnabled‘在类型'typeof
BluetoothSerial
’上不存在还有这里上面是我在ionic 2中运行时得到的错误。
浏览 0
提问于2017-05-30
得票数 0
1
回答
通过蓝牙串行将2个ESP32连接到树莓
、
、
、
、
否则,如果我按下ESP32_2的button_2,就必须在树莓树中接收并
打印
消息2。/usr/bin/pythonimport time Incoming_Data2 = ""
bluetoo
浏览 31
提问于2021-01-06
得票数 0
1
回答
无法从bluetooth Serial Ionic读取蓝牙数据
、
、
、
、
open(item: any){this.
bluetoothSerial
.connectInsecure("XX:XX:X4:X6:1X:2X").subscribe((data) =>{ this.
bluetoothSerial
.subscribeRawData().subscribe((data)=> { alert("Subscription : " + JSON.strin
浏览 10
提问于2017-07-11
得票数 1
1
回答
发送样品搅拌时出错,即“测试”。android设备将读取第一个字母,然后读取字符串的其余部分
、
、
、
即arduino已发送:T arduino已发送: est谁能解释一下为什么会发生这种情况,以及
如何
修复它?// Set BluetoothBee BaudRate to default baud rate 38400
blueToothSerial
浏览 0
提问于2014-03-01
得票数 1
1
回答
当Attiny84和Android与ble通信时,奇怪的值
、
、
、
、
如何
解决编码问题?下面是我的密码。Serial Port const float VCC = 3.3; Serial.begin(9600);
blueToothSerial
.begin(115200(S
浏览 2
提问于2017-11-26
得票数 0
1
回答
用于cordova的蓝牙原始字节数据传输
、
、
如何
在Cordova的蓝牙设备和Android/iOS之间发送和接收一系列数据字节?我有一个蓝牙传感器设备,我正在开发。设备以一系列字节的形式发送数据。现在,我正在开发一个移动应用程序使用Cordova,角,离子,和
bluetoothSerial
插件(出色的工作唐科尔曼)。该应用程序必须运行在安卓和iOS上。更新:更多细节,以及答案: Sanfor指出,
bluetoothSerial
有一个接受Uint8Array的写()方法。也许我做错了什么,但我不能让这个方法起作用!// correct
浏览 3
提问于2015-01-10
得票数 3
1
回答
运行01 46错误,响应:...UNABLETOCONNECT
、
、
、
、
通过蓝牙成功地将数据从OBD II模拟器获取到android应用程序。我有一个ELM327设备连接到我的车。由ECU连接发生的蓝牙连接失败,无法连接错误。E:运行命令失败。运行01 46 ->错误,响应:...UNABLETOCONNECT
浏览 4
提问于2020-09-08
得票数 3
1
回答
如何
将AT命令发送到BT盾小工作室(主从)- Arduino?
、
、
、
、
我是来问一个关于
如何
向BT盾发送AT命令的问题。我已经试过所有的方法了.()) //Se algo for recebido pela serial do módulo bluetooth letra =
blueToothSerial
.read()(9600); // Configura o baud rate do bluetooth como 38400
blueToothSerial
.print("\r\n+STWMOD=0\r\n")\r\n&
浏览 0
提问于2014-08-23
得票数 1
回答已采纳
1
回答
Arduino编码问题,未在此范围内声明
任何帮助将不胜感激,我也将包括下面的代码,如果可能的话,一个问题的
图像
和它正在影响的线条。(RxD,TxD);{ }} {
blueToothSerial
.begin(38400); //Set B
浏览 2
提问于2014-09-02
得票数 1
2
回答
带蓝牙插件的Onsenui
、
、
我一直收到一条错误消息:
bluetoothSerial
not found。 var
bluetoothSerial
= new cordova.plugins.
bluetoothSerial
; sendMessage: function(message) {
浏览 0
提问于2016-06-24
得票数 1
1
回答
构造函数中的离子-
BluetoothSerial
使所有元素不可见。
、
、
、
subTitle: 'TEST SUBTITLE', }); }import { AlertController } from 'ionic-angular'; e
浏览 1
提问于2017-06-15
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
全息图像打印成真?这台打印机或许将实现
如何识别图像边缘?
图像识别,该如何对图像进行识别
银行流水打印如何用网银打印?
标签打印软件如何批量打印样品标签
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
腾讯会议
活动推荐
运营活动
广告
关闭
领券