Support » Pololu Wixel User’s Guide » 6. Using a Virtual COM Port »
6.b. Using a Terminal Program
<p>There are many free terminal programs available which are capable of sending and receiving bytes on a virtual COM port. These programs include <a href="https://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY</a> (Windows or Linux), <a href="https://teratermproject.github.io/index-en.html">Tera Term</a> (Windows), and <a href="https://sites.google.com/site/terminalbpp/">Br@y Terminal</a> (Windows). Advanced users developing scripted applications may prefer the free terminal program <a href="http://www.columbia.edu/kermit/ck80.html">kermit</a>. To use any of these terminal programs with the Wixel, you must specify the port name (see <a href="/docs/0J46/6.a">Section 6.a</a>) and the baud rate. The baud rate may or may not affect anything; see your application’s documentation. The characters you type will be transmitted on the programmer’s <b>TX</b> line. Bytes received by the programmer on the <b>RX</b> line will be displayed on the screen by the terminal program.</p>
<p>Typical terminal programs will allow you to choose several other settings besides the baud rate. If you are not sure what settings to use, then you should pick 8 data bits, 1 stop bit, no parity, and no flow control.</p>
<p>Typical terminal programs will not allow you to use the serial control signals, but Br@y terminal does. You can click the “DTR” and “RTS” buttons to change the state of the DTR and RTS signals. The state of the CTS, CD, DSR, RI, DTR, and RTS signals are indicated by the colors of the corresponding buttons.</p>
<table class="picture_with_caption center"><tr><td style="max-width: 498px"><img alt="" class="" data-gallery-pictures="[{"id":"0J1363","caption":"\u003cp\u003ePuTTY is a free Windows terminal program that can send and receive bytes on a serial port.\u003c/p\u003e","url_tiny":"https://a.pololu-files.com/picture/0J1363.98x98.jpg?e2c92da2678acf9014b9077174c0aaf9","url_medium":"https://a.pololu-files.com/picture/0J1363.600x480.jpg?e2c92da2678acf9014b9077174c0aaf9","url_full":"https://a.pololu-files.com/picture/0J1363.1200.png?e2c92da2678acf9014b9077174c0aaf9","longest_side":498}]" data-picture-id="0J1363" data-picture-longest_side="498" src="https://a.pololu-files.com/picture/0J1363.498.png?e2c92da2678acf9014b9077174c0aaf9" /></td><p></tr><tr><th style="max-width: 498px"><p>PuTTY is a free Windows terminal program that can send and receive bytes on a serial port.</p></th></tr></table></p>
<p>If you need to send and receive non-ASCII bytes, you can use the <a href="/docs/0J23">Pololu Serial Transmitter Utility for Windows</a> or Br@y Terminal.</p>