Difference between revisions of "RS232/USB Probe"

From OpenCircuits
Jump to navigation Jump to search
Line 5: Line 5:
 
*Technology: Java -- should run on many platforms, Windows 98 through Vista  
 
*Technology: Java -- should run on many platforms, Windows 98 through Vista  
 
*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 )
*Lisence: not fully determined, but open source and object code.
+
*License: not fully determined, but open source and object code.
  
 
Purpose:
 
Purpose:
  
The project is a specialized terminal emulator desinged to talk to microcontrolles and similar devices either to control them or to try to deduce what there control protocol is.
+
The project is a specialized terminal emulator designed to talk to microcontrolles and similar devices either to control them or to try to deduce what there control protocol is.
  
Several arears are provided for input to the device.  This is typed as strings, but escape sequences also allow special characters including any ascii character entered by its hex code.  Data is sent by pressing the send button.  Several areas are provided so that you can easily reissue earlier commands.
+
Several areas are provided for input to the device.  This is typed as strings, but escape sequences also allow special characters including any ASCII character entered by its hex code.  Data is sent by pressing the send button.  Several areas are provided so that you can easily reissue earlier commands.
  
A complet log of activity is provided both to the screen and to a log file.
+
A complete log of activity is provided both to the screen and to a log file.
  
 
=== Early Mock Up of Screen ===
 
=== Early Mock Up of Screen ===
  
[[Image:BW_SS.png | Screen Shot ]]
+
[[Image:RS232PROBE_SS.png | Screen Shot ]]
  
 
=== Download ===
 
=== Download ===
  
Comming soon, for early adopters email me [[russ_hensel]]
+
Coming soon, for early adopters email me [[russ_hensel]]
  
=== Command Details ===
+
=== Use Details ===
  
These commands are fairly direct implementations of the basic command set of the BitWacker.  The interface does change format of the input.  For example in configuring the IO ports binary seems easier than decimal.
+
Working on it.
 
 
 
 
*Reset ( Reset )
 
**No input, no output, should just work.
 
 
 
*Version
 
**No input, output is the version response from the BitWacker.
 

Revision as of 15:21, 19 March 2008

Summary

  • Name: RS232/USB Probe
  • Status: still developing, but is working
  • Technology: Java -- should run on many platforms, Windows 98 through Vista
  • Author: russ_hensel ( where you can find an email address to reach me )
  • License: not fully determined, but open source and object code.

Purpose:

The project is a specialized terminal emulator designed to talk to microcontrolles and similar devices either to control them or to try to deduce what there control protocol is.

Several areas are provided for input to the device. This is typed as strings, but escape sequences also allow special characters including any ASCII character entered by its hex code. Data is sent by pressing the send button. Several areas are provided so that you can easily reissue earlier commands.

A complete log of activity is provided both to the screen and to a log file.

Early Mock Up of Screen

Screen Shot

Download

Coming soon, for early adopters email me russ_hensel

Use Details

Working on it.