大约有 590 项符合查询结果(耗时:0.0132秒) [XML]

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

低功耗蓝牙接收串口16数据 - App Inventor 2 中文网 - 清泛IT社区,为创新赋能!

...数据通过调用AsciiConversion1模块转化和提取转化都不行。特率设置为9600,这个很重要!! 经过测试,发送接收的字节都是正常的: 在没有发送数据的时候,不会跳变。 收到的数据还是跳变同样的代码我测试过,一切...
https://bbs.tsingfun.com/thread-3131-1-1.html 

手机App控制Arduino:米思齐+App Inventor2蓝牙实战教程(图文) - 创客硬...

...上传失败 → 上传时拔掉D0/D1 • 指令无反应 → 检查两边特率是否都是9600 • Android 12+闪退 → Screen1属性中勾选蓝牙权限 进阶挑战 • 把LED换成继电器,控制真实台灯 • 加传感器,下一篇文章我们做"硬件→手机"...
https://www.fun123.cn/referenc... 

通信连接组件 · App Inventor 2 中文网

...受传入连接。 串口通信器 串口通信组件。 属性 特率 返回当前特率。 缓冲区大小 返回缓冲区大小(以字节为单位) 是否已初始化 当串口已初始化时返回 真。 是否打开 当串口连接打开时返回 真。 事...
https://bbs.tsingfun.com/thread-3068-1-1.html 

我帮儿子用App Inventor 2给遥控车装了"蓝牙大脑",手机一划车就...

...蓝牙连接后发不出数据 检查了半小时发现——HC-05默认特率是9600,而Arduino代码里写的是115200。改成9600后瞬间连通。 坑2:指令多了车会卡顿 一开始每10ms发一次指令,结果Arduino缓冲区溢出。把发射间隔调到100ms,同时接收...
https://bbs.tsingfun.com/thread-3062-1-1.html 

App Inventor 2 串口调试 App 全方案技术调研 - App应用开发 - 清泛IT社区,为创新赋能!

...成自定义Procedure复用。 难点3:大数据量下的性能 高特率下数据量很大可能卡顿。解决:限制UI刷新频率(每100ms刷新一次);用ListView替代TextBox显示;实现环形缓冲区限制最大行数;提供数据过滤搜索。 难点4:数据帧...
https://stackoverflow.com/ques... 

Is there a list of screen resolutions for all Android based phones and tablets? [closed]

...4 4.4" 1200 x 768 xhdpi 2 320 600 x 384 25:16 1.5625 YES 552 x 384 --------------------------- ----- ------------ --------------- ------- ----------- ---------------- --- ---------- Device ...
https://stackoverflow.com/ques... 

Calc of max, or max of calc in CSS

...he demo on CodePen, and you can edit it for your own testing). .parent600, .parent500, .parent400 { height: 80px; border: 1px solid lightgrey; } .parent600 { width: 600px; } .parent500 { width: 500px; } .parent400 { width: 400px; } .parent600 .child, .parent50...
https://stackoverflow.com/ques... 

Detect 7 inch and 10 inch tablet programmatically

...0 hdpi, etc). 480dp: a tweener tablet like the Streak (480x800 mdpi). 600dp: a 7” tablet (600x1024 mdpi). 720dp: a 10” tablet (720x1280 mdpi, 800x1280 mdpi, etc). Using the above information, we know that if the smallest-width of the device is greater than 600dp, the device is a 7" ...
https://stackoverflow.com/ques... 

Most popular screen sizes/resolutions on Android phones [closed]

...240*400-ldpi 240*432-ldpi 320*480-mdpi 480*800-mdpi 480*854-mdpi 1024*600-mdpi 1280*800-mdpi 480*800-hdpi 480*854-hdpi 280*280-hdpi 320*320-hdpi 720*1280-xhdpi 1200*1290-xhdpi 2560*1600-xhdpi 768*1280-xhdpi 1080*1920-xxhdpi 800*1280-tvdpi I use these reference to make my app ...
https://stackoverflow.com/ques... 

Text size and different android screen sizes

...new technique is based on the amount of space your layout needs (such as 600dp of width), rather than trying to make your layout fit the generalized size groups (such as large or xlarge). The reason designing for 7" tablets is tricky when using the generalized size groups is that a 7" t...