{"id":10688,"date":"2022-03-17T09:56:52","date_gmt":"2022-03-17T09:56:52","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=10688"},"modified":"2026-04-05T12:08:21","modified_gmt":"2026-04-05T12:08:21","slug":"terminals-for-altairduino","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/","title":{"rendered":"Terminals for Altairduino"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction to Terminals for Altairduino<\/h3>\n\n\n\n<p>In this section, We&#8217;ll discuss some common Terminals for Altairduino. I purchased my Altairduino kit from <a href=\"https:\/\/adwaterandstir.com\">AdWaterAndStir.com<\/a> PUTTY works well for Telnet, but we&#8217;ll want to change some settings. If you wish to perform file transfers, then you will need a different program that supports XModem. One example of this is TeraTerm for Windows. On the other hand, if you run Linux, I like to use Minicom. I believe there is a fork of PUTTY that supports XModem, called ExtraPUTTY, but I have not fully tested this as of yet. Keep in mind there are many different terminals available for install. This post discusses only 3 of them which are common.<\/p><div id=\"bryce-2480619968\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>David Hansel wrote the code for the Altairduino, and Chris Davis put together the nice kit at <a href=\"http:\/\/adwaterandstir.com\">adwaterandstir.com<\/a>.<\/p>\n\n\n\n<p>For this example, I&#8217;ve installed the <a href=\"https:\/\/adwaterandstir.com\/2021\/01\/23\/use-telnet-over-wifi\/\">ESP-01S module in my Altairduino.<\/a> For this reason, I wanted to communicate to the Altairduino over Ethernet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">TeraTerm on Windows (XModem Support)<\/h3>\n\n\n\n<p>Teraterm supports Telnet as well as standard serial.   Basically, the default install seems to work well.   I always like to go into the settings, and configure a black background.  Since I like the green monochrome look, I will also set the text color to a lighter green.  Additionally, I&#8217;ll go into the settings, and set the font size to 18.  The selection of font sizes only runs up to 16.  However, if I type in the font size of 18, I get a nice large font that I can read.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Minicom on Linux (XModem Support)<\/h3>\n\n\n\n<p>If you use Minicomin in Linux , however, you will want to map a virtual serial port to your Altair.  In this case, I&#8217;m using Debian Bullseye.  The command I use is:  <\/p>\n\n\n\n<p>s<strong>ocat pty,link=\/dev\/virtualcom0,raw tcp:192.168.1.100:23&amp; <\/strong>  The IP address is that of the ESP-01s wifi modem on the AltairDuino.<\/p>\n\n\n\n<p>Most likely, you will need to execute that command as root.  Next, simply start minicom with the following command:<\/p>\n\n\n\n<p><strong>minicom -D \/dev\/virtualcom0<\/strong><\/p>\n\n\n\n<p>If you don&#8217;t have permissions set up correctly, you may have to run that command as root as well.  Additionally, you may have to change your baud rate, parity, stop bits, etc.  Do this from the menu.  Access the menu by typing CTRL-A then Z.<\/p>\n\n\n\n<p>In my opinion, open source operating systems such as Linux are far superior to proprietary operating systems.  Since it&#8217;s open source, a lot of eyes are on the code to spot errors and security flaws.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">PUTTY Configuration<\/h3>\n\n\n\n<p>PUTTY will run on either Linux or Windows.  If you wish to have XModem support in Windows, then you can use <a href=\"https:\/\/sourceforge.net\/projects\/extraputty\/\">ExtraPutty<\/a> instead.<\/p>\n\n\n\n<p>Before we begin, you will need to download and install <a href=\"https:\/\/www.chiark.greenend.org.uk\/~sgtatham\/putty\/latest.html\">PUTTY<\/a>.   In this case, I&#8217;m just using a default install.   For Debian based linux, just do &#8220;sudo apt-get update&#8221;, then sudo apt-get install putty&#8221;.<\/p>\n\n\n\n<p>First, we&#8217;ll set up a Telnet connection.  Enter the IP Address of the ESP-01, and select Telnet.  Name  your connection, then hit &#8220;Save&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"533\" height=\"385\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-140.png\" alt=\"\" class=\"wp-image-10697 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-140.png 533w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-140-300x217.png 300w\" data-sizes=\"(max-width: 533px) 100vw, 533px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 533px; --smush-placeholder-aspect-ratio: 533\/385;\" \/><\/figure>\n\n\n\n<p>At this point, we&#8217;ll go to &#8220;Colours&#8221;, and set up a default foreground color.  This will be your text color.  You can hit &#8220;Modify&#8221; to pick a color.  In this case, I&#8217;ve made it green.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"520\" height=\"191\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-141.png\" alt=\"\" class=\"wp-image-10698 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-141.png 520w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-141-300x110.png 300w\" data-sizes=\"(max-width: 520px) 100vw, 520px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 520px; --smush-placeholder-aspect-ratio: 520\/191;\" \/><\/figure>\n\n\n\n<p>Under &#8220;Keyboard&#8221; our Backspace Character is CTRL-H<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"538\" height=\"172\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-142.png\" alt=\"\" class=\"wp-image-10699 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-142.png 538w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-142-300x96.png 300w\" data-sizes=\"(max-width: 538px) 100vw, 538px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 538px; --smush-placeholder-aspect-ratio: 538\/172;\" \/><\/figure>\n\n\n\n<p>Under &#8220;Telnet&#8221;, Uncheck the bottom option.  We don&#8217;t want the return key to send new lines.   This will interfere with your directory listing.  If you send Line Feeds, <strong>you will not see the whole directory listings in CP\/M.<\/strong>  You will only see one entry.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"527\" height=\"432\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-143.png\" alt=\"\" class=\"wp-image-10700 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-143.png 527w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-143-300x246.png 300w\" data-sizes=\"(max-width: 527px) 100vw, 527px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 527px; --smush-placeholder-aspect-ratio: 527\/432;\" \/><\/figure>\n\n\n\n<p>Under Terminal, be sure you are not sending a Line Feed after a Carriage Return.  <\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"355\" height=\"156\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-144.png\" alt=\"\" class=\"wp-image-10701 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-144.png 355w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-144-300x132.png 300w\" data-sizes=\"(max-width: 355px) 100vw, 355px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 355px; --smush-placeholder-aspect-ratio: 355\/156;\" \/><\/figure>\n\n\n\n<p>Finally, you are ready to save your work.  Go back to Session, and click the name of your session.  After that, click &#8220;Save&#8221;.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"529\" height=\"387\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-145.png\" alt=\"\" class=\"wp-image-10703 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-145.png 529w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-145-300x219.png 300w\" data-sizes=\"(max-width: 529px) 100vw, 529px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 529px; --smush-placeholder-aspect-ratio: 529\/387;\" \/><\/figure>\n\n\n\n<p>Double-Click your connection.  In this case, it&#8217;s Altair8800, and you should be connected to your Altair.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"384\" height=\"339\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png\" alt=\"\" class=\"wp-image-10704 lazyload\" style=\"--smush-placeholder-width: 384px; --smush-placeholder-aspect-ratio: 384\/339;width:384px;height:339px\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png 384w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146-300x265.png 300w\" data-sizes=\"(max-width: 384px) 100vw, 384px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Summary of Terminals for Altairduino<\/h3>\n\n\n\n<p>In Summary, there are a wide variety of terminals to choose from.  Most importantly, be sure you are not sending LineFeeds after your Carriage return.  Additionally, be sure your backspace sends a CTRL-H.  If you need to use XModem, be sure you have access to the PCGET and PCPUT commands on the Altair to transfer files.  You can also transfer files over XModem from the configuration menu (Stop + AUX1 UP).   Check out <a href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/12\/xmodem-over-ethernet-wifi\/\">this post <\/a>for more information on XModem transfers.<\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-1251956911\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to Terminals for Altairduino In this section, We&#8217;ll discuss some common Terminals for Altairduino. I purchased my Altairduino kit from AdWaterAndStir.com PUTTY works well for Telnet, but we&#8217;ll want to change some settings. If you wish to perform file transfers, then you will need a different program that supports XModem. One example of this <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":10704,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[727],"tags":[459,487,488,486],"class_list":{"0":"post-10688","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-vintage-computers","8":"tag-altairduino","9":"tag-minicom","10":"tag-putty","11":"tag-teraterm","12":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Terminals for Altairduino - Bryce Automation<\/title>\n<meta name=\"description\" content=\"How to set up and configure Terminals for Altairduino... We&#039;ll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Terminals for Altairduino - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"How to set up and configure Terminals for Altairduino... We&#039;ll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-17T09:56:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-05T12:08:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png\" \/>\n\t<meta property=\"og:image:width\" content=\"384\" \/>\n\t<meta property=\"og:image:height\" content=\"339\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Terminals for Altairduino\",\"datePublished\":\"2022-03-17T09:56:52+00:00\",\"dateModified\":\"2026-04-05T12:08:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/\"},\"wordCount\":739,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-146.png\",\"keywords\":[\"AltairDuino\",\"Minicom\",\"PUTTY\",\"TeraTerm\"],\"articleSection\":[\"Vintage Computers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/\",\"name\":\"Terminals for Altairduino - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-146.png\",\"datePublished\":\"2022-03-17T09:56:52+00:00\",\"dateModified\":\"2026-04-05T12:08:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"How to set up and configure Terminals for Altairduino... We'll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-146.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-146.png\",\"width\":384,\"height\":339,\"caption\":\"DIR Listing\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/17\\\/terminals-for-altairduino\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Terminals for Altairduino\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Terminals for Altairduino - Bryce Automation","description":"How to set up and configure Terminals for Altairduino... We'll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/","og_locale":"en_US","og_type":"article","og_title":"Terminals for Altairduino - Bryce Automation","og_description":"How to set up and configure Terminals for Altairduino... We'll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.","og_url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2022-03-17T09:56:52+00:00","article_modified_time":"2026-04-05T12:08:21+00:00","og_image":[{"width":384,"height":339,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Terminals for Altairduino","datePublished":"2022-03-17T09:56:52+00:00","dateModified":"2026-04-05T12:08:21+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/"},"wordCount":739,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png","keywords":["AltairDuino","Minicom","PUTTY","TeraTerm"],"articleSection":["Vintage Computers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/","url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/","name":"Terminals for Altairduino - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png","datePublished":"2022-03-17T09:56:52+00:00","dateModified":"2026-04-05T12:08:21+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"How to set up and configure Terminals for Altairduino... We'll discuss Mincom, PUTTY, and TeraTerm in both Windows and Linux systems.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-146.png","width":384,"height":339,"caption":"DIR Listing"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/17\/terminals-for-altairduino\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Terminals for Altairduino"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10688","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=10688"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10688\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/10704"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=10688"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=10688"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=10688"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}