
	To compile the module
		1) make 
	
	To dynamically load & unload the module
		1) make load
		2) make unload
		3) irattach <device name> (ex:- irda0, Device name can found in the log file or with dmesg command )
	
	To statically load and unload the module
		1) make install
		2) make uninstall
		3) irattach <device name> (ex:- irda0, Device name can found in the log file) or with dmesg command)

Applications:
============

1) irxfer :  ircp application is used to transmit and recieve data from other computer through irda device.
	
	a)  irxfer <file or filenames> : To send a file to the other computer.
	b)  irxfer :	To recieve files which are send by the other computer.

	Note: Using the ircp application recieve file are stored in / directory.

2) irobex_palm3: This application is used to transmit and recieve data from the palm Devices.
	
	a)  irobex_palm3 : To recieve files from the palm device.
	b)  irobex_palm3 <file> : To send a file to the palm device.

	Note: Using irobex_palm3 application recieve files are stored in /tmp directory.

3) For printer usage 
	
	a) Configure the printer using the print configuration tool by specifying the device name /dev/irlpt0.
	b) or, cat <filename> > /dev/irlpt0 



