You can configure code generated by Rational Statemate MicroC to use a Remote Panel Server to display graphical panels. The executable communicates with the Remote Panel Server via TCP/IP communication protocol.
Upon invocation, the Remote Panel Server communicates the necessary communication parameters to the executable by writing them to the file r
comm.cfg
.
● The Remote Panel Server must have access to the generated code directory to be able to read the generated panel files.
● In the case where no file system can be shared with the target, you should adapt thelibsvrcom.lib
library code to identify the server.
● When no direct TCP/IP link is available to the target, you should adapt thelibsvrcom.lib
library andrimc_rpgertl.c
file.