US20040162963A1 - Renaming of virtual communication port for IR devices - Google Patents

Renaming of virtual communication port for IR devices Download PDF

Info

Publication number
US20040162963A1
US20040162963A1 US10/622,255 US62225503A US2004162963A1 US 20040162963 A1 US20040162963 A1 US 20040162963A1 US 62225503 A US62225503 A US 62225503A US 2004162963 A1 US2004162963 A1 US 2004162963A1
Authority
US
United States
Prior art keywords
computer
virtual port
port
name
communication
Prior art date
Legal status (The legal status 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 status listed.)
Abandoned
Application number
US10/622,255
Inventor
Kent Cedola
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Cedola Kent D.
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
Application filed by Cedola Kent D. filed Critical Cedola Kent D.
Priority to US10/622,255 priority Critical patent/US20040162963A1/en
Publication of US20040162963A1 publication Critical patent/US20040162963A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • 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/4411Configuring for operating with peripheral devices; Loading of device drivers

Definitions

  • This invention relates to computer operating systems, and particularly, to computer methods for identifying and naming communication ports associated with infrared (IR) devices.
  • IR infrared
  • IR devices include handheld computers (e.g., palmtops, pocket computers, personal digital assistants, personal organizers, etc.), keyboards, a computer mouse, remote control handset, and the like.
  • IR devices include handheld computers (e.g., palmtops, pocket computers, personal digital assistants, personal organizers, etc.), keyboards, a computer mouse, remote control handset, and the like.
  • the computer is typically equipped with an IR receiver, which is mounted as part of the unit or externally (e.g., an IR dongle). The IR receiver is connected to the dedicated COMM port.
  • This invention concerns an operating system and method for identifying and naming communication (COMM) ports associated with infrared (IR) devices.
  • the system detects all available COMM ports, identifies the COMM port dedicated to an IR transceiver that interfaces with IR devices, and renames that COMM port from a non-descriptive virtual port name (e.g., “COM4”) to another, more descriptive virtual port name (e.g., “Infrared Port”).
  • the descriptive virtual port name is then used when presenting a list of available COMM ports to a user. In this manner, rather than seeing a list of indistinguishable virtual port names (e.g., “COM0”, “COM1”, . .
  • “COM9”) in which one may be dedicated to the IR transceiver, the user is presented with a list of virtual port names that includes one conspicuously descriptive port name (e.g., “Infrared Port”). This removes the guesswork and frustration for the user during configuration.
  • the system also enables reverse conversion from the descriptive name back to the non-descriptive virtual port name for internal use.
  • FIG. 1 is a block diagram of a computer coupled to an IR device.
  • FIG. 2 is a flow diagram of a method for identifying a COMM port dedicated to an IR transceiver used to communicate with IR devices and renaming the COMM port with a user-friendlier, descriptive virtual port name.
  • FIG. 3 is a diagrammatic illustration of a graphical user interface window embodied as a “COMM Port” dialog box.
  • FIG. 4 is a flow diagram of a method for detecting the available COMM ports, which is used in the FIG. 2 method.
  • FIG. 5 is a flow diagram of a method for converting the descriptive virtual port name back to the original virtual port name.
  • FIG. 1 shows a computer system 20 having a host computer 22 connected to communicate with an infrared (IR) device 24 via a wireless IR connection 26 .
  • the host computer 22 may be embodied in many ways including, for example, a desktop computer, a laptop computer, a set-top box, or the like.
  • the IR device 24 may also be implemented in a number of ways, such as a handheld computer, a telephone or other communication device, a personal digital assistant, and so forth.
  • the IR device may also be configured to run an operating system (not shown), such as the Windows CE operating system from Microsoft Corporation.
  • the host computer 22 has a memory 30 , processor 32 , a display 34 , and one or more input devices 36 (e.g., keyboard, mouse, etc.).
  • the memory 30 generally includes both volatile memory (e.g., RAM) and non-volatile memory (e.g., Flash, ROM, hard disk, etc.).
  • the compute 22 is also equipped with multiple communication (COMM) ports 38 and an infrared (IR) transceiver 40 to communicate with the IR device 24 .
  • the IR transceiver 40 is connected to one of the COMM ports 38 and may reside internally or externally.
  • An operating system 50 resides in memory 30 and executes on the processor 32 .
  • the computer 22 preferably runs a Windows-brand operating system from Microsoft Corporation, such as Win32-based products (e.g., Windows 95, Windows 98, etc.), although other operating systems may be used.
  • Win32-based products e.g., Windows 95, Windows 98, etc.
  • One or more application programs 52 are loaded into memory 30 and run on the operating system 50 . Examples of applications 52 include email programs, scheduling programs, remote device services programs, word processing programs, Internet browser programs, and so on.
  • the operating system 50 has a user interface (UI) 60 , which preferably supports a graphical windowing environment.
  • the operating system 50 also has a set of software drivers 62 for various hardware components, including any peripheral devices connected through the COMM ports.
  • An IR driver is provided Is in the set of drivers 62 to manage the COMM port dedicated to the IR transceiver 40 .
  • a system registry 64 is provided in the operating system 50 to track configuration parameters of the computer 22 , including whether the IR transceiver 40 is configured for operation with the computer 22 .
  • the registry 64 keeps track of the COMM ports 38 and the virtual port names associated with the COMM ports.
  • the virtual port names follow the format “COM#”, where the “#” is a numeric value. For instance, it is common to have a number of ports with associated virtual port names of “COM0”, “COM1”, . . . “COM9”.
  • the computer 22 has a port detector 66 and a port renaming module 68 , which are shown implemented as part of the operating system 50 , but may be implemented separately.
  • the port detector 66 detects which COMM ports are available and returns a list of the available ports. From this list, the port renaming module 68 identifies which COMM port is specially dedicated to IR transceivers and renames the COMM port from a non-descriptive virtual port name (e.g., “COM4”) to another, more descriptive virtual port name (e.g., “Infrared Port”). In this manner, the system 20 offers an improved user experience during configuration of the computer 22 for IR communication with the IR device 24 .
  • COM4 non-descriptive virtual port name
  • Infrared Port more descriptive virtual port name
  • FIG. 2 shows a method for identifying a COMM port dedicated to communicate with IR devices and renaming the COMM port with a user-friendlier, descriptive virtual port name. These steps are performed, for example, in software by the port detector 66 and the port renaming module 68 .
  • the port detector 66 generates a list of available communication ports. One preferred technique for generating this list at step 100 is described below in more detail with respect to FIG. 3.
  • the port detector 66 For purposes of discussion, suppose that the port detector 66 generates a list of seven available communication ports: COM0, COM1, COM3, COM4, COM6, COM7, and COM9. At this point, the list is kept hidden and is not presented to the user. Rather, the port renaming module 68 will first utilize the list to evaluate whether any of these COMM ports is dedicated to the IR transceiver 40 .
  • the port renaming module 68 determines whether the COMM port for communicating with an IR device is available. In one implementation, the port renaming module 68 checks the system registry 64 to determine whether an IR transceiver 40 has been configured for the computer system and which, if any, of the available COMM ports is associated with the IR transceiver 40 . If no IR transceiver is listed in the registry 64 (i.e., the “no” branch from step 102 ), the computer displays the list of non-descriptive virtual port names for the available COMM ports (step 108 ). In this case, there is no need for renaming a port because there is no IR transceiver registered.
  • the port renaming module 68 learns from the registry 64 that IR transceiver 40 is registered and a communication port (e.g., “COM4”) is associated with it. In this case (i.e., the “yes” branch from step 102 ), the port renaming module 68 retrieves the virtual port name “COM4” from the registry 64 (step 104 ). The port renaming module 68 then replaces the non-descriptive virtual port name “COM4” with a more descriptive and IR-related virtual port name, such as “Infrared Port” (step 106 ).
  • a communication port e.g., “COM4”
  • the computer 22 displays the list of non-descriptive virtual port names for available COMM ports, along with a descriptive virtual port name for the IR-dedicated port (step 108 ).
  • Table 1 summarizes this process. TABLE 1 Virtual Port Names of Available Renamed Virtual Port Names COMM ports (after Step 102; (after Step 106; Displayed to Not Displayed to User) User) COM0 COM0 COM1 COM1 COM3 COM3 COM4 Infrared Port COM6 COM6 COM7 COM7 COM9 COM9
  • FIG. 3 shows an exemplary dialog box 120 that lists the virtual port names for the user. Notice that the virtual port name “COM4” is renamed “Infrared Port” (or other suitable name). With this list, the use easily understands which COMM port is associated with the IR device, thereby improving the user experience during configuration.
  • FIG. 4 shows one preferred method for detecting the available COMM ports at step 100 in FIG. 2. These steps are performed, for example, in software by port detector 66 .
  • the port detector 66 clears a table of COMM ports. It then sets the current COMM port name to an initial virtual port name, such as “COM0” (step 202 ).
  • the port detector 66 attempts to open the current COMM port name. In the case of a Windows-brand operating system, the port detector 66 uses the CreateFile Win32 API (application program interface) to open each possible COMM port name.
  • a Win32 result code of “NOERROR” or “ERROR_ACCESS_DENIED” indicates that the communication port is present.
  • the “NOERROR” code implies that the port is present and unused.
  • the “ERROR_ACCESS_DENIED” code implies that the port is present, but presently busy.
  • the port detector 66 adds the current virtual COMM port name (e.g., “COM0”) to the table (step 208 ) and increments the current COMM port name to the next value, such as “COM1” (step 210 ). If, on the other hand, the COMM port is not found (i.e., the “no” branch from step 206 ), the port detector 66 does not add the current COMM port name to the table and increments to the next COMM port name (e.g., “COM 1”).
  • the next COMM port name e.g., “COM 1”.
  • the port detector 66 repeats this process until it has cycled through all of the port names, as indicated by decision step 212 and loop back to step 204 . Once the port detector has attempted to open all of the COMM ports, it returns the table containing the detected COMM ports (step 214 ).
  • FIG. 5 shows a method for converting the descriptive virtual port name (e.g., “Infrared Port”) back to the original virtual port name (e.g., “COM4”).
  • This process is useful, for example, in the case where the user enters a friendly and descriptive name, such as “Infrared Port”, during configuration and the computer internally prefers handling its own non-descriptive virtual port name, such as “COM4”.
  • These steps are preformed in software by the port renaming module 68 .
  • the port renaming module 68 determines whether the COMM port name is currently set to a descriptive port name, such as “Infrared Port”. If not (i.e., the “no” branch from step 300 ), it simply returns the present port name (step 306 ). On the other hand, if a descriptive port name exists (i.e., the “yes” branch from step 300 ), the port renaming module 68 retrieves the virtual port name “COM4” from the registry 64 (step 302 ). The port renaming module 68 then substitutes the non-descriptive virtual port name “COM4” for the descriptive virtual port name “Infrared Port” (step 304 ). After the renaming, the port renaming module 66 returns the virtual port name for internal use (step 306 ).
  • a descriptive port name such as “Infrared Port”.

