<< return to Pixycam.com

Printf statements in pixy device firmware code

How to get the output of the print statements inside the pixy firmware back to host machine?

Hello,
The printf commands go to the serial port on JP2. Here is the schematic:

The TX signal is 3.3V, 115K baud, 8 data bits, 1 stop bit, no parity, no flow control. Using an serial to USB converter is what we do.

Hope this helps!

Edward

Thanks :slight_smile: