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. 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 |
|
||||||||||||||||||||

Printer friendly
Cite/link
Email
Feedback
Reader Opinion