Open main menu

CDOT Wiki β

Changes

Connect to Serial Console from Windows

127 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)
==Reference==
Com port to /dev/tty conversion
{| class="wikitable sortablemediawiki" border="1" cellspacingwidth="240%" widthstyle="100%text-align: center;"
|
:'''PC'''
|
 
:'''Linux kernel'''
 
|
 
:'''Kernel with devfs'''
 
|
 
:'''Bootloaders'''
|-
|
 
:COM1
 
|
 
:/dev/ttys0
 
|
 
:/dev/tts/0
|
:0
|-
|
:COM2
|
:/dev/ttys1
|
:/dev/tts/1
|
:1
|-|:0COM3|:/dev/ttys2|:/dev/tts/2|:2
|-
|
:COM4
|
:/dev/ttys3
|
:/dev/tts/3
|
:3
|}
1
edit