This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| lock-in_amplifiers [2026/05/08 10:48] – [EG&G 72xx] simon | lock-in_amplifiers [2026/05/08 11:36] (current) – [Remote access] simon | ||
|---|---|---|---|
| Line 85: | Line 85: | ||
| ==== Remote access ==== | ==== Remote access ==== | ||
| Both the 7280 and 7260 allow for daysi chaining. The 7260 is daisychained to the 7280 and the 7280 uses a startech RS-232 to Land adapter with the following properties: | Both the 7280 and 7260 allow for daysi chaining. The 7260 is daisychained to the 7280 and the 7280 uses a startech RS-232 to Land adapter with the following properties: | ||
| - | * Data Format: | + | * Data Format |
| + | * 7280 Settings: Baud Rate 9600; Data Bits 8+0 parity; Parity none, Adress 0; Echo Off; Prompt Off; Delimiter cr(ASCII 13) | ||
| + | |||
| + | The 7260 uses the following properties | ||
| + | * Baud Rate 9600; Data Bits 8+ no parity; Delimiter cr(013); Adress 1; Echo Off; Parity odd; Prompt Off | ||
| + | |||
| + | Use the following command to test communication with the 72xx: | ||
| + | * printf '\\N **0**\rID\r' | ||
| + | |||
| + | it should reply: | ||
| + | * 7280 | ||
| + | |||
| + | The bold number represents the adress number given in the RS-232 communication setting. | ||