Search:

Type: Posts; User: puj

Search: Search took 0.00 seconds.

  1. Thanks EVOEx. I will change inpit stream to...

    Thanks EVOEx.

    I will change inpit stream to integer and then convert to hex . I will then assign it to uint8_t data type.
    Hope it works.

    Thank you.
  2. How to read uint8_t data type from command line input

    Hi All,

    Here is my simple program

    #include<iostream>
    using namespace std;

    int main()
    {
    uint8_t sa[6];
Results 1 to 2 of 2