Page 1 of 1

Virtual comport

Posted: Tue Mar 22, 2022 6:01 pm
by ugurdemirezen
Hi everyone,

We have cable counter and a sonar. We will use them simultaneous.

Our sonar’s UI has a cable counter connection. But only serial comport.

But our cable counter communicate with udp protocol.

How can I convert it to comport? Like do I have to create a virtual com port?

Any suggestion would help.

Thanks a lot!

Re: Virtual comport

Posted: Wed Mar 23, 2022 8:37 pm
by daniel
Are you developping a plugin? If yes, you can use QSerialPort (from Qt).

Re: Virtual comport

Posted: Thu Mar 24, 2022 8:04 am
by ugurdemirezen
daniel wrote: Wed Mar 23, 2022 8:37 pm Are you developping a plugin? If yes, you can use QSerialPort (from Qt).
No it is not plugin. Just need an app or script for that.