Printing Fi/Di values from simtrace host tool (PPS)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/simtrace@lists.osmocom.org/.

Peter Stuge peter at stuge.se
Thu Feb 16 23:15:36 UTC 2012


Myonium wrote:
> Where would be a better way to dump the bytes without interfering
> / disturbing too much ....
> 
> Grateful for any suggestions 

Reserve a buffer in RAM on the microcontroller big enough to hold the
two first USB transfers and some 100 bytes extra. Fill the buffer
where you now do the debug print. Send buffer as ASCII over UART when
it has filled up. Compare with output from the usbmon tool. (Use %02x
format string.)


//Peter




More information about the simtrace mailing list