<div dir="ltr">I use the FT-65 manufactures cable and have NEVER had a problem.<br clear="all"><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><br></div><div dir="ltr"><br></div><div>KD2YEM<br></div><div dir="ltr"><br clear="all"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><span style="color:rgb(0,102,0)">Frank</span></div><div><br><span><i><b><span style="color:rgb(204,0,0)">Be sure to strip out all email addresses before forwarding and help prevent Identity Theft.</span></b></i></span></div><div> </div><div><span style="color:rgb(204,0,0)"><b><i><span>To Team 6: ".... people sleep </span></i></b><span style="line-height:115%;font-family:Arial,sans-serif"><b><i><span>peaceably</span></i></b></span><b><i><span> in their beds at night only because tough men stand ready to do violence on their behalf."; George Orwell</span></i></b></span></div><div><br><span style="color:rgb(56,118,29)">"The ultimate authority ... resides in the people alone. ... The
advantage of being armed, which the Americans possess over the people of
almost every other nation ... forms a barrier against the enterprises
of ambition, more insurmountable
than any..." —James Madison (1788) <br></span></div><div><span style="color:rgb(56,118,29)"><br></span></div><div><span style="color:rgb(56,118,29)">Per tutta la Mia famiglia e gli amici ti amo oggi, domani e sempre! [
<span lang="en"><span><span>For all of My family and friends I love you today, tomorrow and forever!</span></span></span>]</span></div><span style="color:rgb(56,118,29)"> </span><div><span style="color:rgb(56,118,29)">'Be who you are and say what you feel... Because those that matter... don't mind...And those that mind... don't matter.'</span></div><div><span style="color:rgb(0,102,0)"> </span></div><div><span style="color:rgb(0,102,0)">Deo adjuvante non timendum [
<span lang="en"><span><span>With God's help you have nothing to fear</span></span></span><span><span></span></span>]</span></div><div><span style="color:rgb(0,102,0)"> </span></div><div><span style="color:rgb(0,102,0)">"We
cannot be sure of having something to live for unless we are willing to
die for it." The things that will destroy us are: politics without
principle; pleasure without conscience; wealth without work; knowledge
without character; business without morality; science without humanity;
and worship without sacrifice" <span style="color:rgb(31,73,125);font-family:Calibri">Mathatma Mohandas Karamchand Ghandi</span></span></div><div><span style="color:rgb(0,102,0)"><br></span></div><div><span style="color:rgb(0,102,0)">John Wayne said "Life's tough. It's tougher when you're stupid!!"</span></div><div><span style="color:rgb(0,102,0)"><br></span></div><div><span style="color:rgb(0,102,0)">People fear what they don’t understand</span></div><div><span style="color:rgb(0,102,0)"><br></span></div><div><div><span style="font-family:"Times New Roman""><span style="background-color:rgb(147,196,125)"><i><span style="color:rgb(56,118,29);background-color:rgb(255,255,255)">"</span><span style="color:rgb(56,118,29);background-color:rgb(255,255,255)">Any man who thinks he can be happy and prosperous by letting the<br>Government take care of him better take a closer look at the American<br>Indian." </span></i><span style="color:rgb(56,118,29);background-color:rgb(255,255,255)">Henry Ford</span></span></span></div></div></div></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 22, 2022 at 2:57 PM David Ranch <<a href="mailto:chirp@trinnet.net">chirp@trinnet.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF">
<br>
Last time I checked, RT Systems cables use FTDI USB to Serial chips
but they are programmed with non-standard USB VID:PID to make them
"proprietary". If you look at <a href="http://www.linux-usb.org/usb.ids" target="_blank">http://www.linux-usb.org/usb.ids</a> and
search for "RT Systems", you can see a short list of some known
VID:PID combinations that Linux will then load the FTDI kernel
module and treat the USB device as a serial port. For unknown
ports, I don't know if you can fake out Windows to recognize RT
System cables as a standard serial cable but you CAN do this with
Linux for ANY VID:VID using either some USB or UDEV tricks. <br>
<br>
I wrote the following up some time ago to either temporarily or
permanently recognize the RT Cable and create a /dev/ft857_prog
serial device instead of a generically named /dev/ttyUSB0 device:<br>
<br>
<br>
Temporary USB recognition (this example does this for a Timewave
Navigator device):<br>
<a href="https://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#2c.kernelnavigatorudev" target="_blank">https://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#2c.kernelnavigatorudev</a><br>
<br>
<br>
Permanent USB recognition across reboots (this example is for one of
RT Systems cables for a Yaesu FT857):<br>
<br>
<a href="https://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#1d.presetup-udevusbserial" target="_blank">https://www.trinityos.com/HAM/CentosDigitalModes/hampacketizing-centos.html#1d.presetup-udevusbserial</a><br>
--<br>
#Device #3 - RT Systems CT-62B 1-port USB to serial adapter
for FT817/857/897 (FTDI-based)<br>
#<br>
#NOTE: This adapter is NOT recognized by the Linux kernel
as a valid<br>
# serial device. RT System does this ON PURPOSE so
their programming<br>
# software will only work with their cables! You can
change these IDs<br>
# if you wish with
<a href="http://www.ftdichip.com/Support/Utilities.htm#FT_Prog" target="_blank">http://www.ftdichip.com/Support/Utilities.htm#FT_Prog</a><br>
#<br>
# Alternatively, the following will run a script to
poke the RT Systems<br>
# USB IDs into the kernel FTDI driver so it can
recognize the new <br>
# device as a serial port. <br>
#<br>
BUS=="usb", SYSFS{idVendor}=="2100",
SYSFS{idProduct}=="9e56", ENV{ID_MM_DEVICE_IGNORE}="1",
RUN+="/usr/local/sbin/RTSystems-addports.sh &"<br>
SUBSYSTEM=="tty", ATTRS{idVendor}=="2100",
ATTRS{idProduct}=="9e56", SYMLINK+="ft857_prog"<br>
--<br>
<br>
--David<br>
KI6ZHD<br>
<br>
<br>
<br>
<div>On 08/22/2022 11:34 AM, Dave Matthews
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Trying to avoid RT systems. Not sure if they will work
with CHIRP or if it is only for their software. <br>
</div>
<div><br>
</div>
<div>Dave</div>
<div>W2IJL<br>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Aug 22, 2022 at 2:32
PM KE5EOT <<a href="mailto:ke5eot@gmail.com" target="_blank">ke5eot@gmail.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div> Gigaparts shows the RT Systems cable to be in stock.<br>
<br>
<a href="https://www.gigaparts.com/usb-55-programming-and-data-cable.html?msclkid=ebfffb88e3301f63459a988b29a1dcfa" target="_blank">https://www.gigaparts.com/usb-55-programming-and-data-cable.html?msclkid=ebfffb88e3301f63459a988b29a1dcfa</a><br>
<pre cols="72">Randy (KE5EOT)
ARRL, QCWA, ARES, RACES, ROWH
<a href="http://ke5eot.webs.com" target="_blank">http://ke5eot.webs.com</a>
</pre>
<div>On 8/22/22 1:18 PM, Dave Matthews wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>Looking at picking up a ft-65 but the scu-35 cable
looks to be out of stock with no eta. Anyone using
any of the Amazon clones successfully? I will be
using Ubuntu so most of the driver issues are not a
problem.</div>
<div><br>
</div>
<div>Dave</div>
<div>W2IJL<br>
</div>
</div>
<br>
<fieldset></fieldset>
<pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Randy Morton at <a href="mailto:ke5eot@gmail.com" target="_blank">ke5eot@gmail.com</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to W2IJL at <a href="mailto:n36078@gmail.com" target="_blank">n36078@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
chirp_users mailing list
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to David Ranch at <a href="mailto:chirp@trinnet.net" target="_blank">chirp@trinnet.net</a>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></pre>
</blockquote>
<br>
</div>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to Frank at <a href="mailto:coloradomountainrider@gmail.com" target="_blank">coloradomountainrider@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
To report this email as off-topic, please email <a href="mailto:chirp_users-owner@intrepid.danplanet.com" target="_blank">chirp_users-owner@intrepid.danplanet.com</a><br>
Searchable archive: <a href="https://www.mail-archive.com/chirp_users@intrepid.danplanet.com" rel="noreferrer" target="_blank">https://www.mail-archive.com/chirp_users@intrepid.danplanet.com</a></blockquote></div>