PCbanter

PCbanter (http://www.pcbanter.net/index.php)
-   Windows XP Help and Support (http://www.pcbanter.net/forumdisplay.php?f=15)
-   -   Serial Port (USB)? (http://www.pcbanter.net/showthread.php?t=1096425)

Ron Hardin December 22nd 16 06:25 PM

Serial Port (USB)?
 
How do I send and receive ascii on a USB serial
port?

It's to and from a Drake R8B shortwave receiver,
and just to set the time of day etc, twice a year.

It would be nice if it just appeared as a device
like an external HD that I can write to and read
from.

I'm using Cygwin under XP, so if it has a device
name presumably I can just send text to it and
read text from it, but I have no idea how it comes
up.

Maybe I need what's referred to as a terminal
program, but I don't know what that means.
--


On the internet, nobody knows you're a jerk.

VanguardLH[_2_] December 22nd 16 09:56 PM

Serial Port (USB)?
 
Ron Hardin wrote:

How do I send and receive ascii on a USB serial
port?

It's to and from a Drake R8B shortwave receiver,
and just to set the time of day etc, twice a year.

It would be nice if it just appeared as a device
like an external HD that I can write to and read
from.

I'm using Cygwin under XP, so if it has a device
name presumably I can just send text to it and
read text from it, but I have no idea how it comes
up.

Maybe I need what's referred to as a terminal
program, but I don't know what that means.


The R-8 model came out in 1991 followed by the R-8A and R-8B models (but
I don't know their production years). Production was discontinued in
2005 but that does not mean they changed the design in those 14 years.
USB (Universal Serial Port) didn't exist back in 1991. The USB 1.0 spec
was released back in January 1996 but it would've been a while after
that before commercial devices showed up with a USB port.

Does the case actually have a USB port? USB also stands for Upper Side
Band which is a feature of the R-8 series (as is LSB = Lower Side Band).
Do you have the radio or are you thinking of buying one and the seller
mentioned USB?

I found pics of the R-8A which has a 9-pin Dsub (DB-9) port for an
RS-232 serial connection. RS-232 dates back to 1962 so it existed and
was employed in commercial devices before and during when the Drake R-8
series showed up.

From an online ad of someone selling a Drake R-8 (found at
http://antiqueradios.com/forums/view...view=previous),
the case looks like:

http://i45.tinypic.com/15hihx2.jpg
http://i46.tinypic.com/bi402a.jpg
http://i50.tinypic.com/vy1bvt.jpg
http://i50.tinypic.com/11c5dnq.jpg
http://i47.tinypic.com/2q2log3.jpg
http://i47.tinypic.com/2d15cx.jpg
http://i45.tinypic.com/35am2yp.jpg
http://i45.tinypic.com/2mi3kw2.jpg

There is no USB (Universal Serial Bus) port shown for that model. There
is a RS-232C port which matches up with the era for this shortwave
radio. At http://www.universal-radio.com/catalog/commrxvr/r8.html and
at http://www.universal-radio.com/catal...rxvr/0082.html (which is
for the R8B), the specs and features are listed. USB is mentioned in
the sentence:

Multi-mode reception (AM, FM, *USB*, LSB, RTTY and CW) is featured
throughout the range of the receiver (100 kHz to 30 MHz).

So USB means Upper SideBand (just like LSB means Lower SideBand), not
Universal Serial Bus. I found a manual for the R-8 at:

http://www.wb4hfn.com/DRAKE/DrakeMan...ers_Manual.pdf

USB is not even found as a string in that document. Do you actually
physically possess the unit and see a USB port on it? I finally found a
site via online search that mentioned Drake's web site, which is:

https://www.rldrake.com/

Looks like they long ago (11 years ago) dropped shortwave radios.
https://www.rldrake.com/technical-su...-drake-models/
doesn't list any of the R-8 series. I did some FAQs listed at
https://www.rldrake.com/faqs/world-b...adio-products/ where
R-8A and R-8B were mentioned but those articles are of no help to you
and they do not mention USB.

I happened up http://rigreference.com/en/mfr/drake. Nope, a USB port is
not mentioned there, just the same RS-232 port back in the R-8 model.
http://www.eham.net/reviews/detail/494 doesn't mention USB, either. It
had a link to http://www.rldrake.com/swl/R8B.html (Drake's own site) but
that page does not exist. That product was discontinued too long ago.
http://www.universal-radio.com/catal.../0082rear.html shows the
backpanel of the R-8B. No USB port.

JJ[_11_] December 23rd 16 05:25 AM

Serial Port (USB)?
 
On Thu, 22 Dec 2016 12:25:55 -0500, Ron Hardin wrote:
How do I send and receive ascii on a USB serial
port?

It's to and from a Drake R8B shortwave receiver,
and just to set the time of day etc, twice a year.

It would be nice if it just appeared as a device
like an external HD that I can write to and read
from.

I'm using Cygwin under XP, so if it has a device
name presumably I can just send text to it and
read text from it, but I have no idea how it comes
up.

Maybe I need what's referred to as a terminal
program, but I don't know what that means.


I've read the Drake R8B manual.

http://wayback.archive.org/web/20150905113244/http://www.rigpix.com/drake/r8b_manual.pdf

The details for the receiver's serial port interface is described on page
27-30.

It's similar like communicating with the old phone-line modem through serial
port, so you can use Hyper Terminal included in Windows XP. If your PC don't
have any serial port, get yourself a serial port adapter USB device.

The data used is plain text and can be inputted directly from the keyboard.
e.g. the command to change AGC setting to "Slow" is "AS", so type "A", "S",
then ENTER.

Bert[_3_] December 23rd 16 05:16 PM

Serial Port (USB)?
 
In Ron Hardin
wrote:

Maybe I need what's referred to as a terminal
program, but I don't know what that means.


It's been a while since I've seen an XP system, but I think XP has
"HyperTerminal" as a standard piece of software.

If it's there, a few minutes spent learning how it works would solve
your problem.

--
St. Paul, MN

Ron Hardin December 23rd 16 06:53 PM

Serial Port (USB)?
 
Bert wrote:

In Ron Hardin
wrote:

Maybe I need what's referred to as a terminal
program, but I don't know what that means.


It's been a while since I've seen an XP system, but I think XP has
"HyperTerminal" as a standard piece of software.

If it's there, a few minutes spent learning how it works would solve
your problem.

--
St. Paul, MN


Thanks, all. I'll look into hyperterminal.

After trying a Cygwin command or so like

cat /cygdrive/i

or however it appears after I get it in the mail.

I also have some actual dumb terminals in the closet. I don't know if they'd require a
crossover cable or not.
--


On the internet, nobody knows you're a jerk.


All times are GMT +1. The time now is 03:13 PM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2004 - 2006 PCbanter
Comments are property of their posters