My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Jul 20, 2009
    FAQ (Frequently Asked Questions) Wiki page edited by petersen.karsten
  • Jul 20, 2009
    r28 (Add info about requirements on Windows and mention battery r...) committed by petersen.karsten   -   Add info about requirements on Windows and mention battery removal or fixing a device that's behaving odd.
    Add info about requirements on Windows and mention battery removal or fixing a device that's behaving odd.
  • Jun 22, 2009
    rgm3800-0.9.dmg (rgm3800 Mac GUI 0.9) file uploaded by petersen.karsten   -  
    Labels: OpSys-OSX
    Labels: OpSys-OSX
  • Jun 22, 2009
    r27 (Initial checkin of AppleScript based GUI for Mac by Niels Vo...) committed by petersen.karsten   -   Initial checkin of AppleScript based GUI for Mac by Niels Volkman.
    Initial checkin of AppleScript based GUI for Mac by Niels Volkman.
  • Jun 20, 2009
    issue 3 (Patch for Windows) changed by petersen.karsten   -   Thanks for the idea of using pyserial. It indeed also works under Linux and MacOS but it's just doing more or less the same as rgm3800.py was already doing itself so I think it's not justified to require all users to install pyserial. I've therefore gone a different way: rgm3800.py still tries to load the termios module, but if it can't find it then it now looks for pyserial. This way users on MacOS and Linux don't need to install pyserial but under Windows the tool does work if pyserial + pywin32 is installed.
    Status: Fixed
    Owner: petersen.karsten
    Labels: Type-Enhancement
    Thanks for the idea of using pyserial. It indeed also works under Linux and MacOS but it's just doing more or less the same as rgm3800.py was already doing itself so I think it's not justified to require all users to install pyserial. I've therefore gone a different way: rgm3800.py still tries to load the termios module, but if it can't find it then it now looks for pyserial. This way users on MacOS and Linux don't need to install pyserial but under Windows the tool does work if pyserial + pywin32 is installed.
    Status: Fixed
    Owner: petersen.karsten
    Labels: Type-Enhancement
  • Jun 20, 2009
    ChangeLog Wiki page edited by petersen.karsten
  • Jun 20, 2009
    rgm3800-rev25.py (rgm3800.py Revision 25 (2009-06-20)) file uploaded by petersen.karsten   -  
    Labels: Featured
    Labels: Featured
  • Jun 20, 2009
    r25 (- Use pySerial if termios isn't available. - Speed up serial...) committed by petersen.karsten   -   - Use pySerial if termios isn't available. - Speed up serial communication a bit. - Make sure GetMemoryTimeframe doesn't fail if logger is empty.
    - Use pySerial if termios isn't available. - Speed up serial communication a bit. - Make sure GetMemoryTimeframe doesn't fail if logger is empty.
  • Jun 04, 2009
    issue 3 (Patch for Windows) commented on by stefan.naewe   -   I forgot: The 'pyserial' version is in the 'use-pyserial' branch.
    I forgot: The 'pyserial' version is in the 'use-pyserial' branch.
  • Jun 04, 2009
    issue 3 (Patch for Windows) commented on by stefan.naewe   -   I took your modified version and 'rebased' it on the latest version (r24). I also setup a git repository that tracks this svn repository. Look here: http://github.com/snaewe/rgm3800py
    I took your modified version and 'rebased' it on the latest version (r24). I also setup a git repository that tracks this svn repository. Look here: http://github.com/snaewe/rgm3800py
  • May 10, 2009
    r24 (fix version display bugs and improve its output format ) committed by petersen.karsten   -   fix version display bugs and improve its output format
    fix version display bugs and improve its output format
  • May 10, 2009
    r23 (update svn property for new keywords ) committed by petersen.karsten   -   update svn property for new keywords
    update svn property for new keywords
  • May 10, 2009
    r22 (added 'version' command ) committed by petersen.karsten   -   added 'version' command
    added 'version' command
  • May 05, 2009
    issue 3 (Patch for Windows) reported by steve.kwee   -   The attached version uses the platform independant pyserial and under windows pywin32. Has been tested with windows and python-2.5. Might also run under Linux and MacOS
    The attached version uses the platform independant pyserial and under windows pywin32. Has been tested with windows and python-2.5. Might also run under Linux and MacOS
  • Mar 12, 2009
    r21 (- Bugfix: Skip invalidated records. - Bugfix: Be more resi...) committed by petersen.karsten   -   - Bugfix: Skip invalidated records. - Bugfix: Be more resilient to line noise in DoInfo.
    - Bugfix: Skip invalidated records. - Bugfix: Be more resilient to line noise in DoInfo.
  • Mar 08, 2009
    issue 1 (delete tracks / clear memory) changed by petersen.karsten   -   Implemented in release revision 19.
    Status: Fixed
    Owner: petersen.karsten
    Implemented in release revision 19.
    Status: Fixed
    Owner: petersen.karsten
  • Mar 08, 2009
    ChangeLog Wiki page edited by petersen.karsten
  • Mar 08, 2009
    rgm3800-rev19.py (rgm3800.py Revision 19 (2009-03-08) ) file uploaded by petersen.karsten   -  
    Labels: Featured
    Labels: Featured
  • Mar 08, 2009
    r19 (Initial support to output tracks in GPX format. ) committed by petersen.karsten   -   Initial support to output tracks in GPX format.
    Initial support to output tracks in GPX format.
  • Mar 08, 2009
    r18 (Support erasing all data from the logger. ) committed by petersen.karsten   -   Support erasing all data from the logger.
    Support erasing all data from the logger.
  • Mar 07, 2009
    r17 (Fix percent calculation, prevent crash if only one track exi...) committed by petersen.karsten   -   Fix percent calculation, prevent crash if only one track exists.
    Fix percent calculation, prevent crash if only one track exists.
  • Feb 28, 2009
    issue 1 (delete tracks / clear memory) commented on by rstcologne   -   Hi Michael, I'm really missing the delete feature. Could you please post the findings of your monitoring? Thanks, Richard
    Hi Michael, I'm really missing the delete feature. Could you please post the findings of your monitoring? Thanks, Richard
  • Dec 21, 2008
    issue 1 (delete tracks / clear memory) commented on by skiba.michael   -   Would be a neat feature indeed, I've monitored this (and some other) processes over a virtual serial port monitor. If it would help anyone, I'd post it here.
    Would be a neat feature indeed, I've monitored this (and some other) processes over a virtual serial port monitor. If it would help anyone, I'd post it here.
  • Oct 12, 2008
    ChangeLog Wiki page edited by petersen.karsten
  • Oct 12, 2008
    ChangeLog Wiki page added by petersen.karsten
  • Oct 12, 2008
    r14 (- Fix argument boundary checking for "format" command. ) committed by petersen.karsten   -   - Fix argument boundary checking for "format" command.
    - Fix argument boundary checking for "format" command.
  • Sep 29, 2008
    issue 2 (Inaccuracies calculating Compass points for coordinates near...) changed by petersen.karsten   -   Thanks for the report and the patch! I've implemented a slightly different fix though to make this easier to test.
    Status: Fixed
    Owner: petersen.karsten
    Thanks for the report and the patch! I've implemented a slightly different fix though to make this easier to test.
    Status: Fixed
    Owner: petersen.karsten
  • Sep 29, 2008
    r13 (- Fix rad -> deg conversion close to the Equator / Prime Mer...) committed by petersen.karsten   -   - Fix rad -> deg conversion close to the Equator / Prime Meridian. http://code.google.com/p/rgm3800py/issues/detail?id=2
    - Fix rad -> deg conversion close to the Equator / Prime Meridian. http://code.google.com/p/rgm3800py/issues/detail?id=2
  • Sep 29, 2008
    r12 (- Don't show exception traceback on communication errors, ju...) committed by petersen.karsten   -   - Don't show exception traceback on communication errors, just a message. - Cache general info (PROY108).
    - Don't show exception traceback on communication errors, just a message. - Cache general info (PROY108).
  • Sep 29, 2008
    issue 2 (Inaccuracies calculating Compass points for coordinates near...) reported by timcowlishaw   -   Hey, I noticed a few oddities with the output of the dump command when using your script - It appeared that the longitude of all my waypoints was being 'flipped' around the Greenwich meridian. After a bit of inspection, this appeared to be because the longitude in degrees was being converted to an integer before testing whether it was greater or less than 0, so for points between 0 and 1 degrees west, they were showing as points to the east of the meridian. I've fixed this for both latitude and longitude - Here's a patch against Revision 9. Cheers! Tim
    Hey, I noticed a few oddities with the output of the dump command when using your script - It appeared that the longitude of all my waypoints was being 'flipped' around the Greenwich meridian. After a bit of inspection, this appeared to be because the longitude in degrees was being converted to an integer before testing whether it was greater or less than 0, so for points between 0 and 1 degrees west, they were showing as points to the east of the meridian. I've fixed this for both latitude and longitude - Here's a patch against Revision 9. Cheers! Tim
  • Sep 14, 2008
    r11 (Improved error handling. - Throw useful exceptions. - Die in...) committed by petersen.karsten   -   Improved error handling. - Throw useful exceptions. - Die in any case if stuff goes wrong. Don't go into endless recv loops. - Handle "driver broken and sends crap" cases more gracefully, i.e. die.
    Improved error handling. - Throw useful exceptions. - Die in any case if stuff goes wrong. Don't go into endless recv loops. - Handle "driver broken and sends crap" cases more gracefully, i.e. die.
  • Aug 18, 2008
    Download Wiki page deleted by petersen.karsten
  • Aug 17, 2008
    r9 (- Fix timestamp problem where PROY003 is answered with LOG00...) committed by petersen.karsten   -   - Fix timestamp problem where PROY003 is answered with LOG002 in case logger has no satellite link yet.
    - Fix timestamp problem where PROY003 is answered with LOG002 in case logger has no satellite link yet.
  • Aug 17, 2008
    FAQ (Frequently Asked Questions) Wiki page added by petersen.karsten
  • Aug 17, 2008
    GPSd (Using RGM-3800 with GPSd) Wiki page edited by petersen.karsten
  • Aug 17, 2008
    GPSd (Using RGM-3800 with GPSd) Wiki page added by petersen.karsten
  • Aug 16, 2008
    issue 1 (delete tracks / clear memory) changed by petersen.karsten   -  
    Status: New
    Owner: ---
    Status: New
    Owner: ---
  • Aug 16, 2008
    issue 1 (delete tracks / clear memory) reported by petersen.karsten   -   The RGM3800 can be cleared of all tracks through a command. It would be good to support this.
    The RGM3800 can be cleared of all tracks through a command. It would be good to support this.
  • Aug 16, 2008
    r5 (- rename global variable 'debug' to 'verbose' ) committed by petersen.karsten   -   - rename global variable 'debug' to 'verbose'
    - rename global variable 'debug' to 'verbose'
  • Aug 16, 2008
    r4 (- Add _SUBVERSION_ID variables. - Fix argument parsing bugs ...) committed by petersen.karsten   -   - Add _SUBVERSION_ID variables. - Fix argument parsing bugs in DoList and DoTrack - Update usage info
    - Add _SUBVERSION_ID variables. - Fix argument parsing bugs in DoList and DoTrack - Update usage info
  • Aug 10, 2008
    Download (How to download the reader utility.) Wiki page added by petersen.karsten
  • Aug 10, 2008
    r2 (Initial checkin. ) committed by petersen.karsten   -   Initial checkin.
    Initial checkin.
  • Aug 10, 2008
    Project rgm3800py created by petersen.karsten   -   Access Royaltek RGM-3800 and compatible GPS datalogger from Mac/Linux
    Access Royaltek RGM-3800 and compatible GPS datalogger from Mac/Linux
 
Hosted by Google Code