Quote:
|
Originally Posted by Greg Marra
We just spent all day today updating our camera code to work with your old drivers! How changed are the new ones?
|
It's called job security, Dude <grin!>. I added the "glue" function, _user_getc(), that's required to interface to the new output stream functions. I dumped the old printf() interface, and now use the variable "stdout_serial_port" to select which port to send the output (stdout is now used by Microchip's code). If you made the changes to the camera code I suspect you did, you should be able to just drop the new code into your build and disable serial port two in serial_ports.h.
-Kevin