Revision d443a2ff

View differences:

README.txt
143 143
Depending on your operating system it is recommended to install 'gtkterm' for
144 144
Linux (available in the Ubuntu repositories), or 'hterm' for Windows. For
145 145
gtkterm you need to modify the configuration file ~/.gtktermrc (generated
146
automatically when you start the application for the first time) as follows:
146
automatically when you start the application for the first time). For the AMiRo
147
modules the configuration is:
147 148

  
148 149
  port	= /dev/ttyAMiRo0
149 150
  speed	= 115200
......
158 159
  echo	= False
159 160
  crlfauto	= True
160 161

  
162
The according configuration for all NUCLEO boards is:
163

  
164
  port	= /dev/ttyACM0
165
  speed	= 115200
166
  bits	= 8
167
  stopbits	= 1
168
  parity	= none
169
  flow	= none
170
  wait_delay	= 0
171
  wait_char	= -1
172
  rs485_rts_time_before_tx	= 30
173
  rs485_rts_time_after_tx	= 30
174
  echo	= False
175
  crlfauto	= True
176

  
161 177
For hterm you need to configure the tool analogously. With either tool the robot
162 178
can be reset by toggling the RTS signal on and off again, and you can access the
163 179
system shell of AMiRo-OS. If you need legacy support for older version of

Also available in: Unified diff