IS there a way to create virtual COM ports in Mac OS and connect them to eachother?
Asked
Active
Viewed 1,313 times
1 Answers
0
Maybe this thread on daemonforums.org contains a hint of the options you have:
http://daemonforums.org/showthread.php?t=634
I had an email from the author of netfwd to let me know that it doesn't support pty. He recommended I try socat, which worked perfectly!
# socat GOPEN:/dev/ptyp0,ignoreeof TCP:10.0.1.93:10002
Then point the application at /dev/ttyp0
splattne
- 28,348
- 19
- 97
- 147
-
This does not work in High Sierra. Gives "Resource temporarily unavailable" error. Any ideas? – Daniele Testa Sep 08 '18 at 13:59