The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Configure USB as com port

    Discussion in 'Hardware Components and Aftermarket Upgrades' started by Convoluted, May 8, 2010.

  1. Convoluted

    Convoluted Notebook Evangelist

    Reputations:
    74
    Messages:
    690
    Likes Received:
    0
    Trophy Points:
    30
    Hope this is in the right section...

    Is it possible to configure a USB port as a com port? Arduino microcontrollers seem to typically USB and I need to access it via Visual Basic (which only allows serial communication as far as I know).

    I'd be open to software or hardware solutions. I suppose I could go from USB->serial->USB, but that seem redundant and could cause communication issues.

    Any ideas?

    edit: seems like the new Arduino USB microcontrollers have virtual com ports... interesting...
     
  2. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    If you are 'stuck' with Visual basic you are going to need a $20- serial/usb adapter.

    Google around some and see if you can find some third-party usb libraries for VB.