大约有 3,000 项符合查询结果(耗时:0.0111秒) [XML]

https://www.fun123.cn/referenc... 

连接打印机 · App Inventor 2 中文网

...件将数据分享给网络打印机App,这种实现思路。 蓝牙及串口打印机,需要研究打印机的数据协议(不同品牌协议有差别),暂时不在本文讨论范围。 信息分享器组件介绍 三种分享方式的效果,以邮件App测试为...
https://www.fun123.cn/referenc... 

连接打印机 · App Inventor 2 中文网

...件将数据分享给网络打印机App,这种实现思路。 蓝牙及串口打印机,需要研究打印机的数据协议(不同品牌协议有差别),暂时不在本文讨论范围。 信息分享器组件介绍 三种分享方式的效果,以邮件App测试为...
https://bbs.tsingfun.com/thread-1722-1-1.html 

AppInventor2如何通过socket给网络发16进制的数据? - App应用开发 - 清泛I...

...方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。 答: 发送文本消息时,hexaStringMode设为 false;发送16制消息时,hexaStringMode设为 true,例如:0x012 —> “303132” 字符串...
https://bbs.tsingfun.com/thread-1729-1-1.html 

Run time error "Stack size 8188kb" 报错原理及解决方法 - App ...

App Inventor 2 编写蓝牙App,处理接收到的数据时,发生运行时错误:Run time error "Stack size 8188kb",如下: 请问是什么原因?修改参数可不可以解决? ------ 这个8M 是计算机/手机 程序栈的大小,8M还算大的,没有必...
https://bbs.tsingfun.com/thread-2140-1-1.html 

Service and Characteristic are not published by the connected device -...

Service and Characteristic are not published by the connected device,报错如下: 问题原因:硬件/蓝牙芯片问题导致的,比如A硬件测试好的,换了B硬件没有修改uuid,就出现这个报错。 由于B硬件没有发布这些特征,就会报这个错误。
https://bbs.tsingfun.com/thread-2149-1-1.html 

GoPrint aia源码 UI界面现代、代码不复杂,参考性强 - .aia 案例源码 - 清...

屏幕数量:6个,UI界面现代、代码不复杂,参考性强。 需要连接蓝牙硬件进行通信,具体逻辑请自行研究。
https://bbs.tsingfun.com/thread-2277-1-1.html 

【解决】Error 515: Not connected to a Bluetooth device. - 创客硬件开发...

Error 515: Not connected to a Bluetooth device. 原因:经典蓝牙设备未正常连接上,就进行数据收发操作导致的异常,加一个连接状态判断就行。
https://stackoverflow.com/ques... 

Get just the filename from a path in a Bash script [duplicate]

How would I get just the filename without the extension and no path? 6 Answers 6 ...
https://bbs.tsingfun.com/thread-1335-1-1.html 

2024年1月6日签到记录贴 - 签到区 - 清泛IT社区,为创新赋能!

...小红花 2,另外我还额外获得了 小红花 10.我今天最想说:「BLE怎么找附近的设备呢」. 我在 2024-01-06 19:29 完成签到,是今天第2个签到的用户,获得随机奖励 小红花 10,另外我还额外获得了 小红花 9我今天最想说:「每天123456」.
https://bbs.tsingfun.com/thread-1438-1-1.html 

“列表显示框”中的列表选项点不动? - App Inventor 2 中文网 - 清泛IT社...

转会员Adonise提问: BLE设备列表显示在“列表显示框”中,测试时列表中的选项点不动? 建议可以先用排除法:新建一个项目,列表显示框加几个测试项,看能否点的动。 新项目手机点不动的话,换模拟器试试。便于找到...