Germany
Asked — Edited

Integrate Ez-B Dlls Into C++/Qt Application ?

Hi,

I would like to use Qt, which is C++ based, to write an application for controlling our little robot. Does anyone have any experience, how to integrate the EZ-B .NET DLLs into Qt ?

Or is there any other way how to do it (except changing the programming language, because we have a lot of tested/verified modules, which we would like to reuse) ? How about sending commands directly to the bluetooth interface ? Is such a low-level documentation available ?

Thank you for your help :)

Arne


ARC Pro

Upgrade to ARC Pro

Don't limit your robot's potential – subscribe to ARC Pro and transform it into a dynamic, intelligent machine.

PRO
Synthiam
#1  

Hello Arne,

Are you using QT in windows? If so, the .Net library works well with QT: http://doc.qt.nokia.com/4.7-snapshot/activeqt-dotnet.html

There is a very limited opensource sdk called EZ-OpenBot available here: http://code.google.com/p/ez-openbot

Welcome to the community :)

Germany
#2  

Wow, that was a really fast and informative answer ! eek

Yes, i am using Qt for windows, therefore I will start using activeqt (and I am really curious...). I will post an update, if I was successful or need additional help.

Again thank you for your help !