• To anyone looking to acquire commercial radio programming software:

    Please do not make requests for copies of radio programming software which is sold (or was sold) by the manufacturer for any monetary value. All requests will be deleted and a forum infraction issued. Making a request such as this is attempting to engage in software piracy and this forum cannot be involved or associated with this activity. The same goes for any private transaction via Private Message. Even if you attempt to engage in this activity in PM's we will still enforce the forum rules. Your PM's are not private and the administration has the right to read them if there's a hint to criminal activity.

    If you are having trouble legally obtaining software please state so. We do not want any hurt feelings when your vague post is mistaken for a free request. It is YOUR responsibility to properly word your request.

    To obtain Motorola software see the Sticky in the Motorola forum.

    The various other vendors often permit their dealers to sell the software online (i.e., Kenwood). Please use Google or some other search engine to find a dealer that sells the software. Typically each series or individual radio requires its own software package. Often the Kenwood software is less than $100 so don't be a cheapskate; just purchase it.

    For M/A Com/Harris/GE, etc: there are two software packages that program all current and past radios. One package is for conventional programming and the other for trunked programming. The trunked package is in upwards of $2,500. The conventional package is more reasonable though is still several hundred dollars. The benefit is you do not need multiple versions for each radio (unlike Motorola).

    This is a large and very visible forum. We cannot jeopardize the ability to provide the RadioReference services by allowing this activity to occur. Please respect this.

DOS and the USB

Status
Not open for further replies.

skierp20

Member
Premium Subscriber
Joined
Jul 4, 2009
Messages
111
Location
Springfield, MA
Hello again, everyone.

I have a question about programming using DOS based Motorola Software. The problem is, thw adapter for the 9-Pin port which connects to the Rib less programming cable runs through one of the USB Ports (designated COM 9) on the computer..

When the DOS based programming software is used, it is unable to read/write to the Radio because the program does not recognize COM 9.

I am currently shopping around for the proper adapters to put a rig together that fits to my 15 Pin VGA port, but I was wondering in the meantime if anyone had any tips, tricks, or tools that would allow DOS and the Software to recognize my USB COM Port.

A DOS Emulator doesnt seem to work, I've checked the WIKIs here on the website and come up empty so far, and I'm currently googling and searching whatever I can.

If anyone has any info etc. it would be GREATLY appreciated!

Scott
 
Last edited:

scanfan03

Member
Premium Subscriber
Joined
Jun 2, 2003
Messages
1,686
Location
Houston, Texas
Boot to Dos 6.22 USB. I had to do this to make it recognize my hard drive. Also it should be COM 1 once it boots into DOS. But I bet right now DOS isn't recognizing anything USB on your computer because it doesn't have the drivers installed.
 

gmclam

Member
Premium Subscriber
Joined
Sep 15, 2006
Messages
6,341
Location
Fair Oaks, CA
If the software you are using requires DOS, and it uses a standard COM port, and your computer only has USB ports, my solution is to get yourself a COM card. Set the COM card up so that the port(s) are the lowest COM port you can use between COM1 & COM4.

There are quite a few issues here. I wonder what you have your BIOS set to regarding the USB ports. There is one setting to enable them and others depending on the specific BIOS. Next the "operating system" must take over to get things going. Typically Windows will assign hardware resources and device "handles" to provide a connection between the software and the USB port handler.

If you consider what Windows has to do to get a USB device working, DOS will have to do all those same things PLUS there needs to be something to recognize the USB ports in the first place. In other words, even once DOS recognizes that there are USB ports (and can talk to them) next the drivers for the device (in this case a serial cable) must be loaded that conforms to the O/s. This driver must plug itself in so that any call the software makes to COM ports it can translate into whatever is needed to do that to the USB.

Some software is written with I/O addresses and some go through the BIOS or DOS. Those that go through the BIOS or DOS are typically trapped and made to work. Those that talk to hardware directly (I/O addresses) dont work because there is no physical COM9 hardware on your machine - COM9 is being simulated by the USB driver.
 
Status
Not open for further replies.
Top