Serial port on Windows app

Hello all,

I was trying to figure this out but I was not able to find a proper answer to it.

I am considering Ionic to build a cross-platform app for my company. This new app will replace an already existing Windows app that uses serial port communication to configure the equipments we manufacture.

I was looking into this but it’s not clear if I will be able to read/write through the serial port in a Windows app built with Ionic. The best I can find is this plugin that it seems to work with Android and iOS but I don’t know if it will work with a Windows app: GitHub - asad-96/capacitor-plugin-usb-serial: This plugin can be used for reading data from other device over the usb channel

I also found some other very old Cordova plugins but apparently focused on Android, so I don’t think if I can get them to work in a Windows app.

Could you please let me know if you have any experience on this? Just to point me in the right direction.

Thank you.