The only problems I've heard of with usb serial adapters are on the transmit side of things.  Many prolific usb adapters won't send a packet out until they see a CR or LF... of course when you are in KISS mode, the packets terminate with $c0, so they usually end up getting sent when the next packets comes along, so they stay one packet behind.  The reason for this I think is that the packet _data_ actually ends with CR, but the packet _frame_ ends with $c0... so the serial adapter sends the packet out when it sees the CR, but that's not enough to make the TNC transmit since the KISS protocol is awaiting for the $c0 that denotes the end of the frame.  So the TNC is essentially sitting on go, waiting for that next $c0 to come along.  When the next frame is sent, the data portion of the packet once again ends in CR, the usb serial adapter sends it, and in doing so, the TNC finally gets to see the $c0 it needs to go ahead and TX the previous packet.  Hope this makes sense.<br>
<br>In normal CONVerse TNC mode this isn't a problem since each packet ends with a CR and/or LF.   <br><br>I'm not aware of any receiving problems with USB adapters though.<br><br clear="all">Wes<br>---<br>God help those who do not help themselves.<br>

<br><br><div class="gmail_quote">On Sat, May 1, 2010 at 17:54, Ben Lindner-VK5JFK <span dir="ltr"><<a href="mailto:vk5jfk@activ8.net.au">vk5jfk@activ8.net.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi All,<br>
<br>
Is anyone using a Vantage Pro2 serial unit with the APRS data logger ( different to standard data logger ) with a USB-Serial cable.<br>
<br>
If so, have you encountered any problems<br>
<br>
cheers<br>
Ben<br>
VK5JFK<br>
<br>
<br>
_______________________________________________<br>
aprssig mailing list<br>
<a href="mailto:aprssig@tapr.org" target="_blank">aprssig@tapr.org</a><br>
<a href="https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig" target="_blank">https://www.tapr.org/cgi-bin/mailman/listinfo/aprssig</a><br>
</blockquote></div><br>