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

link|improve this question

62% accept rate
Can you tell us why? It may help us provide better answers. – Zoredache Jun 5 '09 at 9:44
feedback

1 Answer

up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.