 |
cmd_sendcalc |
Function (ROM Call 0x388) |
Executes TI-Basic 'SendCalc' command.
cmd_sendcalc sends a variable (or program) pointed to by SymName
(a VAT string, see SYMSTR) to the link interface,
where another unit linked to the link port can receive
the variable value. This function calls sendcalc
from the link.h header file. If you send a variable from a TI-89 or
TI-92 Plus to a TI-92, an error occurs if the TI-92 executes the GetCalc command from TI-Basic.
In this case, the sending unit must use cmd_sendchat instead.
Uses: ER_catch, ER_success, ER_throwVar, OSLinkClose, OSLinkOpen, OSLinkReset, sendcalc, idle, OSFreeTimer, OSRegisterTimer, OSTimerExpired, clear_error_context
See also: cmd_sendchat, cmd_getcalc, cmd_send, sendcalc