Shop OBEX P1 Docs P2 Docs Learn Events
Bs2 <-> pc serial communication with c++ — Parallax Forums

Bs2 <-> pc serial communication with c++

ArchiverArchiver Posts: 46,084
edited 2003-03-01 17:05 in General Discussion
I've found a lot of soft in VB6 but nothing in C++.
Someone did it in C++ ?
Or in C ?
Thanx from Italy !

Comments

  • ArchiverArchiver Posts: 46,084
    edited 2003-02-27 19:31
    FILIPPO wrote:

    > I've found a lot of soft in VB6 but nothing in C++.
    > Someone did it in C++ ?
    > Or in C ?


    Most C/C++ implementations have library routines for serial
    commmunication but they are implementation specific - you need
    to consult your specific documentation.

    Absent that, you can also write your own from scratch directly
    calling the bios routines. There are some excellent books on
    this subject. I have one but can't remember the title off hand
    - and most of my library is currently packed up in boxes. I'll
    try to dig it up and post a follow-up later if interested.

    --
    History says King George is gone,
    But I just saw him on the White House lawn!
    He has no bounds, and accepts no borders,
    If Congress won't do it, he "Executive Orders".
  • ArchiverArchiver Posts: 46,084
    edited 2003-03-01 17:05
    I am also very interested in this communication - please forward the
    names of publications on the subject if you know them.

    --- In basicstamps@yahoogroups.com, Michael Burr <mburr@b...> wrote:
    > FILIPPO wrote:
    >
    > > I've found a lot of soft in VB6 but nothing in C++.
    > > Someone did it in C++ ?
    > > Or in C ?
    >
    >
    > Most C/C++ implementations have library routines for serial
    > commmunication but they are implementation specific - you need
    > to consult your specific documentation.
    >
    > Absent that, you can also write your own from scratch directly
    > calling the bios routines. There are some excellent books on
    > this subject. I have one but can't remember the title off hand
    > - and most of my library is currently packed up in boxes. I'll
    > try to dig it up and post a follow-up later if interested.
    >
    > --
    >
    > History says King George is gone,
    > But I just saw him on the White House lawn!
    > He has no bounds, and accepts no borders,
    > If Congress won't do it, he "Executive Orders".
    >
Sign In or Register to comment.