• Programming a Baofeng

    From Woody@21:1/5 to All on Mon Jan 31 18:27:49 2022
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp
    on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine has
    17 ports but every on comes up with Error2 (whatever that is but I
    suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a list
    of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would
    be forever in your debt.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Paul@21:1/5 to Woody on Mon Jan 31 17:00:30 2022
    On 1/31/2022 1:27 PM, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine has 17 ports but every on comes up with Error2 (whatever that is but I suspect port not found.)

    The main issue I think is the interface cable driver. I have an unbranded one that is rated as FTDI FT232RL but whilst I can find a list of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would be forever in your debt.

    Do you physically have 17 USB devices of the serial port persuasion connected ?

    This is a hint:

    https://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/878bc686-9b30-4b40-b37e-58cfe34eb779/trying-to-open-serial-port-com20-error-2-system-cannot-find-the-file-specified?forum=windowsgeneraldevelopmentissues

    "CreateFile consistently fails with error 2: System cannot find the file specified."

    While they do make comm server cards, I don't know if they have that many
    ports on them. You are likely attempting to access non-existent port numbers.

    An attempt to reach a high port number is failing, because there really
    isn't any hardware there.

    I can show you my Windows 10 setup. My COM1 is a real serial port, based on
    a SuperIO and a TI 75232 buffer chip. It's on the motherboard. The COM3 port
    is an FTDI USB one, with flashing LEDs for TX and RX. It was set up on another OS, years ago, and it hasn't forgotten its COM3 port assignment. A control panel
    that came with the FTDI software, helped set the COM number. This suggests that on Windows 10, you have to install the software that came in the box, if you expect to assign the FTDI a port number or so.

    [Picture] If the image frame is blank, right click it and select "Reload"

    https://i.postimg.cc/YCWTzrQw/Win10-RS232.gif

    If you open a Command Prompt, as an ordinary user, you can test.
    If you right click the Start menu, and select Powershell,
    you can type "cmd" in there and it will run Command Prompt
    commands. I'm using COM3, because my FTDI was already set up
    as COM3, with the older software.

    echo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa > \\.\com3

    If I were to enter that identifier inside a program, then the string looks like

    \\\\.\\com3

    if it happens to travel through the shell handler. The extra backslashes
    are escape characters, so the other slashes won't be "interpreted". Like, if the
    Baofeng software worked this way in COmmand Prompt...

    baofeng-programmer.exe \\\\.\\com3

    I look at my USB COM3 device, and the LED changes intensity
    as the string of characters leaves the machine.

    echo aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa > \\.\com3

    FTDI ports have a storied history. At one point, a Chinese knockoff, constructed using a microcontroller, began to make the rounds. The
    FTDI people released a driver which screwed up the Chinese knockoff
    so it would no longer work. They were roundly rebuked for doing that.

    The FTDI dongles don't have normal serial numbers. There was some
    deal about a Virtual COmm Port package, with a control panel for VCP,
    that would allow setting a serial number. That also seems to identify
    the COM port number used.

    They have some scheme where a smaller number of bits are
    written, to make a virtual comm port assignment. The FTDI chip
    had flash memory, but only some small number of bits were
    inside the chip.

    What is interesting, is my FTDI was just sitting there
    unused, and is no longer used with the original machine
    where the VCP driver had been installed. Yet, the FTDI device
    still knows it is COM3 by default. So whatever "serial number"
    notion they have, it seems the bit pattern may be indicating
    what port the thing is.

    When I do the "echo" command, i get no error 2.

    You can have COM errors because a port is "busy", and that
    is a more normal error condition. But your error is not a busy
    port, it's just you are using a non-existent COM number.

    Paul

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian Jackson@21:1/5 to All on Mon Jan 31 21:39:55 2022
    In message <st99n5$i5h$2@dont-email.me>, Woody <harrogate3@ntlworld.com>
    writes
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp
    on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine
    has 17 ports but every on comes up with Error2 (whatever that is but I >suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a
    list of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would
    be forever in your debt.

    Have you been to the Miklor website(s)?
    https://www.miklor.com/
    Also YouTube
    https://www.youtube.com/watch?v=A7JtSHgtqvE
    --
    Ian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Les. Hayward@21:1/5 to Woody on Mon Jan 31 21:08:04 2022
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp
    on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine has
    17 ports but every on comes up with Error2 (whatever that is but I
    suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a list
    of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would
    be forever in your debt.

    The one that I use if I recall correctly, originated from Baofeng and
    called CPS-5R. It works perfectly on XP, although the usual lack of
    information and the rather sketchy screen presentation does require some
    guess work.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Jim GM4DHJ ...@21:1/5 to Woody on Mon Jan 31 20:19:57 2022
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp
    on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine has
    17 ports but every on comes up with Error2 (whatever that is but I
    suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a list
    of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would
    be forever in your debt.
    I use an old XP machine...no problems

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Woody@21:1/5 to All on Tue Feb 1 07:48:13 2022
    On Mon 31/01/2022 20:19, Jim GM4DHJ ... wrote:
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from Chirp
    on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine
    has 17 ports but every on comes up with Error2 (whatever that is but I
    suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a
    list of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I would
    be forever in your debt.
    I use an old XP machine...no problems

    Never thought of that - and I've go one sitting by my right ankle next
    to the W10 machine!

    What is more I think I have a virtual machine on W10 into which I was
    trying to load XP - maybe that needs more attention now? 8-))

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian Jackson@21:1/5 to kinvig.netta@ntlworld.com on Tue Feb 1 08:35:22 2022
    In message <st9g9d$pvf$1@dont-email.me>, Jim GM4DHJ ... <kinvig.netta@ntlworld.com> writes
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from
    Chirp on a PC running W10Pro?
    The main issue is which port to use. Device Manager shows my machine
    has 17 ports but every on comes up with Error2 (whatever that is but
    I suspect port not found.)
    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a
    list of drivers there is nothing to indicate which one to use.
    If anyone out there has cracked how to prog a UV-5RE from a PC I
    would be forever in your debt.
    I use an old XP machine...no problems

    Yes - same here - but the question was about W10 Pro. That Youtube video
    and the Miklor website explain a lot.
    --
    Ian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian Jackson@21:1/5 to All on Tue Feb 1 11:38:09 2022
    In message <staojv$fls$1@dont-email.me>, Woody <harrogate3@ntlworld.com>
    writes
    On Mon 31/01/2022 20:19, Jim GM4DHJ ... wrote:
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from
    Chirp on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine
    has 17 ports but every on comes up with Error2 (whatever that is but
    I suspect port not found.)

    The main issue I think is the interface cable driver. I have an >>>unbranded one that is rated as FTDI FT232RL but whilst I can find a
    list of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I
    would be forever in your debt.
    I use an old XP machine...no problems

    Never thought of that - and I've go one sitting by my right ankle next
    to the W10 machine!

    What is more I think I have a virtual machine on W10 into which I was
    trying to load XP - maybe that needs more attention now? 8-))

    I much prefer XP, but gradually we're being forced to use W10 (and W11,
    of course). From that YouTube video, and what the Miklor website says,
    there's no real problem with Chirp on these new-fangled operating
    systems, provided you read the instructions.
    --
    Ian

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From RustyHinge@21:1/5 to Ian Jackson on Tue Feb 1 13:52:55 2022
    On 01/02/2022 11:38, Ian Jackson wrote:
    In message <staojv$fls$1@dont-email.me>, Woody <harrogate3@ntlworld.com> writes
    On Mon 31/01/2022 20:19, Jim GM4DHJ ... wrote:
    On 31/01/2022 18:27, Woody wrote:
    Can anyone give me pointers how to program a Baofeng UV-5RE from
    Chirp  on a PC running W10Pro?

    The main issue is which port to use. Device Manager shows my machine
    has 17 ports but every on comes up with Error2 (whatever that is but
    I  suspect port not found.)

    The main issue I think is the interface cable driver. I have an
    unbranded one that is rated as FTDI FT232RL but whilst I can find a
    list of drivers there is nothing to indicate which one to use.

    If anyone out there has cracked how to prog a UV-5RE from a PC I
    would  be forever in your debt.
    I use an old XP machine...no problems

    Never thought of that - and I've go one sitting by my right ankle next
    to the W10 machine!

    What is more I think I have a virtual machine on W10 into which I was
    trying to load XP - maybe that needs more attention now?  8-))

    I much prefer XP, but gradually we're being forced to use W10 (and W11,
    of course). From that YouTube video, and what the Miklor website says, there's no real problem with Chirp on these new-fangled operating
    systems, provided you read the instructions.

    My last Windows distro was 2000. After which I moved over permanently to
    Debian Linux, and then Mint.

    --
    Rusty Hinge
    To err is human. To really foul things up requires a computer and the BOFH.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)