Install the Minicom Terminal Emulator for Use with Callisto-Lx

Similar documents
Raspberry Pi Basic Setup

Perl-FTP-Upload (Version 3) Installation for Callisto

Callisto-Pi: Callisto Spectrograms from Raspberry Pi

USER MANUAL: Raspberry Pi 2

Adafruit's Raspberry Pi Lesson 6. Using SSH

Setup Wireless LAN (WLAN) on the Raspberry Pi

Adafruit PiUART - USB Console and Power Add-on for Raspberry Pi

Step-by-step guide for the libradtran virtual machine. A) Installation

Callisto Installer Guide. I. QuickStart

XLink Kai Raspberry Pi Beginners Tutorial

USER MANUAL: 4G. The PiIoT is a WAN communications board which provides a 2G / 3G / 4G

Raspberry Pi 3 Model B+ and JMRI with WiFi Access Point for Pi- SPROG One and Pi-SPROG Nano raspian-stretch build

Spring 2017 Gabriel Kuri

Raspberry Pi 3 Model B and JMRI with WiFi Access Point for Pi-SPROG One and Pi-SPROG Nano raspian-jessie build

Using the PXI-8150B in a PXI-1025 Chassis NOTE TO USERS

Preparing SD card for Pi

Adafruit NFC/RFID on Raspberry Pi

Davide Cavaliere 18 th February 2017

Adafruit Ultimate GPS on the Raspberry Pi

Adafruit NFC/RFID on Raspberry Pi

Com.X. IP PBX / Gateway. ComX Software upgrade procedure. (1.3 to 1.4)

Installation guide. Step1. Install the OS for Raspberry Pi 3. Go to to download Raspbian to the PC.

#Uncomment the second line to enable any form of FTP write command. #write_enable=yes

CIS 192 Linux Lab Exercise

iridium Server for Raspberry Pi

An introduction to Linux Part 4

Enabling SSH on CMS 2.x Server

Raspberry Pi NTP Clock Setup Guide

Using Notes. System: Using CounterPoint. Overview. Adding notes

Network Time Protocol and Meinberg NTP Time Server Monitor ~ Installation Guide. 1. Introduction. 2. NTP Installation

All rights reserved by Waveshare Electronics Co., Ltd. Not allow to modify, distribute, or copy without permission.

Installation of the DigitalSystemsVM virtual machine

Installing Cisco StadiumVision Director Software from a DVD

Manual of ET-LCD SW HAT

Terra-Berry DAC2. Serial port communication setting manual at volumio2 & Raspberry Pi3. Notes

5inch HDMI LCD (B) User Manual

Command-Line Interfaces

PiCAN 2 USER GUIDE V1.2

CS CS Tutorial 2 2 Winter 2018

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

NANO-SPOT Personal Digital Hotspot

RETROPIE INSTALLATION GUIDE

DX System Operating Guide

A Step by Step Guide to Installing VPN on Raspberry Pi. Whitepaper

SAMA5D3x-CM Instruction to program images with PEEDI

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack!

Quick Note 24. Extracting the debug.txt file from a TransPort. Digi Technical Support. February Page 1

More Raspian. An editor Configuration files Shell scripts Shell variables System admin

LAB #5 Intro to Linux and Python on ENGR

PiCAN2 DUO ISO USER GUIDE V1.1. PiCAN 2 DUO ISO Rev B V1.1. PiCAN2 DUO CAN-Bus ISO Board for Raspberry Pi

Instrument Software Update Instructions. X-Series Multi-touch instruments

Networked Thermal Printer using Raspberry Pi and CUPS

Helsinki 19 Jan Practical course in genome bioinformatics DAY 0

ITEC451 Network Design & Analysis Laboratory Guide: Appendix

Application Note AN-225

Lab 0: Intro to running Jupyter Notebook on a Raspberry Pi

easyladder The PLC engine for your Raspberry Pi HMI library and sample

Access Control System ACCO NET Installation Manual

Instruction: Download and Install R and RStudio

2018/03/23 12:00 1/2 Perle IOLAN

Instrument Software Update Instructions

Installing the Cisco VQE Application on the CDE250

YFKtest on Ubuntu-Gnome 13.10

Installing OptiRain Open on Raspbian

The Broadband Ham Net community has had a need for a stand alone time server for their meshes. This document will attempt to fill in this need.

Bluetooth Keyboard Setup Instructions

Table of Contents. PropellerIDE Documentation

Adafruit Ultimate GPS on the Raspberry Pi

Step by step to getting R installed on your computer

Part I. UNIX Workshop Series: Quick-Start

Code::Blocks Student Manual

Adding a Boot Disk Entry to an HP Integrity rx2660

Command-Line Interfaces

Node-RED Dashboard: Pi Control

7inch HDMI Display-B. User Manual. product description

MABEL, PiTone and Control Functions Installation Procedure for hamvoip.org version 1.5 Allstar Distribution

File Transfer Protocol Tool FTP-WatchDog V3

Getting started with ESP IoT phat

You will need to know the IP address or the hostname of the pi (as discussed above) to continue and login to your pi via putty over Ethernet.

Setting up a Chaincoin Masternode

2012 Lenovo Server Client Performs All Steps from ISP Machine 1. Check the ISP CD/DVD drive and remove any disks that are currently loaded.

Raspberry Pi Setup Tutorial

NEC Large-Screen Pxx4 and Vxx4 Displays Raspberry Pi Compute Module Setup Guide. Revision:

Network Monitoring & Management. A few Linux basics

