Copyright (c) 2013, Pleora Technologies Inc., All rights reserved.

================
DeviceSerialPort
================

This sample shows how to use the PvDeviceSerialPort class for serial communication
through a Pleora GigE Vision or USB3 Vision device.

1. Introduction

Using the PvDeviceSerialPort class, this sample shows how to:
 * Get connect to a device
 * Configure and open a serial port a on a Pleora GigE Vision or USB3 Vision device. 
 * Send and receive data through the serial port of the video interface

2. Pre-conditions

This sample assumes that:
 * You have a Pleora GigE Vision connected to a network adapter or a U3V device connected to a USB3 port.

3. Description

3.1 DeviceSerialPort.cpp

Shows how to use the PvDeviceSerialPort class for serial communication through a Pleora GigE Vision or USB3 Vision device. Please refer to the comments in the source code for information on the methods used in this sample.


