Read data from SQM-LU device

Scripts and programs to automate Astroart
Post Reply
Forum_2017
Posts: 275
Joined: 10 Dec 2018, 16:23

Re: Read data from SQM-LU device

Post by Forum_2017 »

Hi,

I'm 18 months late here, but I run an SQM-LU, and read it it using my own little program written in Interactive Data Language (IDL), he language of professional Astronomy.

Here's how I connect to the COM port:-

SQM_h=COMM_OPEN(SQM_COM,$
BAUD = 9600 ,$
DATA = 8,$
MODE = 3, $
PARITY = 'N',$
STOP = 1)

and I get data out just fine...

Cheers,

Andrew
www.skippysky.com.au

Forum_2017
Posts: 275
Joined: 10 Dec 2018, 16:23

Re: Read data from SQM-LU device

Post by Forum_2017 »

Andrew,

Thanks for the info. I would like to know more about this software.
Maybe you can email me.

John

Post Reply