This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Simple question, but a difficult answer?

I want to sent binary to comms port?

Please explain can it be done

Parents Reply Children
  • It is not necessary, but it's quite likely to be the most convenient:

    In most cases, "binary" data will be 8-bit bytes - so setting the serial port to 8 data bits makes sense.

    The other important thing is to ensure that the port (including any drivers) will not try to interpret any specific values as any kind of "control" code - eg, software flow control...