serial monitor

Store Forums Video Experimenter General Discussion serial monitor

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #521
    xtoragu
    Member

    hi everyone,

    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.

    thanks for the feedback

    #1098
    Michael
    Keymaster

    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.

    #1099
    xtoragu
    Member

    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

    tv.print((char)pserial.write(X));

    kind regards
    xto

    #1100
    Michael
    Keymaster

    What are you trying to do? Write to the screen? Write data to the computer?

    tv.print(c) writes to the screen.
    pserial is for writing out the UART on the Arduino (e.g. to a computer).

    You need to stop and think about what you are trying to accomplish.

    #1089
    xtoragu
    Member

    ill look for some documentation and post it here itll save some headaches

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.