


Usage:
      CBGO [IO=] [INT=] [TEST=] [BURN=] [TX=] [TIME=]

Option:
 	IO  : set the start address of Oxford UART port
 	      Note: This address maybe ISA or PCI IO .
 	      ex: IO=3F8 (hex)
 	      
 	INT : set the interrupt of Oxford UART port.
 	      ex: INT=A   (hex)
 	      
 	TEST: Set UART port to test mode(default: 9600 , 8N1)
 	      ex: TEST=1          
 	
 	BURN: Burning mode for all UART ports.
 	      ex: BURN=1   (0: disable, 1:enable)
 	      
	TX  : Set the burning data length. (Kilobyte)
	TIME: Set the burning time.(minute)

Example:
	CBGO 
	--> Set port1 and port2 to COM3 and COM4, respectively. 	            
	
	CBGO IO=3E8
	--> Set port1=3E0(COM4), port2=3E8(*COM3), port3=3F0, port4=3F8(*COM1)
	
	CBGO IO=2E8 INT=A
	--> Set port1=2E0(COM3), port2=2E8(*COM4), port3=2F0, port4=2F8(*COM2) and IRQ=A
	
	CBGO TEST=1
	--> Set port1 to test mode which listen from serial and keyboard. Dump the data
	    from serial and send out the data from keyboard.
	    Note: Default setting is 9600bps , 8N1
	    
	CBGO BURN=1
	--> Please loopback all ports before start this mode.

	CBGO BURN=1 TX=10
	--> Burning willn't be terminated until the length of tx data is over 10KB.

        CBGO BURN=1 TIME=10
	--> Burning will be run for 10 minutes.    
	
Note: CWSDPMI.EXE must be executed before CBGO is executed.	