/** Copyright 2002, Marcus Overhagen. All rights reserved.* Distributed under the terms of the MIT License.*/#include <A2D.h>BA2D::BA2D(){}BA2D::~BA2D(){}status_tBA2D::Open(const char* portName){return B_ERROR;}voidBA2D::Close(){}boolBA2D::IsOpen(){return false;}ssize_tBA2D::Read(ushort* buf){return 0;}voidBA2D::_ReservedA2D1(){}voidBA2D::_ReservedA2D2(){}voidBA2D::_ReservedA2D3(){}