Die Suche ergab 8 Treffer

von NooN
10 Nov 2015, 10:33
Forum: Robo Pro / Computing / Software
Thema: Robo Pro und Wine
Antworten: 34
Zugriffe: 56459

Re: Robo Pro und Wine

Hallo Thomas,
schnaggels hat geschrieben:...
habe den RoboProEntwickler mal auf deinen Beitrag hier hingewiesen.
Mal sehen ob da ohne viel Aufwand eine Änderung möglich wäre...
Hat deine Anfrage schon zu einem Ergebnis geführt?
Kann man durch testen/ausprobieren/messen unterstützten?

Gruß
NooN
von NooN
08 Sep 2015, 09:41
Forum: Robo Pro / Computing / Software
Thema: TXT-Wlan funktioniert nur teilweise!
Antworten: 5
Zugriffe: 4150

Re: TXT-Wlan funktioniert nur teilweise!

Hallo,

lässt sich vllt an den TXT ein externer WLAN-Stick anschließen?
Damit müsste sich der WLAN-Empfang bzw das Senden vom TXT verbessern lassen.

Gruß
NooN
von NooN
04 Sep 2015, 12:06
Forum: Robo Pro / Computing / Software
Thema: Robo Pro und Wine
Antworten: 34
Zugriffe: 56459

Re: Robo Pro und Wine

Great. If I can help some how let me know.

Greetings
NooN
von NooN
04 Sep 2015, 09:50
Forum: Robo Pro / Computing / Software
Thema: Robo Pro und Wine
Antworten: 34
Zugriffe: 56459

Re: Robo Pro und Wine

Hello hvn,

what are your findings?
I tried the python script ftrobopy. If I did the connect on port 65001 to fast, then I didn't get a connection established.

Grettings
NooN
von NooN
03 Sep 2015, 09:08
Forum: Robo Pro / Computing / Software
Thema: Robo Pro und Wine
Antworten: 34
Zugriffe: 56459

Re: Robo Pro und Wine

Hallo, wegen der Kamera unter wine habe ich einen Trace mit Wireshark durchgeführt. Dabei ist mir folgendes aufgefallen: Robo Pro möchte sich sehr schnell mit dem TXT auf dem Port 65001 verbinden. Der Socket scheint noch nicht offen zu sein, nach dem SYN kommt sofort ein RST zurück. Manchmal klappt ...
von NooN
02 Sep 2015, 16:41
Forum: Robo Pro / Computing / Software
Thema: Programming the TXT on Linux without ROBOPro
Antworten: 18
Zugriffe: 16787

Re: Programming the TXT on Linux without ROBOPro

Hello FT,

should the line in common.h

Code: Alles auswählen

typedef signed int          INT32;
not be

Code: Alles auswählen

typedef signed long          INT32;
On a 64bit machine int is not 32bit and some calculations will break.

Greetings
NooN
von NooN
02 Sep 2015, 16:30
Forum: Community-Projekte
Thema: TXT mit Python im Online und im Download-Betrieb steuern
Antworten: 33
Zugriffe: 40291

Re: TXT mit Python im Online und im Download-Betrieb steuern

Hallo Torsten, Ich habe "ftrobopy" inzwischen auch auf Thread basierte Kommunikation mit dem TXT umgestellt. Dadurch kann es jetzt auch im interaktiven Python-Modus verwendet werden (d.h. jedes Kommando, das man auf der Python-Konsole eintippt, wird sofort umgesetzt). Ich habe gestern Nacht an deine...
von NooN
02 Sep 2015, 11:09
Forum: Robo Pro / Computing / Software
Thema: Error with the TXT examples in C++
Antworten: 2
Zugriffe: 2344

Re: Error with the TXT examples in C++

Hello bethory,

have you included the files found in /Common/ in your DevC++ project?
It seems that you are missing the actual implemention of the classes (the .cpp files) so the linker gives you that error.

Greetings from Germany :-)