Difference between revisions of "Graphical Data Logger"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) |
Russ hensel (talk | contribs) |
||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | This is a draft still in process, software is farther along than this document | + | This is a draft still in process, software is farther along than this document. My interest has drifted off for now, I will be back. Email me if you are interested in some quick ( not quite instant ) gratification. |
Line 5: | Line 5: | ||
*Name: Graphical Data Logger | *Name: Graphical Data Logger | ||
− | *Status: | + | *Status: working, but do to general lack of interest I am not updating this page, email me if you have a serious interest. |
− | *Technology: Java -- should run on many platforms, Windows 98 through Vista | + | *Technology: Java -- should run on many platforms, Windows 98 through Vista, Mac, Linux. |
*Author: russ_hensel ( where you can find an email address to reach me ) | *Author: russ_hensel ( where you can find an email address to reach me ) | ||
*License: not fully determined, but open source and object code. | *License: not fully determined, but open source and object code. | ||
Line 12: | Line 12: | ||
Purpose: | Purpose: | ||
− | Record analog data from | + | Record analog data from a [[USB Bit Whacker]] ( or similar device ) and both graph and log the data. |
+ | |||
+ | This is one of a series of articles on Microcontroller Serial Communications, rooted at this site here: [[Microcontroller Serial Communications Articles]] | ||
=== Early Mock Up of Screen === | === Early Mock Up of Screen === | ||
Line 55: | Line 57: | ||
|} | |} | ||
+ | |||
+ | |||
+ | === Bugs and Enhancements === | ||
+ | |||
+ | See the list at [[RS232Probe Enhancements and Bugs]] a list for all the related applications. | ||
+ | |||
+ | [[category:Microcontroller]][[category:PIC]] |
Latest revision as of 12:30, 26 April 2010
This is a draft still in process, software is farther along than this document. My interest has drifted off for now, I will be back. Email me if you are interested in some quick ( not quite instant ) gratification.
Summary
- Name: Graphical Data Logger
- Status: working, but do to general lack of interest I am not updating this page, email me if you have a serious interest.
- Technology: Java -- should run on many platforms, Windows 98 through Vista, Mac, Linux.
- Author: russ_hensel ( where you can find an email address to reach me )
- License: not fully determined, but open source and object code.
Purpose:
Record analog data from a USB Bit Whacker ( or similar device ) and both graph and log the data.
This is one of a series of articles on Microcontroller Serial Communications, rooted at this site here: Microcontroller Serial Communications Articles
Early Mock Up of Screen
Download
Coming soon, but not yet; for early adopters email me russ_hensel
Use Details
Some Use Details
Here is some detail on all the Graphical User Elements.
GUI Element | Use
|
---|---|
|
Bugs and Enhancements
See the list at RS232Probe Enhancements and Bugs a list for all the related applications.