Serial data to USB


Closed Thread
Results 1 to 19 of 19

Hybrid View

  1. #1
    Join Date
    May 2005
    Location
    Minnesota
    Posts
    31

    Default

    Quote Originally Posted by mackrackit View Post
    All the Belkin serial to USB does is turn a USB port on the PC into a serial port (virtually)

    All communications are serial type. RS232 (sort of).

    Straight USB is a different thing altogether.

    The free version of MCS 3.0 does the 16F628A.

    What version of PBP and MCS are you using?
    Does this mean then in VB6 I can select a USB port just the same as a "normal" comm port?

    B

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924

    Default

    Quote Originally Posted by cooksydesign View Post
    Does this mean then in VB6 I can select a USB port just the same as a "normal" comm port?

    B
    I do not use VB or .NET
    In other languages when using on of these converters, it is treated as a serial port.

    For example. One of my machines that does not have a serial port, only USB, add a hub and four serial to USB converters, device manager shows com 2 through 5. If I use hyperterminal, I pick one of these just as I would a real serial port. The same goes for Python and Liberty Basic (the two I use).

    So I would guess in VB you would do the same because the OS sees these converters as a serial port.
    Dave
    Always wear safety glasses while programming.

Similar Threads

  1. Using Nokia LCD
    By BobP in forum mel PIC BASIC Pro
    Replies: 300
    Last Post: - 3rd May 2018, 04:47
  2. Data EEPROM gets clobbered during programming
    By BrianT in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 18th July 2008, 02:46
  3. Big characters on HD44780 4x20
    By erpalma in forum mel PIC BASIC Pro
    Replies: 23
    Last Post: - 7th January 2007, 02:21
  4. LCD + bar graph
    By DynamoBen in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th October 2005, 14:50
  5. Sinus calculating !
    By Don Mario in forum mel PIC BASIC Pro
    Replies: 29
    Last Post: - 28th November 2004, 23:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts