looking forward to it. Still i want to emphasize my interest in the still 
untested platforms:

Windows 7 (32/64bit)
Windows Vista (32/64bit)
Linux 64 bit
Mac OS X (PPC/Intel)

If anybody can check these please this would help a lot.

thanks ede

On 19.07.2010 19:07, Sunburned Surveyor wrote:
> Ede,
> 
> I'll give it a spin on my Windows XP box today at lunch. I'd try it on
> my Ubuntu box, but that is at home.
> 
> The Sunburned Surveyor
> 
> On Sun, Jul 18, 2010 at 10:32 AM,  <edgar.sol...@web.de> wrote:
>> Hi all,
>>
>> just uploaded
>> http://jamoke.net/gpstest.zip
>>
>> extracted you will find a folder ./gpstest containing modified versions of 
>> gpsylon and rxtx. Essentially rxtx is patched to autoload the native 
>> libraries needed for win32/64 and linux32/64 and allow the user to easily 
>> supply another version for other os's.
>>
>> I hereby ask whoever is interested to help or just to have oj gps support to 
>> check if the serial device access is working in his/her platform. I tested 
>> Windows XP 32 and Debian Linux 32 already.
>>
>> Therefore please enter the gpstest folder and issue the following commands 
>> in the command line / terminal of your os.
>>
>> java -cp "path/to/gpstest.jar" org.dinopolis.gpstool.gpsinput.SerialPortList
>>
>> if working gives you a list of available serial ports. On success and with a 
>> gps mouse at hand you might try to receive raw data from it.
>>
>> java -jar "path\to\gpstest.jar" (gives a list of all parameters)
>> e.g.
>> java -jar "path\to\gpstest.jar" -d COM4 --rawdata
>>
>> COM4 might be /dev/ttyS1 on linux or else on other os's. Actually you could 
>> simply try to connect each detected port from SerialPortList with connected 
>> serial gps receiver. You might have to adjust the serial parameters though.
>>
>> Eventually: When you want to try Mac OS or others, please do the following. 
>> Go to
>>
>> http://rxtx.qbang.org/wiki/index.php/Download
>>
>> and try to find the native library for your os. Put it in gpstool/rxtx/ . 
>> Now run the tests above.
>>
>>
>> Please send your findings and output to the devel list 
>> (jump-pilot-devel@lists.sourceforge.net) or directly to me please.
>>
>> Thanks ede
>>


-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" ed...@soldin.de ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to