Virtual comport

Feel free to ask any question here
Post Reply
ugurdemirezen
Posts: 9
Joined: Mon Mar 21, 2022 1:37 pm

Virtual comport

Post 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!
daniel
Site Admin
Posts: 7710
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Virtual comport

Post by daniel »

Are you developping a plugin? If yes, you can use QSerialPort (from Qt).
Daniel, CloudCompare admin
ugurdemirezen
Posts: 9
Joined: Mon Mar 21, 2022 1:37 pm

Re: Virtual comport

Post 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.
Post Reply