Home Forums Support How to read data from the Puck color meter Reply To: How to read data from the Puck color meter

Michael Okincha
Senior Moderator
Post count: 9

Hi Naveen,

You need to use a serial terminal emulator program to communicate with the Puck. Popular choices are PuTTY (https://www.putty.org/) for Windows, Linux, Mac or minicom (Linux, Max). Set the terminal for 115200 baud, 8 bits, no parity, one stop bit (“8N1”).

The Puck is intended to be controlled through a programming language such as C/C++, Python, MATLAB, or Labview. They are not really meant to be controlled from the DOS command line.