Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. shut down the data process
    adn
  2. run minicom on the Licor port
    minicom ttyS2
  3. If the baud rate agrees with minicom (9600) you should see the default Licor output
  4. Send a break character, by doing "control-A f" from minicom
    ctrl-Af
  5. Send these strings to the Licor:
Code Block
(Outputs (RS232 (EOL "0A") (Labels FALSE) (DiagRec FALSE) (Ndx FALSE) (Aux FALSE) (Cooler FALSE)
(CO2Raw TRUE) (CO2D TRUE) (H2ORaw TRUE) (H2OD TRUE) (Temp  TRUE) (Pres TRUE) (DiagVal TRUE)))
(Outputs (BW 10) (RS232 (Freq 10.0)  (Baud 9600)))
 
  1. You won't see much output, perhaps just some changing numbers on the right-hand-side, since the Licor is sending just a line-feed termination and no carriage-return. You can turn on line-wrap, with "control-A w" to see the data stream from side to side:
    ctrl-Aw
  2. Exit minicom with control-A q
    ctrl-Aq

...