Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Hmmm. works in "cool term" just fine, but not putty. ill have to check the putty config.... --- Quote End --- You'll have to look at the source for fgets to see whether it determines a "line" to be terminated with \n or \r or \r\n. Look at your SignalTap II traces of a short string sent via Putty, eg., type in HI and hit enter, and see if four characters are transmitted HI\r\n or three HI\n. Cheers, Dave