大约有 9,300 项符合查询结果(耗时:0.0116秒) [XML]

https://bbs.tsingfun.com/thread-1593-1-1.html 

Error 1103: Unable to complete the given request with the text - App I...

...2=true&useproxy=true" with the specified URL: http:// rendezvous.appinventor.mit .edu/rendezvous/ 原因:AI2 伴侣无法接入互联网导致请求失败。可能网络权限没开,可能手机安全软件把它网络限制了。可以尝试设置中开启网络权限,安全软...
https://bbs.tsingfun.com/thread-1597-1-1.html 

App Inventor 2 蓝牙客户端,设备列表为空? - 创客硬件开发 - 清泛IT社区...

...符串) 而设备列表为空,如果代码没有问题,那就是 app 权限问题,需要在设置中打开相关权限,请参考文档: https://www.fun123.cn/reference/components/connectivity.html#BluetoothClient 代码没问题,那大概率就是权限问题了,不同手...
https://bbs.tsingfun.com/thread-1641-1-1.html 

二进制文件的读写 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app inventor 如何读接收到的二进制文件?读到的二进制文件能否转成列表文件?蓝牙客户端或 ble 都可以接收二进制数组,返回的数据是列表: 如果想要保存二进制到文件,可以考虑转换成 ascii 或 base64 化,然后通过文件管...
https://bbs.tsingfun.com/thread-1682-1-1.html 

蓝牙通信接收的信息出现乱码? - App应用开发 - 清泛IT社区,为创新赋能!

ESP32发送的是英文字符和数字,编译的蓝牙APP接收的是乱码 请问怎么解决以上问题?我们已经解决过类似问题,有一篇深入的乱码的原理及解决思路的文章:https://www.fun123.cn/reference/iot/bluetooth_codec.html 这里仅提供一下思路: 1、...
https://bbs.tsingfun.com/thread-1695-1-1.html 

AppInventor2 表格布局的外面的黑框怎么去掉? - App应用开发 - 清泛IT社区...

问:表格布局的外面的黑框怎么去掉啊? 答:这个黑框是界面设计的布局位置示意,实际 App 测试时并没有框。
https://bbs.tsingfun.com/thread-1697-1-1.html 

蓝牙接收数据转换出错 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

app 接收到的蓝牙数据直接显示是10进制,转化为2进制后合并后是多少位呢?“转化为2进制后合并后”没看懂什么意思,请详细描述一下。 进制转换请参考:https://www.fun123.cn/reference/blocks/math.html#convertnumber在数字模块中有一个数...
https://bbs.tsingfun.com/thread-1717-1-1.html 

自定义下载器扩展:个性化下载进度展示 - App Inventor 2 拓展 - 清泛IT社...

...otification. Get a list of all download IDs Get the ASD path of your app Get the current download ID. Cancel all ongoing downloads. This block converts the bytes into KB and MB automatically, You can use own calculation for converting bytes into big units. Get the downloaded size f...
https://bbs.tsingfun.com/thread-1722-1-1.html 

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

问:app inventor的给网络发16进制指令的方法,可以赐教吗?软件只能发ASCLL码?没办法收发HEX,蓝牙组件的有写字节功能,TCP网络组件没有。 答: 发送文本消息时,hexaStringMode设为 false;发送16制消息时,hexaStringMode设为 tru...
https://bbs.tsingfun.com/thread-1740-1-1.html 

Ai2 Starter模拟器连接一直失败? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

... 4、放弃使用ai2Starter,使用商业模拟器,具体参考:《App Inventor 2 连接方式:AI伴侣、模拟器、USB》。
https://bbs.tsingfun.com/thread-1741-1-1.html 

Android商业模拟器如何使用? - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...k安装包到电脑,然后模拟器菜单选择安装apk,完成AI伴侣App的安装并启动它。开始测试:连接 –> AI伴侣,复制 6 位字符码,粘贴到模拟器中的AI伴侣中,点“使用编码连接”即可。