Headers Index Help Within this page: Functions Constants Variables
There is no code associated with this module. It defines the command codes that may appear in messages exchanged between the SerialPort classes or the SerialPort C interface libspd.a and the SeriplPort server, spd
SerialPort - serial connections for Java
Copyright (C) 2005 Martin C Gregorie
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Contact Martin Gregorie at martin@gregorie.org
SPC_STATUS | #define SPC_STATUS "STATUS" |
SPC_STOP | #define SPC_STOP "STOP" |
SP_ACK | #define SP_ACK "A" |
SP_CLOSE | #define SP_CLOSE "C" |
SP_DELAY | #define SP_DELAY "D" |
SP_ERROR | #define SP_ERROR "E" |
SP_GET | #define SP_GET "G" |
SP_INTERACTIVE | #define SP_INTERACTIVE "I" |
SP_LOOKUP | #define SP_LOOKUP "L" |
SP_OPEN | #define SP_OPEN "O" |
SP_PUT | #define SP_PUT "P" |
SP_QUERY | #define SP_QUERY "Q" |
SP_RESET | #define SP_RESET "R" |
SP_SETSEP | #define SP_SETSEP "T" |
SP_SETUP | #define SP_SETUP "S" |
Public functions were not declared.
Public variables were not declared.
Return to the top