26
Figure 13: EzSetup Configuration
Pressing the GPRS button will bring up the same GPRS Block Properties Dialog as
described above:
Figure 14: GPRS Tag in EzSetup
Basic Entry – Setup Tab
A Basic program can format custom GPRS messages. Any of the Basic string functions
can be used to format the buffer as required, but the Bin and Bin6 functions exist
specifically to help forming 8-bit and 6-bit binary encoded data.
To create a self-timed formatting routine, create a function with a "SELFTIMED_"
prefix. The return value of the function becomes the buffer. For example:
Public Function SELFTIMED_STFormatter
Selftimed_STFormatter = "Test Selftimed Message"
End Function