Translations:WB Debug Console/8/en: различия между версиями

Материал из Wiren Board
м (FuzzyBot переименовал страницу Translations:Отладочный порт/8/en в Translations:WB Debug Console/8/en без оставления перенаправления: Часть переводимой страни…)
 
Строка 1: Строка 1:
To use the serial port on your computer, set a suitable utility - eg, PuTTY:
To work with the serial port, install a suitable utility on your computer - for example, PuTTY:
* Version for Windows - [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe download from the official site]
* Windows version - [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe download from official site]
* Version for Linux Debian or Ubuntu - the command '' apt-get install putty ''
* Linux version of Debian or Ubuntu - run "apt-get install putty"
Suit also [http://elinux.org/RPi_Serial_Connection other programs].
* MacOS version and installation instructions: [https://www.ssh.com/ssh/putty/mac/ PuTTY for Mac OS X], you can use the terminal client <code>cu</code>, for example
<pre>cu -s 115200 -l /dev/usbmodem00001</pre>.
* Android: use, for example, [https://play.google.com/store/apps/details?id=jp.sugnakys.usbserialconsole&hl=en_US USB Serial Console]. 
Also suitable [http://elinux.org/RPi_Serial_Connection other programs].

Текущая версия на 15:53, 7 июня 2019

To work with the serial port, install a suitable utility on your computer - for example, PuTTY:

cu -s 115200 -l /dev/usbmodem00001

.

Also suitable other programs.