WO2004099912A2 - System and method for emulating serial port communication - Google Patents

System and method for emulating serial port communication Download PDF

Info

Publication number
WO2004099912A2
WO2004099912A2 PCT/US2004/013220 US2004013220W WO2004099912A2 WO 2004099912 A2 WO2004099912 A2 WO 2004099912A2 US 2004013220 W US2004013220 W US 2004013220W WO 2004099912 A2 WO2004099912 A2 WO 2004099912A2
Authority
WO
WIPO (PCT)
Prior art keywords
serial
port
communication
receive
instructions
Prior art date
Application number
PCT/US2004/013220
Other languages
French (fr)
Other versions
WO2004099912A3 (en
Inventor
Neil Haley
Justin Maynard
Original Assignee
Egenera, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US10/428,682 external-priority patent/US7032108B2/en
Priority claimed from US10/428,713 external-priority patent/US7228265B2/en
Application filed by Egenera, Inc. filed Critical Egenera, Inc.
Publication of WO2004099912A2 publication Critical patent/WO2004099912A2/en
Publication of WO2004099912A3 publication Critical patent/WO2004099912A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • G06F13/10Program control for peripheral devices
    • G06F13/105Program control for peripheral devices where the programme performs an input/output emulation function
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4416Network booting; Remote initial program loading [RIPL]

Definitions

  • the present invention relates to serial port communication and, more specifically, to efficiently emulating serial port communication.
  • console to communicate with basic peripherals like the console display and keyboard.
  • the console is used, for example, for system administration messages, kernel error messages, security events, debugging, and/or other purposes.
  • FIG. 1 depicts the architecture and components of an exemplary arrangement of serial communication.
  • Communication may originate in the upper layers of operating system software 102 (or perhaps even in applications, not shown).
  • the upper layers 102 transmit such requests to corresponding device driver software 108 via a predefined driver model interface 104.
  • the device driver 108 communicates send (S) and receive (R) messages to the serial com port device 112 via a predefined hardware interface 113.
  • the device 112 transmits and receives such messages via path 116 to connected peripheral 118.
  • the connected peripheral is typically a computer with a serial port and attached keyboard and video devices running terminal emulation software, such as HyperTerm to provide a console and keyboard interface.
  • communication may also be conducted via BIOS 110, through the predefined BIOS interface 106.
  • the BIOS logic for serial communication uses the same hardware interface 113 for the serial port device.
  • FIG. 2 is a high-level architectural diagram of the BladeFrameTM computing platform, as described in U.S. Patent Application No. 10/038354, filed January 4, 2002, entitled Address Resolution Protocol System and Method in a Virtual Network, published on October 24, 2002, which is hereby incorporated by reference in its entirety.
  • Processor nodes 205 have processors 207 which inter-communicate with each other via a communication fabric (e.g., Giganet fabric) 210 and 215. Control nodes may also communicate on the communication fabric and also communicate with management logic 235 (which for present purposes) may be considered to have a keyboard and display to act as a console for a processing network.
  • a communication fabric e.g., Giganet fabric
  • serial communication normally associated with the console may be achieved by a system as depicted in figure 3.
  • the upper layers of the OS 102' transmit communication messages to driver 302 via the conventional driver model interface 104 for the serial port driver.
  • the driver 302 has a device driver front end 308 that "looks like” and “acts like” the conventional serial com port driver (e.g., driver 108 of figure 1), at least from the perspective of the OS 102.
  • the other medium 312 includes the communication fabric 210.
  • the emulation logic 310 in driver 302 may "wrap" the serial port communication in special packets to be delivered to the control blade where they can be "unwrapped” and the data therein may be used to communicate with the appropriate peripheral.
  • this other medium may be quite complicated.
  • the control nodes 220 may include special forwarding logic for detecting serial communication requests and re-formatting and forwarding such requests yet again on a different physical medium or using a different protocol. Notice in the environment of figure 3 there is no serial com port device 112.
  • Figure 4 illustrates the situation presented in some environments. Some operating systems 102', and other low-level software, expect to communicate directly 402 with the hardware interface 113 of the serial port device, bypassing any device drivers and Basic Input/Output System (BIOS). Consequently, emulating serial communication with an approach like figure 3 will not work for such direct communication.
  • BIOS Basic Input/Output System
  • a computer processing system has computer- executable operating system instructions including first instructions that interact with a first serial device according to a predefined input/output (I/O) hardware interface.
  • a first serial device has a receive port and a transmit port and has the predefined (I/O) hardware interface.
  • a second serial device has a receive port and a transmit port. The transmit port of the first serial device is in serial communication with the receive port of the second serial device, and the receive port of the first serial device is in serial communication with the transmit port of the second serial device.
  • Computer-executable instructions emulate serial communication port device communication and include instructions that transmit information over another medium in response to receive requests from the second serial device.
  • the transmitted information includes information representative of the receive request from the second device. Transmissions to the first serial device by the operating system instructions are transmitted over the other medium and serial communication port device communication is thereby emulated over the other medium.
  • the emulation instructions further include instructions, responsive to a communication received from the other medium, that transmit information representative of the received communication to the transmit port of the second serial device.
  • the emulation instructions operate in response to events generated by the second serial device.
  • the emulation system communicates with at least one console device.
  • the other medium comprises a packet-based network.
  • the other medium comprises a cell-based network.
  • the operating system communicates directly and solely with the predefined I/O hardware interface.
  • the invention is not limited in its application to the details of construction and to the arrangements of the components set forth in the following description or illustrated in the drawings.
  • the invention is capable of other embodiments and of being practiced and carried out in various ways.
  • the phraseology and terminology employed herein are for the purpose of description and should not be regarded as limiting.
  • Figure 1 depicts prior art communication system using serial com port devices to communicate with console devices
  • Figure 2 depicts prior art processing platform in which certain contexts lack console devices and serial com port communication therewith;
  • Figure 3 depicts prior art serial com port emulation approach
  • Figure 4 depicts prior art operating system environment in which the OS directly communicates with serial com port hardware
  • Figure 5 depicts serial com port emulation system according to certain embodiments of the invention.
  • Figure 6 depicts send path communication flow according to certain embodiments of the invention.
  • Figure 7 depicts receive communication flow according to certain embodiments of the invention.
  • Preferred embodiments of the invention provide a system and method for emulating serial com port communication. These embodiments are cost-effective and require minimum hardware. At the same time they allow emulation over alternative transports (i.e., not the conventional serial communication links associated with Com ports) so that a console (keyboard and display) may be placed remotely. This approach is useful for any type of processing platform in which the processor boards or nodes lack such peripherals, and in which such peripherals are located remotely.
  • Figure 5 depicts a serial port emulation system 500 according to certain embodiments of the invention.
  • the system 500 includes cross-connected serial Com ports 504 and 506 in conjunction with BIOS or driver logic 502.
  • the system 500 and the OS 102' (shown in this figure) all operate on a given processor board, in preferred embodiments.
  • the alternative medium 312, which is described below, may take many forms and provides a communication transport to the console devices 118.
  • serial com port devices 504 and 506 are conventional serial com port devices. They are cross-connected using conventional links but in an advantageous arrangement. Specifically, the send output port 508 of device 504 is connected to the receive input port 510 of device 506. The send output port 512 of device 506 is connected to the receive input port 514 of device 504.
  • Serial com port device 504 has an exposed hardware interface 402, e.g., "COM Port 1". Operating system software 102' can communicate directly with device 504 and effectively take sole control of such device and such interface (meaning other software is not allowed to access the hardware interface of device 504).
  • Serial com port device 506 is likewise a conventional device. Its hardware interface is not exposed to the operating system software 102', however. It has a hardware interface 516 that is known to BIOS or driver logic 502 but is otherwise not exposed to other software. The interface 516 includes an interrupt mechanism and interrupt dispatch table to invoke BIOS or driver logic 502.
  • the BIOS or driver logic 502 is analogous to the logic 302 of figure 3 in that it includes emulation logic to respond to serial com port communications and convey such communications on to another medium 312 and vice versa.
  • the driver logic 502 receives serial com port communications from cross-connected ports 504 and 506 and wraps the communication into packets for delivery onto a communication fabric 210, 215. Likewise it receives communications from the fabric 210, 215 and conveys such to the cross-connected com ports 504 and 506.
  • FIG. 6 is a flow chart illustrating the send path communications flow according to a preferred embodiment.
  • the flow starts at 600 and proceeds to step 602 when the OS 102' writes directly to the serial com port device 504.
  • Device 504 is the device having the hardware interface exposed to the OS 102'.
  • step 604 transmits the communication just received on it input out on its send port 508 to be received by receive port 510 on serial com port device 506.
  • step 606 communicates with the BIOS or driver logic 502 to indicate that device 506 has received a message. Conventionally, this may be done by causing an interrupt that will eventually cause the processing system to dispatch to the interrupt service routine, i.e., BIOS or driver logic 502.
  • the logic 502 then delivers the message over alternative transport 312 to a console 118.
  • the logic may involve wrapping the serial communication in a corresponding packet and sending it to the appropriately addressed entity. In a context like figure 2, this may include addressing communication to a control node for subsequent forwarding to a console.
  • FIG. 7 is a flow chart illustrating the receive path communications flow according to a preferred embodiment.
  • the flow starts at 700 and proceeds to step 702 when a console device (e.g., keyboard) sends a communication to the relevant processor.
  • a console device e.g., keyboard
  • This communication will be carried over an alternative transport consistent with the emulation approach being employed, and eventually causes the invocation of the BIOS or driver logic 502, in step 704.
  • the BIOS or driver logic 502 communicates with the serial com port 2 device 506 via the interface 516. This communicate is a send transmission to device 506.
  • the serial com port device 506 sends the message it just received (i.e., from the console) on send port 512, where it is received by serial com port device 504 on its receive port 514..
  • the serial com port 1 device sends the message it just received on its receive port via the exposed interface 402 to the operating system 102', which handles the message accordingly, e.g., changing its state.
  • Certain preferred embodiments have the emulation logic at least in logic that can be invoked as a BIOS service, e.g., during early stages of booting.
  • serial com port emulation need not be the sole form of serial com port emulation within a given system.
  • other com ports can be completely virtualized and emulated.
  • direct access by the OS would be prohibited.
  • Any software would need to access the com port via an associated driver or the like, and these com ports would operate analogously to figure 3.
  • the different transport 312 may be shared with other devices.
  • the alternative medium would include the communication fabric 210, 215, which is used by the processors for inter-processor communication and the like.
  • Various type of network mediums may be used; e.g., packet-based, cell-based, frame- based, TDM-based, to name a few.
  • the alternative medium need not be shared in such a sense but instead is an alternative medium to the conventional links- used to connect console devices and otherwise used for serial com port communication.
  • the computer system may include a general purpose computer, or a specially programmed computer.
  • a computer system may be implemented as a distributed computer system rather than on a single computer processor.
  • a communications network may be employed which may be, by way of example, a packet communications network, the Internet, an intranet, an Ethernet, or other networks.
  • processing could be controlled by a software program on one or more computer systems or processors, or could even be partially or wholly implemented in hardware.
  • the invention is not limited to any particular operating system.
  • the invention has been discussed in connection with a particular example of an operating system, however, the principals may apply equally to other operating systems.
  • the invention may be provided in connection with a BIOS and/or any other stage of operating system and/or application software.
  • the embodiments described above included logic 502 configured at an appropriate set of addresses to be invoked by either serial com port 2 or by messages from the alternative transport 312.
  • the logic 502 may be configured in place using a virtual BIOS technique described in co-pending U.S. Patent Application Serial No. 10/428,682, filed on even date herewith and entitled System And Method For Virtualizing Basic Input/Output System (Bios) Including Bios Run Time Services.
  • the operating system may take sole control of the serial device and for example communicate directly with the device as described above. However, the operating system may release such control and when this is done other software may communicate with the device; for example, software may communicate via a device driver to the serial device and the system will operate as described above, except that the communication now originates with software other than the operating system.

Abstract

A method and system of emulating serial com port communication. A computer processing system has computer-executable operating system instructions including first instructions that interact with a first serial device according to a predefined input/output (I/O) hardware interface. A first serial device has a receive port and a transmit port and has the predefined (I/O) hardware interface. A second serial device has a receive port and a transmit port. The transmit port of the first serial device is in serial communication with the receive port of the second serial device, and the receive port of the first serial device is in serial communication with the transmit port of the second serial device. Computer-executable instructions emulate serial communication port device communication and include instructions that transmit information over another medium in response to receive requests from the second serial device. The transmitted information includes information representative of the receive request from the second device. Transmissions to the first serial device by the operating system instructions are transmitted over the other medium and serial communication port device communication is thereby emulated over the other medium. The emulation instructions further include instructions, responsive to a communication received from the other medium, that transmit information representative of the received communication to the transmit port of the second serial device. The emulation system communicates with at least one console device. The other medium comprises a packet-based network. The other medium comprises a cell-based network. The operating system communicates directly and solely with the predefined I/O hardware interface.

Description

System And Method For Emulating Serial Port Communication
Background
1. Field of the Invention
The present invention relates to serial port communication and, more specifically, to efficiently emulating serial port communication.
2. Description of the Related Art
Conventional computing systems use a serial port to communicate with basic peripherals like the console display and keyboard. The console is used, for example, for system administration messages, kernel error messages, security events, debugging, and/or other purposes.
Figure 1 depicts the architecture and components of an exemplary arrangement of serial communication. Communication may originate in the upper layers of operating system software 102 (or perhaps even in applications, not shown). The upper layers 102 transmit such requests to corresponding device driver software 108 via a predefined driver model interface 104. The device driver 108, in turn, communicates send (S) and receive (R) messages to the serial com port device 112 via a predefined hardware interface 113. The device 112 transmits and receives such messages via path 116 to connected peripheral 118. The connected peripheral is typically a computer with a serial port and attached keyboard and video devices running terminal emulation software, such as HyperTerm to provide a console and keyboard interface. Analogously, communication may also be conducted via BIOS 110, through the predefined BIOS interface 106. The BIOS logic for serial communication uses the same hardware interface 113 for the serial port device.
In some computing platforms, the processor environment does not include the basic peripherals such as a console display or keyboard. Instead these devices are typically located remotely. For example, figure 2 is a high-level architectural diagram of the BladeFrame™ computing platform, as described in U.S. Patent Application No. 10/038354, filed January 4, 2002, entitled Address Resolution Protocol System and Method in a Virtual Network, published on October 24, 2002, which is hereby incorporated by reference in its entirety. Processor nodes 205 have processors 207 which inter-communicate with each other via a communication fabric (e.g., Giganet fabric) 210 and 215. Control nodes may also communicate on the communication fabric and also communicate with management logic 235 (which for present purposes) may be considered to have a keyboard and display to act as a console for a processing network.
For environments, such as figure 2, serial communication normally associated with the console may be achieved by a system as depicted in figure 3. The upper layers of the OS 102' transmit communication messages to driver 302 via the conventional driver model interface 104 for the serial port driver. The driver 302 has a device driver front end 308 that "looks like" and "acts like" the conventional serial com port driver (e.g., driver 108 of figure 1), at least from the perspective of the OS 102. The driver 302, however, includes emulation logic 310 that communicates over an alternative medium 312 (i.e., not a conventional serial link) to serial devices 118. In the example of figure 2 the other medium 312 includes the communication fabric 210. For example, the emulation logic 310 in driver 302 may "wrap" the serial port communication in special packets to be delivered to the control blade where they can be "unwrapped" and the data therein may be used to communicate with the appropriate peripheral. It should be appreciated that this other medium may be quite complicated. For example, in figure 2, the control nodes 220 may include special forwarding logic for detecting serial communication requests and re-formatting and forwarding such requests yet again on a different physical medium or using a different protocol. Notice in the environment of figure 3 there is no serial com port device 112.
For certain processing contexts, the above approach of emulation via a device driver is incomplete. Figure 4, for example, illustrates the situation presented in some environments. Some operating systems 102', and other low-level software, expect to communicate directly 402 with the hardware interface 113 of the serial port device, bypassing any device drivers and Basic Input/Output System (BIOS). Consequently, emulating serial communication with an approach like figure 3 will not work for such direct communication.
Summary
According to one or more embodiments of the present invention, there is provided a method and system of emulating serial com port communication.
Under one aspect of the invention, a computer processing system has computer- executable operating system instructions including first instructions that interact with a first serial device according to a predefined input/output (I/O) hardware interface. A first serial device has a receive port and a transmit port and has the predefined (I/O) hardware interface. A second serial device has a receive port and a transmit port. The transmit port of the first serial device is in serial communication with the receive port of the second serial device, and the receive port of the first serial device is in serial communication with the transmit port of the second serial device. Computer-executable instructions emulate serial communication port device communication and include instructions that transmit information over another medium in response to receive requests from the second serial device. The transmitted information includes information representative of the receive request from the second device. Transmissions to the first serial device by the operating system instructions are transmitted over the other medium and serial communication port device communication is thereby emulated over the other medium.
Under another aspect of the invention, the emulation instructions further include instructions, responsive to a communication received from the other medium, that transmit information representative of the received communication to the transmit port of the second serial device.
Under another aspect of the invention, the emulation instructions operate in response to events generated by the second serial device.
Under another aspect of the invention, the emulation system communicates with at least one console device.
Under another aspect of the invention, the other medium comprises a packet-based network.
Under another aspect of the invention, the other medium comprises a cell-based network.
Under another aspect of the invention, the operating system communicates directly and solely with the predefined I/O hardware interface. In this respect, before explaining at least one embodiment of the invention in detail, it is to be understood that the invention is not limited in its application to the details of construction and to the arrangements of the components set forth in the following description or illustrated in the drawings. The invention is capable of other embodiments and of being practiced and carried out in various ways. Also, it is to be understood that the phraseology and terminology employed herein are for the purpose of description and should not be regarded as limiting.
As such, those skilled in the art will appreciate that the conception, upon which this disclosure is based, may readily be utilized as a basis for the designing of other structures, methods and systems for carrying out the several purposes of the present invention. It is important, therefore, that the claims be regarded as including such equivalent constructions insofar as they do not depart from the spirit and scope of the present invention.
Brief Description of the Drawings
The above-mentioned and other advantages and features of the present invention will be better understood from the following detailed description of the invention with reference to the accompanying drawings, in which:
Figure 1 depicts prior art communication system using serial com port devices to communicate with console devices;
Figure 2 depicts prior art processing platform in which certain contexts lack console devices and serial com port communication therewith;
Figure 3 depicts prior art serial com port emulation approach; Figure 4 depicts prior art operating system environment in which the OS directly communicates with serial com port hardware;
Figure 5 depicts serial com port emulation system according to certain embodiments of the invention;
Figure 6 depicts send path communication flow according to certain embodiments of the invention; and
Figure 7 depicts receive communication flow according to certain embodiments of the invention.
Detailed Description
Preferred embodiments of the invention provide a system and method for emulating serial com port communication. These embodiments are cost-effective and require minimum hardware. At the same time they allow emulation over alternative transports (i.e., not the conventional serial communication links associated with Com ports) so that a console (keyboard and display) may be placed remotely. This approach is useful for any type of processing platform in which the processor boards or nodes lack such peripherals, and in which such peripherals are located remotely.
Figure 5 depicts a serial port emulation system 500 according to certain embodiments of the invention. The system 500 includes cross-connected serial Com ports 504 and 506 in conjunction with BIOS or driver logic 502. The system 500 and the OS 102' (shown in this figure) all operate on a given processor board, in preferred embodiments. The alternative medium 312, which is described below, may take many forms and provides a communication transport to the console devices 118. Within system 500, serial com port devices 504 and 506 are conventional serial com port devices. They are cross-connected using conventional links but in an advantageous arrangement. Specifically, the send output port 508 of device 504 is connected to the receive input port 510 of device 506. The send output port 512 of device 506 is connected to the receive input port 514 of device 504.
Serial com port device 504 has an exposed hardware interface 402, e.g., "COM Port 1". Operating system software 102' can communicate directly with device 504 and effectively take sole control of such device and such interface (meaning other software is not allowed to access the hardware interface of device 504).
Serial com port device 506 is likewise a conventional device. Its hardware interface is not exposed to the operating system software 102', however. It has a hardware interface 516 that is known to BIOS or driver logic 502 but is otherwise not exposed to other software. The interface 516 includes an interrupt mechanism and interrupt dispatch table to invoke BIOS or driver logic 502.
The BIOS or driver logic 502 is analogous to the logic 302 of figure 3 in that it includes emulation logic to respond to serial com port communications and convey such communications on to another medium 312 and vice versa. For example, in an exemplary context like figures 2-3, the driver logic 502 receives serial com port communications from cross-connected ports 504 and 506 and wraps the communication into packets for delivery onto a communication fabric 210, 215. Likewise it receives communications from the fabric 210, 215 and conveys such to the cross-connected com ports 504 and 506.
Figure 6 is a flow chart illustrating the send path communications flow according to a preferred embodiment. The flow starts at 600 and proceeds to step 602 when the OS 102' writes directly to the serial com port device 504. (Device 504 is the device having the hardware interface exposed to the OS 102'.) In step 604, device 504 transmits the communication just received on it input out on its send port 508 to be received by receive port 510 on serial com port device 506. In step 606, device 506 communicates with the BIOS or driver logic 502 to indicate that device 506 has received a message. Conventionally, this may be done by causing an interrupt that will eventually cause the processing system to dispatch to the interrupt service routine, i.e., BIOS or driver logic 502. The logic 502 then delivers the message over alternative transport 312 to a console 118. For example, in the case of certain packet-based mediums the logic may involve wrapping the serial communication in a corresponding packet and sending it to the appropriately addressed entity. In a context like figure 2, this may include addressing communication to a control node for subsequent forwarding to a console.
Figure 7 is a flow chart illustrating the receive path communications flow according to a preferred embodiment. The flow starts at 700 and proceeds to step 702 when a console device (e.g., keyboard) sends a communication to the relevant processor. This communication will be carried over an alternative transport consistent with the emulation approach being employed, and eventually causes the invocation of the BIOS or driver logic 502, in step 704. In step 706, the BIOS or driver logic 502 communicates with the serial com port 2 device 506 via the interface 516. This communicate is a send transmission to device 506. In step 708, the serial com port device 506 sends the message it just received (i.e., from the console) on send port 512, where it is received by serial com port device 504 on its receive port 514.. In step 710, the serial com port 1 device sends the message it just received on its receive port via the exposed interface 402 to the operating system 102', which handles the message accordingly, e.g., changing its state. The above embodiments described logic 502 as BIOS or driver logic because the emulation logic may be contained in either, under certain embodiments. Certain preferred embodiments have the emulation logic at least in logic that can be invoked as a BIOS service, e.g., during early stages of booting.
The above embodiments need not be the sole form of serial com port emulation within a given system. For example, other com ports can be completely virtualized and emulated. For these com ports, direct access by the OS would be prohibited. Any software would need to access the com port via an associated driver or the like, and these com ports would operate analogously to figure 3.
Advantageously, according to one or more embodiments of the present invention, the different transport 312 may be shared with other devices. For example, in the example of figure 2 the alternative medium would include the communication fabric 210, 215, which is used by the processors for inter-processor communication and the like. Various type of network mediums may be used; e.g., packet-based, cell-based, frame- based, TDM-based, to name a few.
In some environments the alternative medium need not be shared in such a sense but instead is an alternative medium to the conventional links- used to connect console devices and otherwise used for serial com port communication.
As one example, the computer system may include a general purpose computer, or a specially programmed computer. A computer system may be implemented as a distributed computer system rather than on a single computer processor. Similarly, a communications network may be employed which may be, by way of example, a packet communications network, the Internet, an intranet, an Ethernet, or other networks. Moreover, processing could be controlled by a software program on one or more computer systems or processors, or could even be partially or wholly implemented in hardware.
The method of the invention may have been described in connection with particular steps. The present invention is not limited to a particular order of steps. It is intended to be provided in any order of steps where possible.
Moreover, the invention is not limited to any particular operating system. The invention has been discussed in connection with a particular example of an operating system, however, the principals may apply equally to other operating systems. Similarly, the invention may be provided in connection with a BIOS and/or any other stage of operating system and/or application software.
In addition, the embodiments described above included logic 502 configured at an appropriate set of addresses to be invoked by either serial com port 2 or by messages from the alternative transport 312. In certain embodiments, the logic 502 may be configured in place using a virtual BIOS technique described in co-pending U.S. Patent Application Serial No. 10/428,682, filed on even date herewith and entitled System And Method For Virtualizing Basic Input/Output System (Bios) Including Bios Run Time Services.
Under certain embodiments the operating system may take sole control of the serial device and for example communicate directly with the device as described above. However, the operating system may release such control and when this is done other software may communicate with the device; for example, software may communicate via a device driver to the serial device and the system will operate as described above, except that the communication now originates with software other than the operating system.

