|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: Wednesday, May 13, 2009 12:34 PM
Posts: 7,
Visits: 25
|
|
Hi
I am working on
Serializer C# Client / Server Application - .NET 2.0 Compact Framework for control my traxster wireless.
While debugging there is a error: "An unhandled exception of type 'System.IndexOutOfRangeException' occurred in Trax_Serv.exe"
on the code:"string ipAddr = args[0];
int port = System.Convert.ToInt32(args[1]);"
i changed the code to : "string ipAddr = "192.168.0.7";
int port = System.Convert.ToInt32("7777");"
then Serializer.Run(); gives error!
is my WinCE image wrong? But i can go google.com via ebox wireless is working
is com ports doesn't work?
We need libraries robotics studio etc.. to run solutions of roboticsconnection on our xp machine so don't we need to libraries, any files etc. to run our programs on ebox?
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Friday, April 22, 2011 6:18 PM
Posts: 153,
Visits: 547
|
|
Hello,
Did it work normally as the program was? Did you first try the app
and enter the IP and Port manually in the server and client app?
I gather you have the Traxster with Ebox?
I modified the Stinger and Traxster client/server apps to run on my
laptop that talks wirelessly to my TracksBot via XBee and it
works fine. In my case I use the full bodied Roboticsconnection
Serializer library not the MF lib.
Don Lewis
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: Wednesday, May 13, 2009 12:34 PM
Posts: 7,
Visits: 25
|
|
thanks Lewis but my problem only with ebox connecting via wireless from my laptop. It is on a wi-fi lan.
I can control traxster from com port from my computer with the other c# project. but on ebox on winCE very much problem
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: Monday, October 31, 2011 9:18 PM
Posts: 640,
Visits: 819
|
|
| Monarici, When you run the server app, be sure to specify the ip address and port at the command line... >Trax_Serve 192.168.1.150 8888 The error you are seeing is because it's trying to parse command line args that aren't there. I've started to revamp this application. Soon, there will be a .NET Remoting example, and a WCF example. Let me know if that doesn't fix it. Best Regards!
Jason Summerour President, Summerour Robotics Corporation www.roboticsconnection.com
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: Wednesday, May 13, 2009 12:34 PM
Posts: 7,
Visits: 25
|
|
| thanks Jason but i fixed it. Com port didn't connect with serializer. Now we start serializer before e-box and one or more tries it works. We have a competition tomorrow we will drive it. i hope it wont have a problem.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: Wednesday, August 25, 2010 9:23 PM
Posts: 2,
Visits: 38
|
|
hi all,
i having the same issue
'Trax_Serv.exe' (Managed): Loaded 'mscorlib.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\documents and settings\xxxxxx\my documents\visual studio 2005\projects\trax_serv\trax_serv\bin\debug\Trax_Serv.exe', Symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'System.dll', No symbols loaded.
'Trax_Serv.exe' (Managed): Loaded 'c:\program files\roboticsconnection\serializerlib\RoboticsConnection.Serializer.CompactFramework.dll', No symbols loaded.
A first chance exception of type 'System.IO.IOException' occurred in mscorlib.dll
A first chance exception of type 'System.IO.IOException' occurred in System.dll
even after manually adding the ip addr and the port it still keeps giving me the error. am i missing something here. plz help its a bit urgent.
|
|
|
|