emsec / ChameleonMini

The ChameleonMini is a versatile contactless smartcard emulator compliant to NFC. The ChameleonMini was developed by https://kasper-oswald.de. The device is available at https://shop.kasper.it. For further information see the Getting Started Page https://rawgit.com/emsec/ChameleonMini/master/Doc/Doxygen/html/_page__getting_started.html or the Wiki tab above.
Other
1.75k stars 392 forks source link

printf output #129

Closed andrei-cb closed 7 years ago

andrei-cb commented 7 years ago

Hi,

Where is the printf output redirected? I am trying to debug some changes and using LogEntries is pretty horrible.

Thanks!

geo-rg commented 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.

skuep commented 7 years ago

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