Search:

Type: Posts; User: tj22

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,685

    @Salem This is what I have attempted so far. ...

    @Salem

    This is what I have attempted so far.




    // -- Declare an array of char here to store command string, and an int to record char pos in string
    char buffer[10];
    int...
  2. Replies
    6
    Views
    2,685

    @Salem. I first have to collect bytes into a...

    @Salem.

    I first have to collect bytes into a string then compare that string to see if it is equal to the correct function call LEDon or LEDoff. For example if you where to type LEDon it would...
  3. Replies
    6
    Views
    2,685

    C MSP430 programming question

    Hi guys,

    I have been given a msp430 chip with a main.c and utility.h files to program for an assignment using C. I am new to C and we have only had one lecture on C Strings and the rest of the...
Results 1 to 3 of 3