Hello !
 
I have some questions concerning IrDA. I hope you could help me.
 
1/ I would like to use minicom with the IrDA in order to send AT (or Hayes) commands... How should I configure Linux and minicom to use it ? Could you give me each steps to do it ?
 
2/ I know that it is possible to check the input and the output of the serial port in doing "cat /dev/ttyS0" but when I try to see what happens in the IrDA port (/dev/ircomm0), nothing happens... How could I see the IrDA frame without using "irdadump" ?
 
N.B. : This is what I do in order to launch IrDA :
 
mknod /dev/ircomm0 161 c 1
 
insmod ircomm
insmod ircomm-tty
insmod irda
irmanager -d 1
irattach /dev/ttyS0
 
cat /proc/net/irda/discovery
cat proc/modules
 
For minicom, I use /dev/ircomm0
 
Thanks for your help.
:-)

Reply via email to