It has always been developed by simulators. To add peripherals recently, you must tune them on the Development Board.
1. Find the USB cable that can be connected to the computer and the Development Board. Some development boards have a few USB ports. You have to ask the original manufacturer of the Development Board to confirm which one is used. Different methods are the same as OTG.
2. Set setting-> application-> development-> USB debugging on the Development Board to open.
3. For OTG port, you can select the USB mode as host or slave in setting.
4. after completing the above work, connect the USB cable. the Installation Wizard is automatically displayed in windows. ADB driver must be installed. this driver can be downloaded using sdk avd manager. very officially driven by Google. and many third-party. this requires confirmation with the development board manufacturer. I am not here to discuss how to arrange it. after installation, you can view the device in the Windows Device Manager. then restart the computer (I have been unable to use it since I installed it, And then restarted to solve the problem ).
5. Open CMD in the command line console. Run ADB devices to check whether the device is connected.
6. You can use the ADB command to debug the connection. For more information, see ADB -- Help. Generally, you can view the printed information. ADB logcat.
It has always been developed by simulators. To add peripherals recently, you must tune them on the Development Board.
1. Find the USB cable that can be connected to the computer and the Development Board. Some development boards have a few USB ports. You have to ask the original manufacturer of the Development Board to confirm which one is used. Different methods are the same as OTG.
2. Set setting-> application-> development-> USB debugging on the Development Board to open.
3. For OTG port, you can select the USB mode as host or slave in setting.
4. after completing the above work, connect the USB cable. the Installation Wizard is automatically displayed in windows. ADB driver must be installed. this driver can be downloaded using sdk avd manager. very officially driven by Google. and many third-party. this requires confirmation with the development board manufacturer. I am not here to discuss how to arrange it. after installation, you can view the device in the Windows Device Manager. then restart the computer (I have been unable to use it since I installed it, And then restarted to solve the problem ).
5. Open CMD in the command line console. Run ADB devices to check whether the device is connected.
6. You can use the ADB command to debug the connection. For more information, see ADB -- Help. Generally, you can view the printed information. ADB logcat.