Abstract

A computer operating system identifies and renames communication (COMM) ports associated with infrared (IR) transceivers that communicate with IR devices. The operating system detects all available COMM ports, identifies a COMM port dedicated to an IR transceiver, and renames that COMM port from a non-descriptive virtual port name (e.g., COM4) to another, more descriptive virtual port name (e.g., “Infrared Port”). In this manner, rather than seeing a list of indistinguishable virtual port names (e.g., “COM0”, “COM1”, . . . “COM9”) in which one may be dedicated to the IR transceiver, a user is presented with a list of virtual port names that includes one conspicuously descriptive port name (e.g., “Infrared Port”). This removes the guesswork and frustration for the user during configuration. The operating system also enables reverse conversion from the descriptive name back to the non-descriptive virtual port name for internal use.

Description

    TECHNICAL FIELD
  • This invention relates to computer operating systems, and particularly, to computer methods for identifying and naming communication ports associated with infrared (IR) devices. [0001]
  • BACKGROUND
  • Conventional computers have multiple communication ports (or “COMM” ports) for connecting peripheral devices, such as printers or modems. One of the ports is typically dedicated to communicate with infrared (IR) devices via an IR transceiver. Common IR devices include handheld computers (e.g., palmtops, pocket computers, personal digital assistants, personal organizers, etc.), keyboards, a computer mouse, remote control handset, and the like. The computer is typically equipped with an IR receiver, which is mounted as part of the unit or externally (e.g., an IR dongle). The IR receiver is connected to the dedicated COMM port. [0002]
  • One problem that arises is when a user first tries to configure his/her computer for communication with the IR device. In a Windows-brand operating system from Microsoft Corporation, the communication ports are represented by virtual port names, such as “COM0”, “COM1”, . . . , “COM9”, and so on. During configuration, the user is presented with a list of these virtual port names. Unfortunately, the user is required to know, or guess, which communication port is associated with IR devices. For instance, it may be that COM4 is the port for IR devices, but such information would not be readily apparent or obvious to the user. The user can obtain the name of the IR virtual COMM port from the Control Panel. Wireless dialog, but this is not obvious for most user. [0003]
  • Accordingly, there is a need to improve the user experience during configuration of a computer for IR communication. [0004]
  • SUMMARY
  • This invention concerns an operating system and method for identifying and naming communication (COMM) ports associated with infrared (IR) devices. According to a described implementation, the system detects all available COMM ports, identifies the COMM port dedicated to an IR transceiver that interfaces with IR devices, and renames that COMM port from a non-descriptive virtual port name (e.g., “COM4”) to another, more descriptive virtual port name (e.g., “Infrared Port”). The descriptive virtual port name is then used when presenting a list of available COMM ports to a user. In this manner, rather than seeing a list of indistinguishable virtual port names (e.g., “COM0”, “COM1”, . . . “COM9”) in which one may be dedicated to the IR transceiver, the user is presented with a list of virtual port names that includes one conspicuously descriptive port name (e.g., “Infrared Port”). This removes the guesswork and frustration for the user during configuration. The system also enables reverse conversion from the descriptive name back to the non-descriptive virtual port name for internal use.[0005]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The same reference numbers are used throughout the drawings to reference like components and features. [0006]
  • FIG. 1 is a block diagram of a computer coupled to an IR device. [0007]
  • FIG. 2 is a flow diagram of a method for identifying a COMM port dedicated to an IR transceiver used to communicate with IR devices and renaming the COMM port with a user-friendlier, descriptive virtual port name. [0008]
  • FIG. 3 is a diagrammatic illustration of a graphical user interface window embodied as a “COMM Port” dialog box. [0009]
  • FIG. 4 is a flow diagram of a method for detecting the available COMM ports, which is used in the FIG. 2 method. [0010]
  • FIG. 5 is a flow diagram of a method for converting the descriptive virtual port name back to the original virtual port name.[0011]
  • DETAILED DESCRIPTION
  • FIG. 1 shows a [0012] computer system 20 having a host computer 22 connected to communicate with an infrared (IR) device 24 via a wireless IR connection 26. The host computer 22 may be embodied in many ways including, for example, a desktop computer, a laptop computer, a set-top box, or the like. The IR device 24 may also be implemented in a number of ways, such as a handheld computer, a telephone or other communication device, a personal digital assistant, and so forth. The IR device may also be configured to run an operating system (not shown), such as the Windows CE operating system from Microsoft Corporation.
  • The [0013] host computer 22 has a memory 30, processor 32, a display 34, and one or more input devices 36 (e.g., keyboard, mouse, etc.). The memory 30 generally includes both volatile memory (e.g., RAM) and non-volatile memory (e.g., Flash, ROM, hard disk, etc.). The compute 22 is also equipped with multiple communication (COMM) ports 38 and an infrared (IR) transceiver 40 to communicate with the IR device 24. The IR transceiver 40 is connected to one of the COMM ports 38 and may reside internally or externally.
  • An [0014] operating system 50 resides in memory 30 and executes on the processor 32. The computer 22 preferably runs a Windows-brand operating system from Microsoft Corporation, such as Win32-based products (e.g., Windows 95, Windows 98, etc.), although other operating systems may be used. One or more application programs 52 are loaded into memory 30 and run on the operating system 50. Examples of applications 52 include email programs, scheduling programs, remote device services programs, word processing programs, Internet browser programs, and so on.
  • The [0015] operating system 50 has a user interface (UI) 60, which preferably supports a graphical windowing environment. The operating system 50 also has a set of software drivers 62 for various hardware components, including any peripheral devices connected through the COMM ports. An IR driver is provided Is in the set of drivers 62 to manage the COMM port dedicated to the IR transceiver 40.
  • A [0016] system registry 64 is provided in the operating system 50 to track configuration parameters of the computer 22, including whether the IR transceiver 40 is configured for operation with the computer 22. Among other things, the registry 64 keeps track of the COMM ports 38 and the virtual port names associated with the COMM ports. In Win32 products, the virtual port names follow the format “COM#”, where the “#” is a numeric value. For instance, it is common to have a number of ports with associated virtual port names of “COM0”, “COM1”, . . . “COM9”.
  • The [0017] computer 22 has a port detector 66 and a port renaming module 68, which are shown implemented as part of the operating system 50, but may be implemented separately. The port detector 66 detects which COMM ports are available and returns a list of the available ports. From this list, the port renaming module 68 identifies which COMM port is specially dedicated to IR transceivers and renames the COMM port from a non-descriptive virtual port name (e.g., “COM4”) to another, more descriptive virtual port name (e.g., “Infrared Port”). In this manner, the system 20 offers an improved user experience during configuration of the computer 22 for IR communication with the IR device 24. Rather than seeing a list of indistinguishable virtual port names (e.g., “COM0”, “COM1”, . . . “COM9”) in which one may be dedicated to communication with IR devices, the user is presented with a list of virtual port names that includes one conspicuously descriptive port name, such as “Infrared Port”. This removes the guesswork, confusion, and any frustration on the part of the user during configuration.
  • FIG. 2 shows a method for identifying a COMM port dedicated to communicate with IR devices and renaming the COMM port with a user-friendlier, descriptive virtual port name. These steps are performed, for example, in software by the [0018] port detector 66 and the port renaming module 68. At step 100, the port detector 66 generates a list of available communication ports. One preferred technique for generating this list at step 100 is described below in more detail with respect to FIG. 3.
  • For purposes of discussion, suppose that the [0019] port detector 66 generates a list of seven available communication ports: COM0, COM1, COM3, COM4, COM6, COM7, and COM9. At this point, the list is kept hidden and is not presented to the user. Rather, the port renaming module 68 will first utilize the list to evaluate whether any of these COMM ports is dedicated to the IR transceiver 40.
  • At [0020] step 102, the port renaming module 68 determines whether the COMM port for communicating with an IR device is available. In one implementation, the port renaming module 68 checks the system registry 64 to determine whether an IR transceiver 40 has been configured for the computer system and which, if any, of the available COMM ports is associated with the IR transceiver 40. If no IR transceiver is listed in the registry 64 (i.e., the “no” branch from step 102), the computer displays the list of non-descriptive virtual port names for the available COMM ports (step 108). In this case, there is no need for renaming a port because there is no IR transceiver registered.
  • On the other hand, suppose that the [0021] port renaming module 68 learns from the registry 64 that IR transceiver 40 is registered and a communication port (e.g., “COM4”) is associated with it. In this case (i.e., the “yes” branch from step 102), the port renaming module 68 retrieves the virtual port name “COM4” from the registry 64 (step 104). The port renaming module 68 then replaces the non-descriptive virtual port name “COM4” with a more descriptive and IR-related virtual port name, such as “Infrared Port” (step 106). After the renaming, the computer 22 displays the list of non-descriptive virtual port names for available COMM ports, along with a descriptive virtual port name for the IR-dedicated port (step 108). Table 1 summarizes this process.
    TABLE 1
    Virtual Port Names of Available Renamed Virtual Port Names
    COMM ports (after Step 102; (after Step 106; Displayed to
    Not Displayed to User) User)
    COM0 COM0
    COM1 COM1
    COM3 COM3
    COM4 Infrared Port
    COM6 COM6
    COM7 COM7
    COM9 COM9
  • FIG. 3 shows an [0022] exemplary dialog box 120 that lists the virtual port names for the user. Notice that the virtual port name “COM4” is renamed “Infrared Port” (or other suitable name). With this list, the use easily understands which COMM port is associated with the IR device, thereby improving the user experience during configuration.
  • FIG. 4 shows one preferred method for detecting the available COMM ports at [0023] step 100 in FIG. 2. These steps are performed, for example, in software by port detector 66. At step 200, the port detector 66 clears a table of COMM ports. It then sets the current COMM port name to an initial virtual port name, such as “COM0” (step 202). At step 204, the port detector 66 attempts to open the current COMM port name. In the case of a Windows-brand operating system, the port detector 66 uses the CreateFile Win32 API (application program interface) to open each possible COMM port name. A Win32 result code of “NOERROR” or “ERROR_ACCESS_DENIED” indicates that the communication port is present. The “NOERROR” code implies that the port is present and unused. The “ERROR_ACCESS_DENIED” code implies that the port is present, but presently busy.
  • If the COMM port is found (i.e., the “yes” branch from step [0024] 206), the port detector 66 adds the current virtual COMM port name (e.g., “COM0”) to the table (step 208) and increments the current COMM port name to the next value, such as “COM1” (step 210). If, on the other hand, the COMM port is not found (i.e., the “no” branch from step 206), the port detector 66 does not add the current COMM port name to the table and increments to the next COMM port name (e.g., “COM 1”).
  • The [0025] port detector 66 repeats this process until it has cycled through all of the port names, as indicated by decision step 212 and loop back to step 204. Once the port detector has attempted to open all of the COMM ports, it returns the table containing the detected COMM ports (step 214).
  • FIG. 5 shows a method for converting the descriptive virtual port name (e.g., “Infrared Port”) back to the original virtual port name (e.g., “COM4”). This process is useful, for example, in the case where the user enters a friendly and descriptive name, such as “Infrared Port”, during configuration and the computer internally prefers handling its own non-descriptive virtual port name, such as “COM4”. These steps are preformed in software by the [0026] port renaming module 68.
  • At [0027] step 300, the port renaming module 68 determines whether the COMM port name is currently set to a descriptive port name, such as “Infrared Port”. If not (i.e., the “no” branch from step 300), it simply returns the present port name (step 306). On the other hand, if a descriptive port name exists (i.e., the “yes” branch from step 300), the port renaming module 68 retrieves the virtual port name “COM4” from the registry 64 (step 302). The port renaming module 68 then substitutes the non-descriptive virtual port name “COM4” for the descriptive virtual port name “Infrared Port” (step 304). After the renaming, the port renaming module 66 returns the virtual port name for internal use (step 306).
  • Although the invention has been described in language specific to structural features and/or methodological steps, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as preferred forms of implementing the claimed invention. [0028]

