05-08-2023, 10:39 PM
Hi,
I think the T memory is supported because the project is updated from an older version to a newer.
Using the latest version there are no difference between text and number.
The app uses the V memory to transfer number or text.
By default the arduino code examples are configured to support 32 float values not text.
The code needs some changes if you want to support both text and numbers.
There are examples on how to do it in this post:
https://virtuino.com/forum/showthread.php?tid=1197
This is the library example on how to transfer text:
https://virtuino.com/downloads/examples/...y_text.zip
On this example the code supports 32 float values and some text variables.
I think the T memory is supported because the project is updated from an older version to a newer.
Using the latest version there are no difference between text and number.
The app uses the V memory to transfer number or text.
By default the arduino code examples are configured to support 32 float values not text.
The code needs some changes if you want to support both text and numbers.
There are examples on how to do it in this post:
https://virtuino.com/forum/showthread.php?tid=1197
This is the library example on how to transfer text:
https://virtuino.com/downloads/examples/...y_text.zip
On this example the code supports 32 float values and some text variables.