Dosbox Serial Port Settings



  1. Dosbox Serial Port Settings On Windows 10
  2. Serial Port Arduino
  3. Dosbox Com1
  4. Parallel Port
  5. Dosbox Serial Port Settings Pc
  6. Dosbox Com Port
  7. Scsi Port

Virtual Serial Port from Eltima https://www.virtual-serial-port.org/. Windows Host Open the Configuration Editor (Settings Configuration Editor).Click Add to start the Add Hardware Wizard. Select Serial Port, then click Next. Select Use Physical Serial Port, then choose the port on the host computer that you want to use for this serial connection.

Configuring

One way to program a Motorola MAXTRAC is to use a older slower computer with a serialport on it.
Another way is to use DOSBox to emulate a computer running DOS, it is also possible to emmulate a slow computer.

I did this from a PIII Laptop @ 1Ghz running Windows XP, but other operating systems are also possible to use, but in some cases these instructions needs to be modified.

And NO, I will not give you a copy of the RSS so don’t bother asking for it.

  1. Start with setting up DOSBox so you can access the serial port you wish to use. I set it up to map the usb->serial adapter that windows gave com34 as com1 in DOSBox
  2. Create a shortcut to the Motorola MAXTRAC RSS software like
  3. And now we are done and can use the software to program the radio
  4. If you are getting errors and belive these are based on DOSBox being to fast, you can slow it down by adjusting the cycles value in the config file or you can use crlt+F11 to slow it down when it is running

Features | Documentation | Knowledge Base | Discussion Forums

Using Serial Ports Using Serial Ports

The following sections describe how to use serial ports with VMware Workstation:

A VMware Workstation virtual machine can use up to four virtual serial ports. The virtual serial ports can be configured in several ways.

  • You can connect a virtual serial port to a physical serial port on the host computer.
  • You can connect a virtual serial port to a file on the host computer.
  • You can make a direct connection between two virtual machines or between a virtual machine and an application running on the host computer.

You can also select whether to connect the virtual serial port when you power on the virtual machine.

Note: The serial port implementation is new in this release and deprecates the use of TTY type of virtual serial ports in a virtual machine.

Using a Serial Port on the Host Computer Using a Serial Port on the Host Computer

You can set up the virtual serial port in a virtual machine to use a physical serial port on the host computer. This is useful, for example, if you want to use an external modem or a hand-held device in your virtual machine.

To install a virtual serial port that connects to a physical serial port on the host computer, take the following steps:

Windows Host Windows Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Click Add to start the Add Hardware Wizard.
  3. Select Serial Port, then click Next.
  4. Select Use Physical Serial Port, then choose the port on the host computer that you want to use for this serial connection.
  5. Click Finish, then click OK to close the Configuration Editor.
  6. Power on the virtual machine.
Linux Host Linux Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Select one of the virtual serial ports (COM1 through COM4).
  3. Choose a type of Device from the pull-down menu.
  4. In the Path field, enter the path to the device you want to connect to the virtual serial port, for example, /dev/ttyS0 to use the first physical serial port on the host computer.
  5. Click Install.
  6. Click OK to save your configuration and close the Configuration Editor.
  7. Power on the virtual machine.
Using a File on the Host Computer Using a File on the Host Computer

You can set up the virtual serial port in a virtual machine to send its output to a file on the host computer. This is useful, for example, if you want to capture the data a program running in the virtual machine sends to the virtual serial port or if you need a quick way to transfer a file from the guest to the host.

Dosbox Serial Port Settings On Windows 10

To install a virtual serial port that connects to a file on the host computer, take the following steps:

Windows Host Windows Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Click Add to start the Add Hardware Wizard.
  3. Select Serial Port, then click Next.
  4. Select Use output file and browse to the file on the host computer that you want to use to store the output of the virtual serial port.
  5. Click Finish, then click OK to close the Configuration Editor.
  6. Power on the virtual machine.
Linux Host Linux Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Select one of the virtual serial ports (COM1 through COM4).
  3. Choose a type of File from the pull-down menu.
  4. In the Path field, enter the path to the file on the host computer that you want to use to store the output of the virtual serial port.
  5. Click Install.
  6. Click OK to save your configuration and close the Configuration Editor.
  7. Power on the virtual machine.
Connecting an Application on the Host to a Virtual Machine Connecting an Application on the Host to a Virtual Machine

You can set up the virtual serial port in a virtual machine to connect to an application on the host computer. This is useful, for example, if you want to use an application on the host to capture debugging information sent from the virtual machine's serial port.

To install a direct serial connection between an application on the host and a virtual machine, take the following steps:

Windows Host Windows Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Click Add to start the Add Hardware Wizard.
  3. Select Serial Port, then click Next.
  4. Select Use named pipe.
  5. Use the default pipe name, or enter another pipe name of your choice. The pipe name must follow the form .pipe<namedpipe> - that is, it must begin with .pipe.
  6. Select This end is the server or This end is the client. In general, select This end is the server if you plan to start this end of the connection first.
  7. Select The other end is an application.
  8. Click Finish, then click OK to close the Configuration Editor.
  9. On your host computer, configure the application that communicates with the virtual machine to use the same pipe name.
  10. Power on the virtual machine.
Linux Host Linux Host
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Select one of the virtual serial ports (COM1 through COM4).
  3. Choose a type of Pipe from the pull-down menu.
  4. In the Path field, enter /tmp/<socket> or another Unix socket name of your choice.
  5. Select Server or Client. In general, select Server if you plan to start this end of the connection first.
  6. Click Install.
  7. Click OK to save your configuration and close the Configuration Editor.
  8. On your host computer, configure the application that communicates with the virtual machine to use the same Unix socket name.
  9. Power on the virtual machine.
Connecting Two Virtual Machines Connecting Two Virtual Machines

You can set up the virtual serial ports in two virtual machines to connect to each other. This is useful, for example, if you want to use an application in one virtual machine to capture debugging information sent from the other virtual machine's serial port.

To install a direct serial connection between two virtual machines (a server and a client), take the following steps:

Windows Host Windows Host In the server virtual machine In the server virtual machine
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Click Add to start the Add Hardware Wizard.
  3. Select Serial Port, then click Next.
  4. Select Use named pipe.
  5. Use the default pipe name, or enter another pipe name of your choice. The pipe name must follow the form .pipe<namedpipe> - that is, it must begin with .pipe.
  6. Select This end is the server.
  7. Select The other end is a virtual machine.
  8. Click Finish, then click OK to close the Configuration Editor.
In the client virtual machine In the client virtual machine
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Click Add to start the Add Hardware Wizard.
  3. Select Serial Port, then click Next.
  4. Select Use named pipe.
  5. Use the default name, or enter another pipe name of your choice. The pipe name must follow the form .pipe<namedpipe> - that is, it must begin with .pipe. The pipe name must be the same on server and client.
  6. Select This end is the client.
  7. Select The other end is a virtual machine.
  8. Click Finish, then click OK to close the Configuration Editor.
Linux Host Linux Host In the server virtual machine In the server virtual machine
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Select one of the virtual serial ports (COM1 through COM4).
  3. Choose a type of Pipe from the pull-down menu.
  4. In the Path field, enter /tmp/<socket> or your choice of Unix socket name.
  5. Select Server.
  6. Click Install.
  7. Click OK to save your configuration and close the Configuration Editor.
In the client virtual machine In the client virtual machine
  1. Open the Configuration Editor (Settings > Configuration Editor).
  2. Select one of the virtual serial ports (COM1 through COM4).
  3. Choose a type of Pipe from the pull-down menu.
  4. In the Path field, enter /tmp/<socket> or another Unix socket name of your choice. The pipe name must be the same on server and client.
  5. Select Client.
  6. Click Install.
  7. Click OK to save your configuration and close the Configuration Editor.
Special Configuration Options for Advanced Users Special Configuration Options for Advanced Users

Two special configuration options are available for serial connections between a virtual machine and the host or between two virtual machines. These options are of interest primarily to developers who are using debugging tools that communicate over a serial connection.

Improving CPU Performance when Debugging Improving CPU Performance when Debugging

The first option must be set in the Configuration Editor. It is useful when the serial port is being used by the guest operating system in polled mode as opposed to interrupt mode. Polled mode causes the virtual machine to consume a disproportionate share of CPU time. This makes the host and other guests run sluggishly.

To restore performance for applications on the host, in the Configuration Editor, select the virtual serial port, and check the Yield CPU on poll check box. This configuration option forces the affected virtual machine to yield processor time if the only thing it is trying to do is poll the virtual serial port.

Changing the Input Speed of the Serial Connection Changing the Input Speed of the Serial Connection

Serial Port Arduino

The second option - serial<n>.pipe.charTimePercent = <x> - should be added as a new line to your virtual machine's configuration file. (Power off the virtual machine and close the VMware Workstation window before editing the configuration file.) It is useful to squeeze every possible bit of speed from your serial connection over a pipe to the virtual machine. There is no limit on the output speed, which is how fast the virtual machine sends data through the virtual serial port. The output speed depends on how fast the application at the other end of the pipe reads data inbound to it.