Claims (29)

1. A computer system comprising:
an infrared (IR) transceiver;
a port detector to detect which communication ports are available, the communication ports having corresponding virtual port names; and
a port renaming module to identify at least one of the communication ports as being associated with the IR transceiver and to rename the one communication port from its corresponding virtual port name to a different virtual port name.
2. A computer system of claim 1, wherein the different virtual port name is descriptive to inform a user that the corresponding communication port is associated with the IR transceiver.
3. A computer system of claim 1, wherein the port detector is configured to cycle through the communication ports and attempt to open the communication ports, the port detector using results from the attempts to determine whether the communication ports are available.
4. A computer system of claim 1, further comprising a system registry that contains configuration parameters of the computer system, wherein the port renaming module is configured to check the system registry to identify the one communication port associated with the IR transceiver.
5. A computer system of claim 1, wherein the port renaming module is configured to rename the communication port associated with the IR transceiver from the different virtual port name back to the corresponding virtual port name.
6. A computer system of claim 1, further comprising a user interface to present a list of the virtual port names along with the different virtual port name.
7. An operating system, embodied on a computer-readable medium, comprising:
computer-executable instructions to detect which communication ports of a computer are available, the communication ports having corresponding virtual port names; and
computer-executable instructions to identify at least one of the communication ports as being used for communicating with an infrared (IR) device and to rename the one communication port from its corresponding virtual port name to a different virtual port name.
8. An operating system of claim 7, wherein the different virtual port name is descriptive to inform a user that the corresponding communication port is associated with the IR device.
9. An operating system of claim 7, further comprising computer-executable instructions to attempt to open each of the communication ports as a way to determine whether the communication ports are available.
10. An operating system of claim 7, further comprising computer-executbale instructions to rename the communication port associated with the IR device from the different virtual port name back to the corresponding virtual port name.
11. An operating system of claim 7, further comprising computer-executable instructions to present a list of virtual port names along with the different virtual port name.
12. A computer comprising:
a processor; and
the operating system of claim 7, embodied on the computer-readable medium, and executed on the processor.
13. A computer program module, embodied on a computer-readable medium, comprising:
computer-executable instructions to identify a communication port for use in communicating with an infrared (IR) device; and
computer-executable instructions to rename the communication port to a descriptive virtual port name.
14. A computer program module of claim 13, further comprising computer-executable instructions to present the descriptive virtual port name in a user interface.
15. A computer program module of claim 13, further comprising computer-executable instructions to rename the communication port associated with the IR device from the descriptive virtual port name to another virtual port name.
16. An operating system incorporating the computer program module of claim 13.
17. A computer program module, embodied on a computer-readable medium, comprising:
computer-executable instructions to rename a communication port for use in communicating with an infrared (IR) device from a first virtual port name to a second virtual port name; and
computer-executable instructions to present the second virtual port name in a user interface.
18. A computer program module of claim 17, further comprising computer-executable instructions to rename the communication port associated with the IR device from the second virtual port name back to the first virtual port name.
19. An operating system incorporating the computer program module of claim 17.
20. A computer-implemented method, comprising:
detecting available communication ports, the communication ports having corresponding virtual port names;
identifying at least one of the communication ports as being used in communication with an infrared (IR) device; and
renaming the one communication port from its corresponding virtual port name to a different virtual port name.
21. A computer-implemented method of claim 20, wherein the detecting comprises attempting to open the communication ports as a way to determine whether the communication ports are available.
22. A computer-implemented method of claim 20, wherein the identifying comprises checking a system registry to identify the one communication port associated with the IR device.
23. A computer-implemented method of claim 20, further comprising presenting a list of the virtual port names along with the different virtual port name.
24. A computer-implemented method of claim 20, further comprising renaming the one communication port from the different virtual port name back to the corresponding virtual port name.
25. A computer-implemented method, comprising:
identifying a communication port that is used for communicating with an infrared (IR) device; and
renaming the communication port from a first virtual port name to a second virtual port name.
26. A computer-implemented method of claim 25, further comprising presenting the second virtual port name to a user.
27. A computer-implemented method of claim 25, further comprising renaming the communication port associated with the IR device from the second virtual port name back to the first virtual port name.
28. A computer-implemented method, comprising:
renaming a communication port associated with an infrared (IR) device from a first virtual port name to a second virtual port name; and
presenting the second virtual port name to a user.
29. A computer-implemented method of claim 28, further comprising renaming the communication port associated with the IR device from the second virtual port name back to the first virtual port name.
US10/622,255 2000-02-17 2003-07-18 Renaming of virtual communication port for IR devices Abandoned US20040162963A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/622,255 US20040162963A1 (en) 2000-02-17 2003-07-18 Renaming of virtual communication port for IR devices

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US09/507,479 US6625669B1 (en) 2000-02-17 2000-02-17 Renaming of virtual communication port for IR devices
US10/622,255 US20040162963A1 (en) 2000-02-17 2003-07-18 Renaming of virtual communication port for IR devices

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/507,479 Continuation US6625669B1 (en) 2000-02-17 2000-02-17 Renaming of virtual communication port for IR devices

