Hello,
I have recently bought a Toy and would like it to record and send remote signals to control the media in my room from my computer.
I found a perl script, which records the remote's ir signal called irtoy_record.pl amongst the software, but the problem is, it seems to be written for a windows environment. ie to talk to the Toy, it has
# init RS232
my $rs = rs232init();
so obviously there must be an equivalent for rs232init() in Linux, I would be grateful to know what it is.
Thank you
Peter