Claims

The foregoing detailed description includes many specific details. The inclusion of such detail is for the purpose of illustration only and should not be understood to limit the invention. In addition, features in one embodiment may be combined with features in other embodiments of the invention. Various changes may be made without departing from the scope of the invention as defined in the following claims.What is claimed is:
1. In a computer processing system having computer-executable operating system instructions including instructions that interact with a first serial device according to a predefined input/output (I O) hardware interface, a serial communication port emulation system comprising:
a first serial device having a receive port and a transmit port and having the predefined (I O) hardware interface;
a second serial device having a receive port and a transmit port, the transmit port of the first serial device being in serial communication with the receive port of the second serial device, and the receive port of the first serial device being in serial communication with the transmit port of the second serial device;
computer-executable instructions to emulate serial communication port device communication, the emulation instructions including instructions that transmit information over another medium in response to receive requests from the second serial device, the transmitted information including information representative of the receive request from the second device; and
whereby transmissions to the first serial device by the operating system instructions are transmitted over the other medium and serial communication port device communication is thereby emulated over the other medium.
2. The system of claim 1 wherein the emulation instructions further include instructions, responsive to a communication received from the other medium, that transmit information representative of the received communication to the transmit port of the second serial device, wherein the second serial device then conveys the received communication to a receiver port of the first serial device and the first serial device conveys the received communication to the operating system instructions.
3. The system of claim 1, wherein the emulation instructions operate in response to events generated by the second serial device.
4. The system of claim 1, wherein the emulation system communicates with at least one console device.
5. The system of claim 1 wherein the other medium comprises a packet-based network.
6. The system of claim 1, wherein the other medium comprises a cell-based network.
7. The system of claim 1, wherein the operating system communicates directly and solely with the predefined I/O hardware interface.
8. A method of emulating serial communication port communication over an alternative transport, comprising:
an operating system communicating a message directly with an exposed hardware interface of a first serial communication port device;
the first serial communication port sending the message from the operating system on to a receive port of a second serial communication port device; the second serial communication port device generating information indicative of the receipt of the message;
emulation logic, in response to the generated information, conveying a message on the alternative transport to thereby emulate serial communication port communication on the alternative transport.
9. The method of claim 8 further comprising
receiving a message on the alternative transport;
invoking emulation logic in response thereto to receive information from the message;
sending the received information to transmit port of the second serial communication port device;
the second serial communication port sending the information to a receive port of the first serial communication port device; and
the operating system communication with the first serial communication port device to receive the information.
10. The method of claim 8, wherein the emulation logic operates in response to events generated by the second serial device.
11. The method of claim 8, wherein the emulation system communicates with at least one console device.
12. The method of claim 8 wherein the other medium comprises a packet-based network.
13. The method of claim 8, wherein the other medium comprises a cell-based network.
14. The method of claim 8, wherein the operating system communicates directly and solely with the predefined I O hardware interface.
15. The system of claim 1 wherein the other medium comprises a frame-based network.
16. The system of claim 1, wherein the other medium comprises a TDM-based network.
17. The method of claim 8 wherein the other medium comprises a frame-based network.
18. The method of claim 8, wherein the other medium comprises a TDM-based network.
PCT/US2004/013220 2003-05-02 2004-04-30 System and method for emulating serial port communication WO2004099912A2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US10/428,713 2003-05-02
US10/428,682 2003-05-02
US10/428,682 US7032108B2 (en) 2003-05-02 2003-05-02 System and method for virtualizing basic input/output system (BIOS) including BIOS run time services
US10/428,713 US7228265B2 (en) 2003-05-02 2003-05-02 System and method for emulating serial port communication

