getstr in FullDuplexSerialPlus
J^3
Posts: 121
Good Evening,
I am confused about the use of getstr in FullDuplexSerialPlus.
From looking at the comment in the method it appears that getstr will get a string that terminates with a 0 and store it at the memory address of stringpntr. But how would you read in the bytes of a particular string. Am I totally off track?
Any help would be appreciated. Thanks.
I am confused about the use of getstr in FullDuplexSerialPlus.
From looking at the comment in the method it appears that getstr will get a string that terminates with a 0 and store it at the memory address of stringpntr. But how would you read in the bytes of a particular string. Am I totally off track?
Any help would be appreciated. Thanks.
Comments
There are objects in the Object Exchange for doing more complex manipulation of strings using subroutines. Look at "String Library" and "Strings Library". Also look at "Numbers".
I will check out those objects.