Bs2 <-> pc serial communication with c++
Archiver
Posts: 46,084
I've found a lot of soft in VB6 but nothing in C++.
Someone did it in C++ ?
Or in C ?
Thanx from Italy !
Someone did it in C++ ?
Or in C ?
Thanx from Italy !
Comments
> 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".
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".
>