hi all,
I am a newbie & this a dumb question. I am sending data from Matlab via serial port to MSP430FG4618 Exp's Board. This value is received as character in UCA0RXBUF. Can anyone tell me how to i convert the received value to integer so that it can be displayed on LCD.
For ex. if i send 1234 from Matlab this will be received as character on board. How do i change this value to integer.
Secondly if i want to use an array to store the received value how can that be achieved.
Thanks
Sid