emulator @模拟器名称 -qemu -serial COM3 关于模拟器与串口通信的连接
Posted jack-chenz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了emulator @模拟器名称 -qemu -serial COM3 关于模拟器与串口通信的连接相关的知识,希望对你有一定的参考价值。
客户端的串口通信已搭建成功,具体根据网上提供的开源SeriaPortAPI来搭建串口
推荐文章:http://lpcjrflsa.iteye.com/blog/2097280
1、创建你的AVD模拟器
2、在电脑上查看你的端口
其中COM1、COM2是通过虚拟串口工具增加的两个端口,COM3是自带的一个端口
3、虚拟串口工具与串口调试工具下载
链接:https://pan.baidu.com/s/1eLkHyn5YmozL3f9aDLqNcg 密码:lc0y
4、配置emulator环境
android_HOME:E:androidandroid eclipseadt-bundle-windows-x86_64-2014032100000000001adt-bundle-windows-x86_64-20140321sdk
PATH:.%ANDROID_HOME%emulator;
5、通过cmd命令执行命令:
emulator @AVNeux -qemu -serial COM2
这个COM2是你当前本机端口未使用的一个,如果已使用会提示被占用
成功则提示
设定串口调试工具所需的值一直确定即可。
以上是关于emulator @模拟器名称 -qemu -serial COM3 关于模拟器与串口通信的连接的主要内容,如果未能解决你的问题,请参考以下文章
Android Studio Emulator 未开始显示 AVD 已被杀死
Android Studio启动时报错 Emulator: emulator: ERROR: OpenGLES emulation failed to initialize.
React Native WebStorm Emulator 无法启动 - 错误无法启动模拟器。原因:没有找到模拟器作为 `emulator -list-avds` 的输出
脱离 Visual Studio 启动 VS 所支持的各种模拟器(WindowsPhone Emulator & Hololens Emulator)