0

IS there a way to create virtual COM ports in Mac OS and connect them to eachother?

radius
  • 9,633
  • 25
  • 45
TimothyP
  • 299
  • 1
  • 5
  • 15

1 Answers1

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,508
  • 20
  • 98
  • 148