A basic question, i thought polserial would allow me to get the tvout data through the serial monitor window? Is this right? Please provide any examples if possible.
Yes, pollserial allows you to do serial communication, just like normal Arduino Serial. The TVout library comes with an example of using pollserial. It is called NTSCserialTerm.
thanks, this does the exact opposite. I accessed the *.cpp file for the instruction description, but cant manage to make the serial write work. I tried something like this: any hints on this? thanks again