Open main menu

CDOT Wiki β

Changes

Connect to Serial Console from Windows

382 bytes added, 20:19, 8 August 2012
Cygwin
* Only difference from the above instruction was in #8, Bits per second (BPS) was set to 115200 instead of 9600.
===Cygwin===
* Windows executable was downloaded from [http://www.cygwin.com/ CigwinCygwin's website]
* Cygwin setup was done by following [http://cygwin.com/faq/faq-nochunks.html#faq.setup.setup this].
* "Screen" was the additional package that was added beyond the default package set. (section 2.9 in the above link)
 
===Putty===
* Windows executable was downloaded from [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty' website] (Section: A Windows installer for everything except PuTTYtel)
* For Cygwin: Click on the cigwin icon and type <code>screen /dev/ttyS[X] 115200</code>
* For Putty: Click on the putty icon!
==Reference==
Com port to /dev/tty conversion
{| class="mediawiki" border="1" width="40%" style="text-align: center;"
|
:'''PC'''
|
:'''Linux kernel'''
|
:'''Kernel with devfs'''
|
:'''Bootloaders'''
|-
|
:COM1
|
:/dev/ttys0
|
:/dev/tts/0
|
:0
|-
|
:COM2
|
:/dev/ttys1
|
:/dev/tts/1
|
:1
 
|-
|
:COM3
|
:/dev/ttys2
|
:/dev/tts/2
|
:2
 
|-
|
:COM4
|
:/dev/ttys3
|
:/dev/tts/3
|
:3
|}
1
edit