Change COM port

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?U2Vhbg==?=

    Change COM port

    I need to make a USB port COM PORT 1/2/3/4.....it is for a new computerised
    cash register. Is this possible?
  • Frank Hickman

    #2
    Re: Change COM port

    "Sean" <Sean@discussio ns.microsoft.co mwrote in message
    news:4C68B55B-CBF2-43EF-AA33-F619A0DA629F@mi crosoft.com...
    >I need to make a USB port COM PORT 1/2/3/4.....it is for a new computerised
    cash register. Is this possible?
    A couple of ways you can achieve this:

    1) Write a driver to make a USB port to operate as a standard serial port.

    2) Get a USB to serial cable and let that handle the conversion for you.

    --
    ============
    Frank Hickman
    NobleSoft, Inc.
    ============
    Replace the _nosp@m_ with @ to reply.


    Comment

    • Ben Voigt [C++ MVP]

      #3
      Re: Change COM port

      Sean wrote:
      I need to make a USB port COM PORT 1/2/3/4.....it is for a new
      computerised cash register. Is this possible?
      Disable the built-in COM ports in the motherboard BIOS, then the first USB
      serial port installed should become COM 1...


      Comment

      Working...