X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=sw%2Fdisk8%2Fsrc%2Fremote8_commands.h;fp=sw%2Fdisk8%2Fsrc%2Fremote8_commands.h;h=f3357199489cc87b62f9ee99c84a626d8bef2729;hb=919757fd611e482003ce51f366f6783cab73dea3;hp=0000000000000000000000000000000000000000;hpb=4d042122cf54c44711dcb27547816639243ca87f;p=pdp8.git diff --git a/sw/disk8/src/remote8_commands.h b/sw/disk8/src/remote8_commands.h new file mode 100644 index 0000000..f335719 --- /dev/null +++ b/sw/disk8/src/remote8_commands.h @@ -0,0 +1,26 @@ +#ifndef REMOTE8_COMMANDS_H +#define REMOTE8_COMMANDS_H + +/* + * All CR/LF/VT/HT/SP ect. characters are always ignored in handshake level! + * Parity (bit 7) is ALWAYS STRIPPED AND IGNORED! + */ + +/* Commands down to the PDP-8 /* +#define C_HELLO 'H' +#define C_FILENAME 'F' +#define C_OPEN_READ 'R' +#define C_OPEN_WRITE 'W' + + + + + + + + + + + + +#endif