After you get the driver nailed down there is also a port of the nix term program, minicom:<br><br><a href="http://minicom.darwinports.com/">http://minicom.darwinports.com/</a><br><br>I use this daily and it works real well. <br>
<br><div class="gmail_quote">On Wed, Jun 18, 2008 at 2:59 PM, Vance Shipley &lt;<a href="mailto:vances@motivity.ca">vances@motivity.ca</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Jun 18, 2008 at 03:20:42PM -0400, Ed Leatherman wrote:<br>
} &nbsp;I have a USB - serial cable, just looking for recommendation<br>
} &nbsp;on software (i can&#39;t find any software included in the OS<br>
} &nbsp;that does this). found a few in the wild but figured i&#39;d ask around.<br>
<br>
</div>First you need a driver for the serial cable. &nbsp;Odds are it&#39;s got<br>
a Prolific PL-2302 chip in it in which case use the driver here:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://www.prolific.com.tw/eng/downloads.asp?ID=31" target="_blank">http://www.prolific.com.tw/eng/downloads.asp?ID=31</a><br>
<br>
This will create devices when you plug the cable in named:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;/dev/tty.usbserial<br>
 &nbsp; &nbsp; &nbsp; &nbsp;/dev/cu.usbserial<br>
<br>
You may use screen(1) to attach:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$ screen /dev/tty.usbserial<br>
<br>
Use ^A^\ to exit (control A, control backslash).<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;-Vance<br>
_______________________________________________<br>
cisco-voip mailing list<br>
<div class="Ih2E3d"><a href="mailto:cisco-voip@puck.nether.net">cisco-voip@puck.nether.net</a><br>
</div><a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><br>
</blockquote></div><br>