Publications (2)

Publication Number Publication Date
WO2004099912A2 true WO2004099912A2 (en) 2004-11-18
WO2004099912A3 WO2004099912A3 (en) 2005-01-27

Family

ID=33436681

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2004/013462 WO2004099920A2 (en) 2003-05-02 2004-04-30 System and method for virtualizing basic input/output system (bios) including bios run time services
PCT/US2004/013220 WO2004099912A2 (en) 2003-05-02 2004-04-30 System and method for emulating serial port communication

Family Applications Before (1)

Application Number Title Priority Date Filing Date
PCT/US2004/013462 WO2004099920A2 (en) 2003-05-02 2004-04-30 System and method for virtualizing basic input/output system (bios) including bios run time services

Country Status (4)

Country Link
EP (1) EP1623337A4 (en)
CA (1) CA2524455A1 (en)
DE (1) DE112004000732T5 (en)
WO (2) WO2004099920A2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013048491A1 (en) * 2011-09-30 2013-04-04 Intel Corporation Apparatus, method and system that stores bios in non-volatile random access memory

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4855905A (en) * 1987-04-29 1989-08-08 International Business Machines Corporation Multiprotocol I/O communications controller unit including emulated I/O controllers and tables translation of common commands and device addresses
US5812552A (en) * 1996-03-19 1998-09-22 At & T Corp Method and apparatus for dynamically forming multimedia emulated local area networks

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5230052A (en) * 1990-10-01 1993-07-20 International Business Machines Corp. Apparatus and method for loading bios into a computer system from a remote storage location
US5408636A (en) * 1991-06-24 1995-04-18 Compaq Computer Corp. System for flushing first and second caches upon detection of a write operation to write protected areas
JPH05289854A (en) * 1992-04-08 1993-11-05 Olympus Optical Co Ltd Access device for external storage device
US5574943A (en) * 1994-12-09 1996-11-12 Ast Research, Inc. Gate-A20 and CPU reset circuit for mircroprocessor-based computer system
US5960455A (en) * 1996-12-30 1999-09-28 Unisys Corporation Scalable cross bar type storage controller
IL123186A0 (en) * 1998-02-04 1998-09-24 Haviv Uri Network computer
US6715074B1 (en) * 1999-07-27 2004-03-30 Hewlett-Packard Development Company, L.P. Virus resistant and hardware independent method of flashing system bios
JP4908665B2 (en) * 2000-02-02 2012-04-04 キヤノン株式会社 Processor system and its startup method
US6735692B1 (en) * 2000-07-11 2004-05-11 International Business Machines Corporation Redirected network boot to multiple remote file servers
US7103641B2 (en) * 2001-06-18 2006-09-05 Intel Corporation Method and apparatus for distributing computer platform firmware across a network
US7165137B2 (en) * 2001-08-06 2007-01-16 Sandisk Corporation System and method for booting from a non-volatile application and file storage device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4855905A (en) * 1987-04-29 1989-08-08 International Business Machines Corporation Multiprotocol I/O communications controller unit including emulated I/O controllers and tables translation of common commands and device addresses
US5812552A (en) * 1996-03-19 1998-09-22 At & T Corp Method and apparatus for dynamically forming multimedia emulated local area networks

