Hello,
I have used the function “serCread…” to read data coming into the serial port. the data coming in are Integers and there are 20 of them. I have added a carraige return (CR) between each integer while I am sending in the data into the RCM3200 Serial Port C. In Dynamic C, I can use the printf to look at the data coming in and they are all good.
My problem is to remove these 20 integers from each other. I need to do
some math on each one of them and then put them into an array of integers.
When The “serCread” function reads the data coming in from the RS232 port, it treats them as a string. So the data coming in is a string of these 20 integers plus the between each of them.
Any Idea, how I can do this. thank You.
regards
Bobby