Seite 1 von 1

Wie viele Interfaces

Verfasst: 29 Nov 2010, 22:25
von patteki
Guten Abend

Hab mal ne vlt. dumme Frage aber wie viele RoBoPro interfaces kann man per USB an einem Computer im online Modus ansteuern?

Und...

Kann man auch mehrere TX und Mehrere RoBoPro Interfaces gleichzeitig ansteuern?

Danke schon mal
Grußle PatteKi

Re: Wie viele Interfaces

Verfasst: 30 Nov 2010, 11:48
von vleeuwen
With the RoboInterface family (RoboInt, Extension standalone, RoboConnection Box) there is no real limitation.
The USB sub ID can be program into the floash memory.
The capacity of the USB bus will be the bottle neck (is documented in the manual).
The FtLib can manage more than one connection (mix RF, USB, COM).
This Lib is re-entrant

At the other hand, the TX-C is a different story.
First of all, for the moment is only possible to have only one TX-C on the USB bus.
(all the TX-C knows the same USB identifier).
The actual FTMscLib is not re-entrant.
In theory it will be possible to connect more than one TX-C over BT (The TX-C BT identifiers are different) but you must make use of a tric to load for each connection a seperate library. (Every connection must has it FtMscLib).