Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Namespaces
connectionserial.h File Reference
#include "connectioninterface.h"
#include <string>
#include <vector>
#include <cstdint>

Go to the source code of this file.

Classes

class  Connection::Serial
 The Serial class manages connection with serial devices including Bluetooth. Serial communication is still the predominat method to communicate with astronomical devices such as mounts, focusers, filter wheels..etc. The default connection parameters are 9600 8N1 (9600 Baud Rate, 8 data bits, no parity, 1 stop bit). All the parameters can be updated and read via the getters and setters of the class. The default port is /dev/ttyUSB0 under Linux and /dev/cu.usbserial under MacOS. After serial connection is established successfully,. More...
 

Namespaces

 Connection
 Combines all INDI Connection Plugins. Each INDI connection plugin is responsible of managing communications with a specific physical or logical medium (e.g. serial or ethernet).