Recent content by Talha

  1. T

    Adding together ASCII(h) representation of bytes in a array<Byte>

    I am trying to send a message consisting of a few byte using visual studios c++. The device requires serial communication and I am using array<Byte>: https://stackoverflow.com/questions/32770503/serial-port-write-c The message to be send should start with 02 ASCII(h) i.e. STX. This is followed...