Also Published As

Publication number Publication date
CA2524455A1 (en) 2004-11-18
EP1623337A4 (en) 2008-12-31
WO2004099920A2 (en) 2004-11-18
WO2004099920A3 (en) 2005-03-24
EP1623337A2 (en) 2006-02-08
DE112004000732T5 (en) 2006-10-26
WO2004099912A3 (en) 2005-01-27

Similar Documents

Publication Publication Date Title
US7809546B2 (en) System and method for emulating serial port communication
US7437738B2 (en) Method, system, and program for interfacing with a network adaptor supporting a plurality of devices
US6629157B1 (en) System and method for virtualizing the configuration space of PCI devices in a processing system
AU769815B2 (en) Distributed objects for a computer system
US6983285B2 (en) Apparatus and method for dynamically verifying information in a distributed system
US5710908A (en) Adaptive network protocol independent interface
US5638517A (en) Method and apparatus for transmitting a message from a computer system over a network adapter to the network by performing format conversion and memory verification
US8706839B2 (en) Virtual serial port and protocol for use in serial-over-LAN communication
US8442509B2 (en) System and method for managing a wireless device from removable media with processing capability
CA2629764C (en) A virtual machine environment for interfacing a real time operating system environment with a native host operating system
US5812820A (en) Virtual UART
US7409478B2 (en) Peripheral hardware devices providing multiple interfaces and related systems and methods
Reilly et al. Java network programming and distributed computing
US20080301710A1 (en) Class Loader for Managing a Network
JP2002505464A (en) Apparatus and method for providing downloadable code for use in communicating with devices in a distributed system
Karne et al. DOSC: dispersed operating system computing
CN108228309A (en) Data packet method of sending and receiving and device based on virtual machine
US6353857B2 (en) Controllerless modem
US7089263B2 (en) Apparatus and method for dynamically verifying information in a distributed system
US6467041B1 (en) Third party host packet replication
CN100391150C (en) Data transfer device and data transfer method of virtual ether net device
WO2004099912A2 (en) System and method for emulating serial port communication
US9087031B2 (en) Method and program for selective suspension of USB device
JP3652307B2 (en) Print engine simulator, development system, simulation method, computer program product, and computer program
US20080126649A1 (en) Low latency mechanism for asynchronously running a code segment on a processor in a remote computer by transmitting a special network packet or datalink frame that causes a hardware interrupt

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BW BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE EG ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NA NI NO NZ OM PG PH PL PT RO RU SC SD SE SG SK SL SY TJ TM TN TR TT TZ UA UG US UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GM KE LS MW MZ NA SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IT LU MC NL PL PT RO SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DPEN Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed from 20040101)
122 Ep: pct application non-entry in european phase