
SerialRipper/-- Information --
SerialRipper/SrInitMsg()
SerialRipper/SrDoMsg()
SerialRipper/-- Commands --


SerialRipper/-- Information --                  SerialRipper/-- Information --

This library and its functions/commands are under developement..
The author takes no responsibilites if your HW/SW takes damage what so
ever.. You use this library at your own risk..

Please refer to the example in the developer/src directory for usage, and
how to access Serial Ripper's command senter..

SerialRipper/SrInitMsg()                              SerialRipper/SrInitMsg()
==============================================================================

Function:

Initialize MSG object for Serial Ripper

	msg:=SrInitMsg()

Outputs:

msg	Will contain the MSG header


SerialRipper/SrDoMsg()                                  SerialRipper/SrDoMsg()
==============================================================================

Function:

Send MSG Object to the SerialRipper msg port

	msg:=SrDoMsg(port, msg)

Inputs:

port	Is the port name, in this case: SERRCMDSENTER
msg	message header when initialized with SrInitMsg()

Outputs
msg	Will contain the MSG header


SerialRipper/-- Commands --                        SerialRipper/-- Commands --

Command: 1	SR_HUNT
==============================================================================
With this command you can make Serial Ripper just hunt in a specified
memory area for internal modules. This command will just hunt, and let
Serial Ripper controll it all.. 

Inputs:
start		Must be set
stop		Must be set

Output
error		Will report any errors, 0 for okay, others are equal error

Command: 6	SR_QUIT
==============================================================================
With this command you can make Serial Ripper quit..

inputs:
NONE

Outputs:
error		Will report any errors, 0 for okay, others are equal error

Command: 98	SR_CONFIG
==============================================================================
With this command you can send a config package to Serial Ripper.. 

Inputs:
data		Must be set, ptr to mymessage structure

Output
error		Will report any errors, 0 for okay, others are equal error

Command: 99	SR_TEXT
==============================================================================
With this command you can send a text to Serial Ripper itself.. 

Inputs:
data		Must be set

Output
error		Will report any errors, 0 for okay, others are equal error
