Difference between revisions of "Sync Box"

From MCEWiki
 
Line 1: Line 1:
 
== Issue commands to the Sync Box ==
 
== Issue commands to the Sync Box ==
  sudo minicom
+
  > sudo minicom
 
Minicom needs the following options changed for it to work properly:
 
Minicom needs the following options changed for it to work properly:
 
  > <ctrl-a>, <z>, <a>
 
  > <ctrl-a>, <z>, <a>

Revision as of 11:13, 8 July 2008

Issue commands to the Sync Box

> sudo minicom

Minicom needs the following options changed for it to work properly:

> <ctrl-a>, <z>, <a>
> <ctrl-a>, <z>, <o>, <Serial port setup> <Serial Device> = /dev/ttyS0
> <ctrl-a>, <z>, <o>, <Serial port setup> <Bps/Par/Bits> = 9600 8N1
> <ctrl-a>, <z>, <o>, <Serial port setup> <Hardware Flow Control> = No
> <ctrl-a>, <z>, <o>, <Serial port setup> <Software Flow Control> = No
> <ctrl-a>, <z>, <o>, <Modem and dialing> <Modem has DCD line> = No

Remember to save, exit and restart Minicom after making these changes.