Main page
Recent changes
Icom CI-V stepper
B
I
U
S
link
image
code
list
Show page
Syntax
!! USB Command Line Interface (CLI) !!! How to connect * Connect USB micro cable between CLI stepper and your PC * install [PuTTY terminal|https://www.putty.org/] * after run it set ** '''com port''' dependency to your system ** baudrate to '''115200''' ** Connection type to '''Serial''' ** In Terminal category turn off options '''Implicit CR''' and '''Implicit LF''' by picture [https://remoteqth.com/img/wiki-civ-stepper-02.png] ** press '''Open''' !!!CLI commands After open PuTTY press character [?] who show actual setting and available command [https://remoteqth.com/img/wiki-civ-stepper-01.png] !!! Secure remote manage Configuration available via serial CLI (command line interface). This interface can be safely accessed to the Internet and encrypted connections to manage all features [https://remoteqth.com/img/wiki-civ-stepper-09.png|noborder] What you need * any version Raspberry PI * microSD card with [Raspbian Lite|https://www.raspberrypi.org/downloads/raspbian/] * micro USB cable * 5V power adapter with micro usb cable * ethernet connection * for first start HDMI monitor and USB keyboard How to start * after first boot login to serial console with default login '''pi''' and password '''raspberry''' * run command and '''enable [SSH|https://www.raspberrypi.org/documentation/remote-access/ssh/]'''{{sudo raspi-config}} * run command and write down the shown '''IP address'''{{ip a}} * you can disconnect HDMI monitor and USB keyboard * connect to Raspberry PI from any other PC ** [windows|https://www.raspberrypi.org/documentation/remote-access/ssh/windows.md] ** [Linux|https://www.raspberrypi.org/documentation/remote-access/ssh/unix.md] ** [iOS|https://www.raspberrypi.org/documentation/remote-access/ssh/ios.md] * update system with run command{{sudo apt-get update && sudo apt-get upgrade}} * install screen fith command {{sudo apt-get install screen}} * run '''screen'''{{screen /dev/ttyUSB0 115200}} * now after pres ? key show status information and you can '''configure via CLI'''[https://remoteqth.com/img/wiki-civ-stepper-01b.png] * close screen with '''CTRL+A K''' and confirm '''y''' * disconnect from Raspberry PI use command {{exit}}
Password
Summary of changes