Hi everyone,
Sorry for all my posting lately, but I think I (FINALLY) got this problem fixed!
After all the problems I've been having lately with the 4GB boot-stick and the temp sensors I guess I got impatient and changed a few things at once, so now I'm not sure which was the culprit but at least it's working now, I think anyway.
In the BIOS, firstly I disabled "ECHI handoff", this actually didn't do anything that I could tell, and then I;
1) In the BIOS, changed "Plug and Play OS" from No to Yes.
2) In the BIOS, under USB Device Management changed "Emulation" from "Auto" to "HDD".
3) I plugged the temperature sensor into a different port (probably irrelevant).
4) Ran the commands as su.
So now, typing
sudo microcom -s 9600 /dev/ttyACM0 > test.log
Works!, and even better, hitting Ctrl-X to exit, everything seems stable and normal afterwards! So must have been one of the BIOS settings that was causing me grief?
Now I'm trying to figure out how to add a time stamp to the log file, I tried;
sudo microcom -s 9600 /dev/ttyACM0 | date > test.log
And that didn't work at all, I might be able to get by w/o a time stamp there but would be nice to have.
Thanks for listening, and if anyone knows how to append a time onto the microcom output above, that would be great!
Thanks,
David
[Edit]: Fixed code tag. Rich