jsbhalla88
Member level 1
- Joined
- Mar 3, 2015
- Messages
- 41
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 6
- Activity points
- 314
hi.
i know this is simple but I am not able to do it..
I am reading characters from software UART, and storing them in char array. I acan only read one char at a time, so I am using char array.
now, I want to merge(concatenate) two/more characters from the array in which I received the char from UART.
I have tried using built in functions strncat, strcat..they should work.., but didn't in my case..
I am using MikroC pro for programming PIC18F45K22 microcontroller
can anyone suggest.?
i know this is simple but I am not able to do it..
I am reading characters from software UART, and storing them in char array. I acan only read one char at a time, so I am using char array.
now, I want to merge(concatenate) two/more characters from the array in which I received the char from UART.
I have tried using built in functions strncat, strcat..they should work.., but didn't in my case..
I am using MikroC pro for programming PIC18F45K22 microcontroller
can anyone suggest.?