Closed andrei-cb closed 7 years ago
Hi @Caydenz, you cannot use printf to send data via Terminal, instead you may use TerminalSendString and snprintf, since TerminalSendString solely takes a string and no other parameters.
Actually, if I remember correctly, LUFA gives some Support with CDC ACM and streams and stdout.. See here http://fourwalledcubicle.com/blog/2009/11/lufa-cdc-streams/
Am 31. Juli 2017 09:14:26 MESZ schrieb Georg Land notifications@github.com:
Hi @Caydenz, you cannot use printf to send data via Terminal, instead you may use TerminalSendString and snprintf, since TerminalSendString solely takes a string and no other parameters.
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/emsec/ChameleonMini/issues/129#issuecomment-318987834
Hi,
Where is the printf output redirected? I am trying to debug some changes and using LogEntries is pretty horrible.
Thanks!