|
Posted by D Herring on May 3, 2008, 12:35 am
Please log in for more thread options BRW wrote:
>> Hi, I'm getting started with C++ because our school's robotics club
>> found last year that Java's (third party) serial libraries are a bit
>> slow for our needs, so we're intending to split our program into two
>> parts so that the more speed-critical parts are in C++. What would be
>> a good C++ serial library to use? My main requirements are just speed
>> and ease of use. Thanks for the help!
>
> It's too bad you're not using C#. I've done serial comm with both. C+
> + is a nightmare to code for a serial port. C# was quite
> straightforward. Let me know if you want my C++ sample code. I
> should be able to dig it up.
Its too bad you're using windows. Its a world easier on linux. ;)
- Daniel
|
> found last year that Java's (third party) serial libraries are a bit
> slow for our needs, so we're intending to split our program into two
> parts so that the more speed-critical parts are in C++. What would be
> a good C++ serial library to use? My main requirements are just speed
> and ease of use. Thanks for the help!