You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
I am working on the retail build and our UWP app talks to an inverter and battery on different comm ports. It talks to battery on COM Port 0 and to inverter on COM Port 2.
By default I think, COM Port 0 is kept open and for this reason the app is able to talk to battery but we need to open COM Port 2 so that it can talk to inverter as well.
I checked that if we add IoT_ToolKit feature in the retail image it does open the ports but it open all the ports and it is also a test feature which should not be added in Retail.
Could anyone tell where are the COM Port information is stored and if we can execute a PowerShell script to enable COM Port 2?
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
I am working on the retail build and our UWP app talks to an inverter and battery on different comm ports. It talks to battery on COM Port 0 and to inverter on COM Port 2.
By default I think, COM Port 0 is kept open and for this reason the app is able to talk to battery but we need to open COM Port 2 so that it can talk to inverter as well.
I checked that if we add IoT_ToolKit feature in the retail image it does open the ports but it open all the ports and it is also a test feature which should not be added in Retail.
Could anyone tell where are the COM Port information is stored and if we can execute a PowerShell script to enable COM Port 2?
Thanks
The text was updated successfully, but these errors were encountered: