Versions Compared

Key

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

...

Code Block
ctrl-A F   (control-A F sends BREAK, which puts the Licor in command mode at 9600 baud)

(Outputs (RS232 (EOL "0A") (Labels FALSE) (DiagRec FALSE) (Ndx FALSE) (Aux FALSE) (Cooler FALSE)))

ctrl-A F

(Outputs (RS232 (CO2Raw TRUE) (CO2D TRUE) (H2ORaw TRUE) (H2OD TRUE) (Temp  TRUE) (Pres TRUE) (DiagVal TRUE)))

ctrl-A F

(Outputs (BW 20) (RS232 (Freq 20.0)  (Baud 19200)))

ctrl-A Q    (quit minicom)

You must send the first An "Output" statement must occur all on one line, so you might have to cut and paste both lines separately before hitting returnthey've been split into 3 lines above. After sending the Baud 19200 command you will see garbage data in minicom, because the baud rate has changed. You can change it the minicom rate to 19200 with ctrl-A P F, or just exit minicom and see if the data
system is getting receiving the data, as follows:

  • aup
  • wait a few seconds
  • rs 8

...