...> comm <asy_iface> <"text_string">
This command sends "text_string", followed by a CR character, to the interface named <asy_iface>. An earlier attach command provides the <asy_iface> name. Normally, this command is used to issue TNC commands, and is used to place the TNC into KISS mode as part of the AutoexecNosFile script when JNOS is started. Comm may also be useful to send AT commands to attached phone modems as part of a setup script.
Example 1: Ensure kiss mode is on:
comm tnc "kiss on" comm tnc "restart" pause 4 param tnc txdelay 10
Example 2: have telephone modem answer on first ring:
param dialup up comm dialup "atz e0 s0=1" pause 2 start tip dialup modem 360
