Forgot the HowTo VMware in the Wiki has an example of forcing the serial port to a specific com port. This copy/paste from the Wiki sets the 2nd serial port to COM4.
serial1.present = "TRUE" serial1.filename = "COM4" serial1.autodetect = "FALSE" On 8/3/07, Lee Bengston <[EMAIL PROTECTED]> wrote: > > Oops, there were comment markers (#) in the example in my last message. I > deleted them below. > > On 8/3/07, Lee Bengston < [EMAIL PROTECTED]> wrote: > > > > > > If using VMware Player, you'll have to edit the ".vmx" file with a text > > editor. The vmx file will be in the "My Virtual Machines" directory or > > wherever the virtual machines are stored. > > > > The lines for the first serial port should look like the three below: > > > > serial0.present = "TRUE" > > serial0.fileName = "Auto detect" > > serial0.autodetect = "TRUE" > > > > You can add another port as follows: > > > > serial1.present = "TRUE" > > serial1.fileName = "Auto detect" > > serial1.autodetect = "TRUE" > > > > It is also possible to force each of them to a specific COM port, but I > > am traveling and I don't have all of my "ammunition" with me. > > > > Regards, > > > > Lee - K5DAT > > Murphy, TX > > > > _______________________________________________ Xastir mailing list [email protected] http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir
