Navigation

    IO Rodeo Forum

    • Register
    • Login

    Serial Output

    Colorimeter
    2
    2
    2181
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      aster123 last edited by

      Hi .
      I want to use this as a part of a larger project
      any idea how can i redirect the output to serial?

      W 1 Reply Last reply Reply Quote 0
      • W
        Will Dickson @aster123 last edited by

        @aster123

        It is possible to redirect the serial output. You would need to make minor modifications to the firmware. I think this would primarily involve changing "Serial" in SerialReceiver.cpp and SerialHandler.cpp to the new serial port. The Uno only has one hardware serial port (pins 0 and 1) which is used for USB serial, but you could use SoftwareSerial (https://www.arduino.cc/en/Reference/softwareSerial) to make any two digital pins into a serial port.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post