If you come across any mistakes or bugs in this tutorial, please let us know by sending emails to dev@dji.com. Please feel free to send us Github pull request and help us fix any issues.
Make sure that you have installed DJI Assistant 2 and have enabled all the driver intallation while installing DJI Assistant 2.
With DJI Assistant 2 and connected Phantom 4 Pro V2.0, check Device Manager of your computer. If there is a yellow warning icon in the DJI item inside Ports (COM & LPT), you need to install or re-install DJI Assistant 2 and make sure you have enabled all the driver intallation while installing.
Configure serial port authority in order to connect the application to the remote controller. Right-click on Package.appxmanifest, select View Code, add the following code in the Capabilities element.
<DeviceCapability Name="serialcommunication"> |