[Tinyos-help] about listenraw

2006-09-12 Thread [EMAIL PROTECTED]
I would like to know if you thik if the progran listenraw could be modificated in java for sending for another serial port the sensing information sensed by motes an collected by MIB510. The application is to convert the packets in a pc with a modified program of listen raw and send for a rs232

Re: [Tinyos-help] about listenraw

2006-09-12 Thread Michael Schippling
All things are (im)possible with software... But probably all you need to do is redirect ListenRaw output to the serial port of interest: java ...ListenRaw COM666 or whatever the port name is... Do man bash and look for I/O redirection information. MS [EMAIL PROTECTED] wrote: I