function varargout = PJSerialCOM(varargin)% PJSERIALCOM M-file for PJSerialCOM
fig% PJSERIALCOM, by itself, creates a new PJSERIALCOM or raises the existing% singleton*
%% H = PJSERIALCOM returns the handle to a new PJSERIALCOM or the handle to% the existing singleton*
%% PJSERIALCOM(’CALLBACK',hObject,eventData,handles,
) calls the local% function named CALLBACK in PJSERIALCOM
M with the given input arguments
%% PJSERIALCOM(’Property','Value',
) creates a new PJSERIALCOM or raises the% existing singleton*
Starting from the left, property value pairs are% applied to the GUI before PJSerialCOM_OpeningFcn gets called
An% unrecognized property name or invalid value makes property application% stop
All inputs are passed to PJSerialCOM_OpeningFcn via varargin
%% *See