Hello everyone .. Gotta mind confusing question about a very favorite command HSERIN ..
Let's say I'm capturing bytes on USART and I have an INDEX variable called x and these x variables are within an 100 array size ..
Is there a possible way to set an index in the command starting with a specific number ? such as ?
hserin 60000,main,[str x[5]\90]
I need to do this because I need the data in x[0],x[1],x[2],x[3],x[4] variables ..
What I'm actually asking is if this command syntax is true and fine for purpose ?
Thansk in advance ..
Bookmarks