I want to create a virtual serial port that can be used for communication between two applications. I tried with pty / tty pair (pseudo terminal) on mac. It worked. But what I need, I want to configure it so that another application can find it when performing a search on the serial port. I'm stuck here.
Does anyone know how to make this pair confidential so that they can act as a serial port and write down when performing a search on the serial port.
source
share