Hi. I´m sending the readings of the sensors on Micaz through serial port in Cygwin. I send the values to /dev/ttyS2 port. Can I read the values in this port in Windows (COM1 port) or that port (ttyS2) are only available on Linux?. I try to get this values with a JAVA application running on Windows. Thank you