Seite 1 von 1

TX Controller mit C++ programmieren

Verfasst: 26 Jun 2011, 13:37
von hefeteig
Hallo,
wisst ihr näheres dazu wie man den TX Contoller mit C++ programmieren kann?
Ich habe Windows 7, im Internet habe ich meistens nur Artikel zu dem alten Robo Interface gefunden und nichts zu Windows 7.
ich glaube ich brauche einen bestimmten Compiler, aber welcher ist der beste?
Könnt ihr mich bitte informieren.

Gruß Hefeteig

Re: TX Controller mit C++ programmieren

Verfasst: 26 Jun 2011, 16:56
von Zwergnase
Hallo
Auf der Fischertechnik Seite gibt es doch ein C-Compiler Programmierpaket und PC Programming Robo TXC 1.2 zum Downloaden.

Re: TX Controller mit C++ programmieren

Verfasst: 26 Jun 2011, 22:50
von vleeuwen
Programming the TX-C object oriented with C++ is posible.
You need to wrap the C lib function into C++ classes.
And use static function pointers for the call back's.

C++ managed classes for dotNET framework is partial possible.
The thread model of the TX-C is not completely compatible with C++ managed.
The callback are not working very well in C++ managed code.

Advisable is to write a real .dotNET framework wrapper for the FTMscLib.