Update Laser Controller

alphonse 2025-03-14 00:03:22 +00:00
parent 55dc7d9629
commit ea7a8a2638
1 changed files with 3 additions and 3 deletions

@ -28,10 +28,10 @@ The Pico laser controller understands the commands in the table below. Any othe
|-----------------------|--------------------------------------------|
| *idn? | Return identification string |
| f.[x] | Set the center frequency to *x*. |
| f.? | Return the current center frequency. |
| | The center frequency = green frequency. |
| | Blue freq. is set to *x* - 3 Hz. |
| | Red freq. is set to *x* + 3 Hz. |
| f.? | Return the current center frequency. |
| [b/g/r].[**on**/off] | Turn the blue/green/red laser on/off. |
| sweep.[n] | Conduct a frequency sweep in range center freq. +/- *n* |
| toggle.[**on**/off] | Toggle the indicator LED on/off. |
@ -46,4 +46,4 @@ The command to connect with Minicom is:
The device name/number may change.
Once in minicom, press CTRL+a, z then e for echo mode.
Once in minicom, press `CTRL+a`, `z` then `e` for echo mode.