Tata > Micrologiciel
Contents (hide)
Process serial data and execute commands. You must call this function as often as possible.
Returns the number of elements available in the current message.
Returns the current element as an integer. Returns 0 if the element was not a number. And then passes to the next element in the message.
Returns the element as an long. Returns 0 if the element was not a number. And then passes to the next element in the message.
Copies the current element as a string into the the array pointed by the target char array. maxsize must match the size of the target char array. TAnd then passes to the next element in the message.
Compares the element to the string check.