Hello ,
I tried to use minicom and putty . In putty I selected serial /dev/ttyUSB0 as that is what port i see puck is attached to.
I did set the parameters asdefined above.
My main gaol is to use python to read lux and CCT values
In python do i need to open serail port first.
ser =serail.Serial(“dev/ttyUSB0,115200)
but after that I have ser. read and ser.write
not sure how to use GRL commnd to read lux valaue in my code.
thanks
Naveen