gcIRcom ver.1.0 README
----------------

This command line utility connects to a specified GC-100 HOST IP address and port 4998 of the GC-100 unit and sends a GC IR code specified by 
the user, 3rd party program, script, etc.. 
It can send one IR command at a time and receive a response from the GC-100 unit.


Usage:
	simpleIRClient  -p <protocol> -n <server> -e <endpoint> -m <moduleaddress> -c <connectornumber>

Where:

	-p protocol   - is TCP
	-n server     - is the string address or name of server
	-e endpoint   - is the port to listen on
	-m module     - is the IR module number
	-c connector  - is the connector on IR module
	-g gcircom    - is the native GC IR command string to send  
	

Defaults:

	TCP, 192.168.1.70, 4998, 2 and 1 - (You must specify the GC IR command string using the -g)

e.g.:   e.g: gcIRcom.exe -p TCP -n 192.168.1.1 -e 4998 -m 4 -c 1 -g 36000,3,1,15,10,6,10,6,22,6,10,6,28,6,16,6,10,6,10,6,10,6,22,6,22,6,16,6,22,6,10,6,10,6,28,6,10,6,3100


On successful completion of the code, the GC-100 will send:

completeir,<module>:<connector>,ID.

Then terminate.



By: VortexRotor         Enjoy!