Data Manager Software User Manual

High Voltage Module Raspberry Pi Documentation Page 1

Raspberry PI 'How-To' Series

Editors in Unix come in two general flavours:

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

1. BRIEF INTRODUCTION...

Introduction to Linux Environment. Yun-Wen Chen

IT Essentials v6.0 Windows 10 Software Labs

Contents. Note: pay attention to where you are. Note: Plaintext version. Note: pay attention to where you are... 1 Note: Plaintext version...

NEC Large-Screen Displays Raspberry Pi Compute Module Setup Guide. Revision:

Initial setting up of VPN Java version.

Integrated Lights-Out 3 Virtual Serial Port configuration and operation

Secure Browser Installation Manual For Technology Coordinators

Contents. Crave Masternode Setup Guides. Single / Multiple Local Masternode(s) Single Masternode using a VPS. Multiple Masternodes using a VPS

Ftp Command Line Commands Linux Example Windows Putty

Lab 3a Using the vi editor

Transcription:

Install the Minicom Terminal Emulator for Use with Callisto-Lx Whitham D. Reeve 1. Introduction Minicom is an ASCII text-based, menu-driven serial communication program for Linux that is used to allow serial communications between the RPi console and the Callisto instrument. Minicom is not required by the Callisto Linux software but it provides a convenient, easy-to-use method to test the serial interface and manually control the Callisto. 2. Installation Before installing Minicom, the RPi needs to be setup according to the Callisto-Lx: Setup and Operation Guide {C- LXSOG}. If using Raspbian Jessie or Jessie Lite check that the hardware UART is enabled. From the PuTTY command prompt sudo nano /boot/config.txt Near the end of the file find the textuart=x, where x is 0 or 1. If necessary change touart=1. Note that in versions prior to Raspbian Jessie, the UART is enabled by default and this edit may not be necessary. Save the change and exit the nano editor (CTRL-X, Y, Enter). Next, install Minicom. From the PuTTY command prompt, enter sudo apt-get install minicom When installation is finished, enter sudo reboot At the PuTTY prompt login and then enter sudo minicom s The s option loads the configuration setup window as shown right. File: Reeve_MinicomSetup.doc, Page 1

Using the keyboard arrow keys, scroll down toserial port setup and press Enter. Configure the serial port as follows. After each change press Enter: Press A and change the Serial Device to/dev/ttyama0 Press E and, if necessary, change to 115200 8N1 Press F to toggle Hardware Flow Control tono Press G to toggle Software Flow Control tono When done, press ESC key Back at the Configuration screen, scroll down toscreen and keyboard and press Enter. File: Reeve_MinicomSetup.doc, Page 2

The default settings should be as shown right except P and Q. Press the necessary key to change the settings as shown. In particular, change P (Add linefeed) and Q (Local echo) toyes. When finished press ESC key. Once again, back at the Configuration screen, scroll tofilename and paths and press Enter. Enter the paths in items A and B as shown. The Callisto-Lx directory already should have been made on the RPi. When done, press ESC to return to the setup screen. File: Reeve_MinicomSetup.doc, Page 3

The setup can be saved as default or with a specific name (or both). To save as Default, scroll tosave setup as dfl and press Enter. Another small window will briefly pop up that says Configuration saved. To save with a specific name, scroll down to Save setup as.. and press Enter. A small window will appear. Enter Callisto-Lx and press Enter. Another small window will briefly pop up that says Configuration saved. Later, when Minicom setup is run again, the saved Callisto-Lx configuration will be available. In this way, several different configurations can be saved, one for each specific purpose. Only one configuration is needed for the Callisto-Lx. After saving the configuration file, scroll to Exit from Minicom and press Enter. File: Reeve_MinicomSetup.doc, Page 4

Now, when Minicom is run, the new settings are loaded as part of the command line by entering minicom Callisto-Lx If the configuration was saved as default, it is only necessary to enter minicom To exit minicom press CTRL-A and then X and Enter. A small window will pop up for confirmation as shown right. 3. Test the Serial Interface: Connect the Callisto EIA-232 interface to the RPi through an EIA-232/CMOS 3.3 V level converter and DB-9F to DB-9M straight-through cable. Open minicom. Toggle the Callisto power switch Off and then On to observe its start-up message, and enter various commands such as U2, U4 and U6 and look for a response similar to those shown right. To exit minicom press CTRL-A and then X and Enter. File: Reeve_MinicomSetup.doc, Page 5

To capture data and save it to the file Callistotest.txt, start minicom with the C option switch minicom Callisto-Lx -C ~/Callisto-Lx/Callistotest.txt Note: Minicom cannot be used to access the serial port when Callisto-Lx is in operation. If an attempt is made when Callisto-Lx is using the serial port the following message will appear in the Minicom window: pi@callisto-lx:~ $ minicom minicom: cannot open /dev/ttyama0: Device or resource busy pi@callisto-lx:~ $ When finished testing the serial interface, return to the Callisto-Lx: Operation and Setup Guide. Links and References: {C-LXSOG} http://www.reeve.com/documents/articles%20papers/reeve_callisto-lx_setup.pdf File: Reeve_MinicomSetup.doc, Page 6

Document information Author: Whitham D. Reeve Copyright: 2017 W. Reeve Revision: 0.0 (Original draft started, 11 Feb 2017) 0.1 (Updated with minor edits, 19 Feb 2017) 1.0 (Released, 01 Mar 2017) 1.1 (Added link to setup guide, 13 Jun 2017) File: Reeve_MinicomSetup.doc, Page 7