A sketch I wrote recently uses Serial.write to display the value read from a potentiometer. This sketch worked fine on my Mac and displayed correct values on the serial monitor. When I loaded the exact same sketch onto a Windows platform, instead of displaying the numerical value from the pot, I got ASCII characters.
I have limited access to the Windows machine (I'm teaching a group of fifth graders how to use the Arduino) and haven't been able to spend a lot of time debugging this issue. Any hints would be appreciated.
Thanks,
Kevin H.