> To summarize your problem, you're running Linux natively on your > computer. You are using TinyOS 1.x. When trying to access the serial > port with the TinyOS 1.x Java APIs, you get errors saying that you > should use Windows-style port names. Is this correct?
Correct in more ways than one :-) The Sun JavaComm API calls serial ports COMn, even on Linux. The IBM implementation (and, I believe, toscomm in TinyOS 2.x?) use their proper /dev/tty* names. Michiel _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
