Editing BitWacker Command GUI

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:
  
 
*Name: BitWacker Command Graphical User Interface
 
*Name: BitWacker Command Graphical User Interface
*Status: still developing, but is working.  More features comming.
+
*Status: still developing, but is working.  Implementation is incomplete
 
*Technology: Java -- should run on many platforms, Windows 98 through Vista, Mac, Linux  
 
*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 )
Line 10: Line 10:
  
 
The project is a specialized communications program designed to issue commands to a [[USB Bit Whacker]].  Input format is specialized to make input easy.  I/O direction is specified in binary to make it clear what the function of each pin is.
 
The project is a specialized communications program designed to issue commands to a [[USB Bit Whacker]].  Input format is specialized to make input easy.  I/O direction is specified in binary to make it clear what the function of each pin is.
 +
  
 
A complete 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.
 
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 48: Line 47:
 
** About Box for the Application
 
** About Box for the Application
  
=== Download and Install ===
+
=== Download ===
  
See the page [[BitWacker PIC and Other Microcontroller to Java Communications]]
+
Not posted yet, for now email [[russ_hensel]]
  
 
=== Command Details ===
 
=== Command Details ===
Line 61: Line 60:
  
 
*Version  
 
*Version  
**Input: none
+
**No input, output is the version response from the BitWacker.
**Output: ( Field Version ) is the version response from the BitWacker.
 
  
 
*Configure  
 
*Configure  
**Input: 4 Fields, 3 Fields( binary ) for the direction of PortA, PortB, PortC ( 1 is input, 0 is output.), and one input for then number of Analog channels ( 0 to 12 ).   
+
**3 Inputs ( binary ) for the direction of PortA, PortB, PortC, and one input for Analog.
 +
1 is input, 0 is output.   
 
** Output: none.
 
** Output: none.
  
Line 71: Line 70:
 
**3 inputs, one field for each port.  Binary input 1 for output high, 0 for output low.
 
**3 inputs, one field for each port.  Binary input 1 for output high, 0 for output low.
  
*Input All ()
+
Input All ()
**Input: Output one field for each port, binary.
+
No input. Output one field for each port, binary.  
 
 
*Output Pin
 
**Inputs:  Port Field ( use either decimal numbers 0, 1, 2, or A, B, or C).  Pin Field, use decimal number 0 to 7.  State  0 or 1 ( could be in any base, how can you tell? ).
 
**Output: None
 
 
 
*Input Pin
 
**Input:2 Inputs.  Port use either decimal numbers 0, 1, 2, or A, B, or C.  Pin, use decimal number 0 to 7. 
 
**Output: State of pin; 0 or 1.
 
 
 
*RC Servo
 
**Input: As with Output Pin except that value is between 1 and 11890 and will cause a high pulse whose duration is proportionally between 1ms and 2ms. These pulses repeat every 19ms.  This controlls the servo's rotation
 
**Output: None
 
 
 
*Memory Write
 
**Input: Address to be written to.  Value to be stored in the address.
 
**Output: None
 
 
 
*Memory Read
 
**Input:  Address to be read.
 
**Output: Value stored in the address.
 
  
 +
Output Pin
 +
3 Inputs.  Port use either decimal numbers 0, 1, 2, or A, B, or C.  Pin, use decimal number 0 to 7.  State  0 or 1 ( could be in any base, how can you tell? ).
  
=== Bugs and Enhancements ===
+
Input Pin
 +
2 Inputs.  Port use either decimal numbers 0, 1, 2, or A, B, or C.  Pin, use decimal number 0 to 7. 
 +
Output, state of pin 0 or 1.
  
See the list at [[RS232Probe Enhancements and Bugs]] a list for all the related applications.
+
RC Servo
 +
As with Output Pin except that state is 0 to xxxxx ( decimal ) 0 for RC off, 1 for no rotation, xxxxx for full rotation.

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)