Can you provide any more details? Prop board you are using? Code you are running? Based on the experiences so far, this isn't a widespread situation, so details would be much appreciated.
The garbage characters are generated because the SimpleSerial driver releases the transmit pin after sending out a character, and the QuickStart card does not have a pullup on this pin. The lastest version of PropGCC may now be driving this pin between characters. However, this would cause problems when printing from another cog.
Comments
Can you provide any more details? Prop board you are using? Code you are running? Based on the experiences so far, this isn't a widespread situation, so details would be much appreciated.
puts has the same problem.
I must have been using an old version, I downloaded it some time ago. I downloaded the current version and it was OK.