Publications (1)

Publication Number Publication Date
US20040162963A1 true US20040162963A1 (en) 2004-08-19

Family

ID=28042194

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/507,479 Expired - Fee Related US6625669B1 (en) 2000-02-17 2000-02-17 Renaming of virtual communication port for IR devices
US10/622,255 Abandoned US20040162963A1 (en) 2000-02-17 2003-07-18 Renaming of virtual communication port for IR devices

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/507,479 Expired - Fee Related US6625669B1 (en) 2000-02-17 2000-02-17 Renaming of virtual communication port for IR devices

Country Status (1)

Country Link
US (2) US6625669B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7647438B1 (en) 2006-05-09 2010-01-12 Integrated Device Technology, Inc. Binary base address sorting method and device with shift vector
US7694025B1 (en) * 2006-03-31 2010-04-06 Integrated Device Technology, Inc. Method and device for base address sorting and entry into base address registers
US7779197B1 (en) 2006-05-09 2010-08-17 Integrated Device Technology, Inc. Device and method for address matching with post matching limit check and nullification

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4128883A (en) * 1977-09-30 1978-12-05 Ncr Corporation Shared busy means in a common bus environment
US5014193A (en) * 1988-10-14 1991-05-07 Compaq Computer Corporation Dynamically configurable portable computer system
US5241536A (en) * 1991-10-03 1993-08-31 Northern Telecom Limited Broadband input buffered atm switch
US5787305A (en) * 1995-04-25 1998-07-28 Pc-Tel, Inc. Host signal processing modem using a software simulation of a UART
US6029213A (en) * 1998-04-15 2000-02-22 Dell U.S.A. L.P. Automatic IR port detection and switching
US6061349A (en) * 1995-11-03 2000-05-09 Cisco Technology, Inc. System and method for implementing multiple IP addresses on multiple ports
US6360281B1 (en) * 1998-05-29 2002-03-19 3Com Corporation System and method for communicating with a serial communications device using multiple virtual ports

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4128883A (en) * 1977-09-30 1978-12-05 Ncr Corporation Shared busy means in a common bus environment
US5014193A (en) * 1988-10-14 1991-05-07 Compaq Computer Corporation Dynamically configurable portable computer system
US5241536A (en) * 1991-10-03 1993-08-31 Northern Telecom Limited Broadband input buffered atm switch
US5787305A (en) * 1995-04-25 1998-07-28 Pc-Tel, Inc. Host signal processing modem using a software simulation of a UART
US6061349A (en) * 1995-11-03 2000-05-09 Cisco Technology, Inc. System and method for implementing multiple IP addresses on multiple ports
US6029213A (en) * 1998-04-15 2000-02-22 Dell U.S.A. L.P. Automatic IR port detection and switching
US6360281B1 (en) * 1998-05-29 2002-03-19 3Com Corporation System and method for communicating with a serial communications device using multiple virtual ports

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7694025B1 (en) * 2006-03-31 2010-04-06 Integrated Device Technology, Inc. Method and device for base address sorting and entry into base address registers
US7647438B1 (en) 2006-05-09 2010-01-12 Integrated Device Technology, Inc. Binary base address sorting method and device with shift vector
US7779197B1 (en) 2006-05-09 2010-08-17 Integrated Device Technology, Inc. Device and method for address matching with post matching limit check and nullification

