Results 1 to 3 of 3

Thread: RS485 communication in VB

  1. #1

    Thread Starter
    Member imj75's Avatar
    Join Date
    Aug 2000
    Location
    South Africa,Pretoria
    Posts
    51

    Question RS485 communication in VB

    Has anyone ever had to work with RS485 (as opposed to normal RS232) communication in VB? I have seen it done in C++, even tried it myself, but did not think of using VB for speed reasons.
    Any takers
    for (int i = 0;i < y3k; i++)
    {
    MakeMeSmarter (andMoreTolerant);
    }

  2. #2

    Thread Starter
    Member imj75's Avatar
    Join Date
    Aug 2000
    Location
    South Africa,Pretoria
    Posts
    51
    */\ bump /\*
    for (int i = 0;i < y3k; i++)
    {
    MakeMeSmarter (andMoreTolerant);
    }

  3. #3
    Frenzied Member trisuglow's Avatar
    Join Date
    Jan 2002
    Location
    Horsham, Sussex, UK
    Posts
    1,536
    My thoughts:

    RS232 and RS485 are hardware specifications - the software protocol is independant of what wiring and voltages you have.

    I haven't yet come across a PC with an RS485 port, but you can get hardware converters to plug in to the back of your machine.

    What kind of speed are you intending to run your comms at that you think VB won't support? It's really down to the hardware (the comms driver and your CPU, disk access and bus speeds) rather than the programming language.

    Tris.
    This world is not my home. I'm just passing through.

Posting Permissions

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



Click Here to Expand Forum to Full Width