Printer Friendly
The Free Library
19,573,952 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Change com port settings manually.


There's an important new maintenance procedure required for Stryker mechanics. When followed correctly, it allows you to use the RS485 PCMCIA card See PC Card.  to conduct intrusive diagnostics of the chassis electronic systems through the maintenance support device (MSD (MicroSoft Diagnostics) A utility that accompanied Windows 3.1 and DOS 6 that reported on the internal configuration of the PC. A variety of information on disks, video, drivers, IRQs and port addresses was provided. ).

National Instrument software version 1.5 for the RS485 PCMCIA card locks up the MSD. That was fixed with version 1.6. Unfortunately, loading version 1.6 changes the hardware configuration (com ports A serial communications port on a PC. See COM1 and serial port.

com port - communications port
) on the MSD from the required 2-wire setting to 4-wire.

1. Right click on My Computer.

2. Select Manage.

3. Click on Device Manager.

4. Double-click Ports (Com & LPT LPT - /L-P-T/ or /lip'it/ or /lip-it'/ Line printer. Rare under Unix, more common among hackers who grew up with ITS, MS-DOS, CP/M and other operating systems that were strongly influenced by early DEC conventions. ).

5. Double-click NI PCMCIA-485 port 1 (com 5). Depending on the card it may have a -2 after the 485.

6. Click on the Port Settings tab at the top of the window.

7. Click on the Advanced button. The Transceiver Mode should be 2 Wire TxRdy Auto. If it's not, click on the drop down menu and change it.

8. Repeat steps 5-7 for NI PCMCIAL-485 port 2 (com 6).

OK! VERSION 1.6 IS NOW LOADED!

YEAH, BUT NOW YOU'VE GOTTA RESET MY COM PORTS!

TO CHANGE THE MSD COM PORTS BACK TO THE CORRECT SETTIGS, FOLLOW THESE STEPS ...

CHECK OUT TACOM TACOM Tank-Automotive and Armaments Command (US Army)
TACOM Tactical Communications
TACOM Tactical Command
TACOM Tank-Automotive and Armament Command
TACOM Theater Army Command
TACOM Tactical Army Command
TACOM Tactical Army COM
 MAINTENANCE ADVISORY MESSAGE 05-013 FOR MORE DETAILS.
COPYRIGHT 2005 PS Magazine
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2005, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.
sali1
salish (Member): problem in port name 8/3/2009 3:19 AM
Hi
Problem:
I had a h/w device connected to COMM4 port this devise will send some data after a hour but when i restart or start the computer the port will change to COMM1 so that COMM4 wont detected what is the problem to computer or a simple java program is here to detect the ports available in the system how can i enable the COMM4 and access the data if the computer restarted by java program or if COMM1 is only detected then change it to COMM4 by java

i has a code to detect the ports
package com;
import java.io.IOException;
import java.util.Enumeration;

import gnu.io.*;
public class GetPorts {
static CommPortIdentifier portId;
static Enumeration portList;
public static void main(String[] args) {
portList = CommPortIdentifier.getPortIdentifiers();

while (portList.hasMoreElements()) {
portId = (CommPortIdentifier) portList.nextElement();
//if (portId.getPortType() == CommPortIdentifier.PORT_PARALLEL) {
// if (portId.getName().equals("COM1")) {


System.out.println(portId.getName()+" "+portId.getPortType()+portId.);
//}
//}
}
}



}
it shows all the enabled port in my system but can i change the port from comm1 to comm4 is this can be done pls help me thanks in advance

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Title Annotation:Stryker ...; maintenance software usage
Publication:PS, the Preventive Maintenance Monthly
Article Type:Brief Article
Geographic Code:1USA
Date:Jul 1, 2005
Words:210
Previous Article:The ounce or the pound?
Next Article:Cool it with PM.
Topics:



Related Articles
Stryker not up to speed in some areas, soldiers claim.
Army puts the Stryker on a fast track: light armored vehicle to prove its value in urban, peacekeeping operations.
Stryker vehicle.
MTMC ships Fort Lewis Stryker unit for duty in Iraq.
SDDC moves Strykers to Operation Iraqi Freedom.
General Dynamics awarded $6.7 million delivery order for baseband node extension.
Army news service (Dec. 14, 2004): Stryker performance scores high with Army leaders.
Amry's 'ghost riders': Stryker units win over skeptics.
Raise the pressure.

Terms of use | Copyright © 2012 Farlex, Inc. | Feedback | For webmasters | Submit articles