Module Identification
This example can be used to verify that the logical address has been correctly set, that the module is correctly installed, and that the module is communicating with the command module. The terminal module does not need to be installed for this example to work. This example queries the module for the identification string.
10 DIM A$[256]
20OUTPUT 70909;"*IDN?"
30ENTER 70909;A$
40PRINT A$
50END
The response should be similar to one of the following:
or
The xxxxAxxxx portion of the response string is the module serial number.
38 Module Setup and Installation | Chapter 1 |