<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ASend</id>
	<title>TI-BASIC:Send - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3ASend"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Send&amp;action=history"/>
	<updated>2026-04-19T13:50:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Send&amp;diff=1190&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Send&amp;diff=1190&amp;oldid=prev"/>
		<updated>2016-02-24T18:39:17Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=SEND.GIF&lt;br /&gt;
|summary=Sends data or a variable to a connected CBL device.&lt;br /&gt;
|syntax=Send(&amp;#039;&amp;#039;variable&amp;#039;&amp;#039;)&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# PRGM to access the program menu.&lt;br /&gt;
# RIGHT to access the I/O submenu.&lt;br /&gt;
# ALPHA B to select Send(.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The Send( command is used for sending data to a CBL (Calculator Based Laboratory) device (or another compatible device) via a link cable. With some exceptions, Send(&amp;#039;s argument must be a variable: a real number, list, matrix, string, equation, picture, or GDB. An expression or a number will not work -- Send(5) or Send([A][B]) is invalid.&lt;br /&gt;
&lt;br /&gt;
The exceptions are list or matrix elements (that is, you can do Send([A](1,1)) or Send(L1(2)) without an error) and non-variable lists typed out with { } brackets and commas. &lt;br /&gt;
&lt;br /&gt;
= Norland Robot =&lt;br /&gt;
You can use send( with a get( for a Norland calculator robot. The format called CLR format. C stands for command number, L stands for left axle, and R stands for right axle. If the command number is 1, it makes the robot moves in a direction for the time specified later in the command. If it is 2, the robot moves until the bumper hits a wall. If it is 3, it moves for a specified amount of time and stops when the robot when the bumper hits a wall. For example, send({122,100}) will make the robot move forward for 100 centiseconds, send({222}) makes it go forward until the bumper hits the wall, and send({322,100}) makes the robot move forward for 100 centiseconds and stops it when the bumper is pressed. The last two axle control numbers are like this:&lt;br /&gt;
0=backwards&lt;br /&gt;
1=stop&lt;br /&gt;
2=forwards&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Get|Get(]]&lt;br /&gt;
* [[TI-BASIC:Getcalc|GetCalc(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>