<n> is the number of the serial port, starting from 0. So the first serial port is serial0. <x> is any positive integer. It specifies the time taken to transmit a character, expressed as a percentage of the default speed set for the serial port in the guest operating system. For example, a setting of 200 forces the port to take twice as long per character, or send data at half the default speed. A setting of 50 forces the port to take only half as long per character, or send data at twice the default speed.

You should first use the guest operating system to configure the serial port for the highest setting supported by the application you are running in the virtual machine.

Once the serial port speed is set appropriately in the guest operating system, experiment with this setting. Start with a value of 100 and gradually decrease it until you find the highest speed at which your connection works reliably.

Usage Scenarios: Debugging Over a Virtual Serial Port Usage Scenarios: Debugging Over a Virtual Serial Port

You can use Debugging Tools for Windows (WinDbg) or Kernel Debugger (KD) to debug kernel code in a virtual machine over a virtual serial port. You can download Debugging Tools for Windows from the Windows DDK Web site at www.microsoft.com/ddk.

The following two examples illustrate how to use a virtual serial port to debug kernel code in a virtual machine:

  • Where the debugging application is on the VMware Workstation host (Windows hosts only)
  • Where the debugging application is in another virtual machine on the same VMware Workstation host (which is useful on a Linux host, but can also be done on a Windows host)

Dosbox Com1

Using either of these methods lets you debug kernel code on one system, without the need for two physical computers, a modem or serial cable.

Debugging an Application in a Virtual Machine from the Windows Host Debugging an Application in a Virtual Machine from the Windows Host

In this situation, you have kernel code to debug in a virtual machine (called the target virtual machine) and are running WinDbg or KD on your Windows host.

To prepare the target virtual machine, follow the steps for a Windows host in Connecting an Application on the Host to a Virtual Machine. Make sure you configure the virtual machine's virtual serial port as follows:

Parallel Port

  • Select This end is the server
  • Under I/O Mode, select the Yield CPU on poll check box, as the kernel in the target virtual machine uses the virtual serial port in polled mode, not interrupt mode

To prepare the host, make sure you have downloaded the correct version of Debugging Tools for Windows. You need version 4.0.18.0, dated December 21, 2001, as it supports debugging over a pipe.

Dosbox Serial Port Settings Pc

Note: Pipe support is not documented in the WinDbg and KD in-product help or on Microsoft's Web site.

When you are ready to begin, complete the following steps:

  1. Power on the virtual machine.
  2. Check to make sure the serial port is connected. On the Devices menu, serial<n> should say Connecting, as it is waiting to connect to the host on the other end of the pipe.

    Note: If the serial<n> says (Not connected), then the serial port may not be connected. Choose the virtual serial port, then Connect.

  3. On the host, open a Command Prompt window and do one of the following:
    • If you are using WinDbg, type the following:
  • If you are using KD, type the following:

Dosbox Com Port

kd -k com:port=.pipe<namedpipe>,pipe

Then press Enter to start debugging.

Debugging an Application in a Virtual Machine from another Virtual Machine Debugging an Application in a Virtual Machine from another Virtual Machine

In this situation, you have kernel code to debug in a virtual machine (called the target virtual machine) and are running Debugging Tools for Windows (WinDbg) or Kernel Debugger (KD) in another virtual machine (called the debugger virtual machine) on the same host.

This is useful if you are running VMware Workstation on a Linux host. The debugger virtual machine must be running Debugging Tools for Windows (WinDbg) or Kernel Debugger (KD) in a Windows guest operating system.

To prepare the target virtual machine, follow the steps for the server virtual machine for the appropriate host in Connecting Two Virtual Machines. Make sure when you configure the target virtual machine's virtual serial port that you select the Yield CPU on poll check box, as the kernel in the target virtual machine uses the virtual serial port in polled mode, not interrupt mode.

To prepare the debugger virtual machine, make sure you have downloaded Debugging Tools for Windows. Then follow the steps for the client virtual machine in Connecting Two Virtual Machines.

Scsi Port

When you are ready to begin, complete the following steps:

  1. Power on both virtual machines.
  2. Check to make sure the serial port is connected in each virtual machine. On the Devices menu, serial<n> should say .pipe<namedpipe> (Windows hosts) or /tmp/<socket> (Linux hosts).

    Note: If the serial<n> says (Not connected), then the serial port may not be connected. Choose the virtual serial port, then Connect.

  3. In the debugger virtual machine, start debugging with WinDbg or KD normally.