Also Published As

Publication number Publication date
US6625669B1 (en) 2003-09-23

Similar Documents

Publication Publication Date Title
US10095851B2 (en) Electronic device and inputted signature processing method of electronic device
US5442376A (en) Handling multiple command recognition inputs in a multi-tasking graphical environment
US6204837B1 (en) Computing apparatus having multiple pointing devices
US20090160779A1 (en) Emulating A Keyboard On A Touch Screen Monitor Of A Computer System
US20050057780A1 (en) Network scanning system
US20050273729A1 (en) Information processor and file processing method
KR101545378B1 (en) Information processing apparatus that carries out remote operation, control method therefor, and storage medium
US20030052866A1 (en) Input method, input system, and program for touch panel
US8976119B2 (en) Electronic display board apparatus, method of controlling electronic display board apparatus, and electronic display board apparatus control system
US20020036661A1 (en) Method for displaying a window
US7941508B2 (en) Associating multiple devices with remote computers
US7747967B2 (en) Differential tree and dialog device settings menu
US7714875B2 (en) Method and apparatus for using a color table scheme for displaying information on either color or monochrome display
KR20020094760A (en) language displaying method and system of software for computer, recording media of computer program therefor
US6625669B1 (en) Renaming of virtual communication port for IR devices
CN111913675A (en) Display control method and apparatus, electronic device, and computer-readable storage medium
US20060139330A1 (en) Adaptive mouse re-direction
CN111368151A (en) Display method and electronic equipment
US9646233B2 (en) Image forming apparatus and non-transitory computer readable recording medium for improved email printing
US20020101406A1 (en) Touch-controlled hot key device
CN108494754B (en) Account information processing method and mobile terminal
US20090015847A1 (en) Printer-initiated printing method and apparatus
US20110148788A1 (en) Touch screen device with coordinate correction module
US20200363875A1 (en) Input module and input method thereof
US6075517A (en) System and method for synchronization of pointing devices with different data packet sizes

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0001

Effective date: 20141014