HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
15 #include "user_config.h"
55 printf(
"Card is write protected\n");
147 #endif // #ifdef AMIGO
207 printf(
"Capturing GPIB BUS to:%s\n", name);
209 printf(
"FULL GPIB BUS handshake logging requested\n");
210 printf(
"Press ANY key to exit\n");
244 printf(
"Capturing Closed\n");
304 printf(
"<MEDIA MISSING>\n");
389 #endif // ifdef AMIGO
501 if(ch >= 0x20 && ch <= 0x3f)
507 if(ch >= 0x40 && ch <= 0x5f)
595 printf(
"[IDENT Unit:%02XH=%04XH FAILED]\n",
601 printf(
"[IDENT Unit:%02XH=%04XH]\n", (
int)ch,(
int)ID);
626 printf(
"[PPC unsupported TODO]\n");
635 printf(
"[PPU unsupported TODO]\n");
667 #endif // #if defined(SPOLL)
697 #endif // #ifdef AMIGO
722 printf(
"[GPIB (%02XH) not defined TODO]\n", 0xff & ch);
765 printf(
"[LA %02XH AMIGO]\n", 0xff & ch);
769 #endif // #ifdef AMIGO
775 printf(
"[LA %02XH SS80]\n", 0xff & ch);
784 printf(
"[LA %02XH PRINTER]\n", 0xff & ch);
796 printf(
"[LA %02XH]\n", 0xff & ch);
835 printf(
"[TA %02XH SS80]\n", 0xff & ch);
850 printf(
"[TA %02XH AMIGO]\n", 0xff & ch);
854 #endif // #ifdef AMIGO
860 printf(
"[TA %02XH PRINTER]\n", 0xff & ch);
868 printf(
"[PRINTER OPEN]\n");
875 printf(
"[TA %02XH]\n", 0xff & ch);
902 printf(
"[SA %02XH SS80]\n", 0xff & ch);
917 printf(
"[SA %02XH AMIGO]\n", 0xff & ch);
923 #endif // #ifdef AMIGO
927 printf(
"[SA %02XH, listen:%02XH, talk:%02XH]\n",
951 printf(
"[PRINTER close]\n");
983 printf(
"[Dump: %d]\n",length);
984 for(j=0;j<80&&(j*16<length);j++)
987 for(i=0;i<16 && (i+j*16<length);i++)
993 for(i=0;i<16 && (i+j*16<length);i++)
995 if(*(ptr+i+j*16)>
' ')
printf(
"%c",(*(ptr+i+j*16))&0xFF);
void printer_open(char *name)
Open a file to receive plot data using POSIX functions.
MEMSPACE FILE * fopen(const char *path, const char *mode)
POSIX Open a file with path name and ascii file mode string.
int uart_keyhit(uint8_t uart)
Do we have receive characters waiting ?.
MEMSPACE int printf(const char *format,...)
#define ABORT_FLAG
printer do not use parallel poll
void listen_cleanup()
Called when the listen address changes.
int GPIB_SECONDARY_ADDRESS(uint8_t ch)
Process all GPIB Secondary Addresses.
uint8_t listening
gpib listen address
int AMIGO_COMMANDS(uint8_t ch)
uint16_t GPIB_COMMANDS(uint16_t val, uint8_t unread)
Process all GPIB Secondary Commands.
void gpib_disable_PPR(int bit)
Disable PPR (Parallel Poll Response) for a device.
void gpib_trace_task(char *name, int detail)
Trace GPIB activity passively - saving to a log file.
int PRINTER_COMMANDS(uint8_t ch)
GPIB Secondary Command Printer commands.
void gpib_decode_header(FILE *fo)
Displays help for gpib_decode() function.
SS80 disk emulator for HP85 disk emulator project for AVR.
MEMSPACE int fprintf(FILE *fp, const char *format,...)
fprintf function Example user defined printf function using fputc for I/O This method allows I/O to d...
int AMIGO_is_MLA(int address)
#define GPIB_IO_RD(a)
changes pin mode to read, then read
AMIGO disk emulator for HP85 disk emulator project for AVR.
void gpib_task(void)
Top most main GPIB device emulator task. This is main() for GPIB state machine loop All tasks are dis...
#define GPIB_BUS_OR_CMD_BYTE_MESSAGES
int SS80_Report(void)
send QSTAT
int AMIGO_is_MSA(int address)
void printer_close()
Close current plot file and reset states.
int GPIB_TALK(uint8_t ch)
Process all GPIB Talk commands.
MEMSPACE int mmc_wp_status()
MMC Card Write Protect status.
int amigo_cmd_clear(void)
GPIB, AMIGO, SS80 and device defines.
uint16_t gpib_error_test(uint16_t val)
Check for GPIB errors and timeouts.
int8_t set_active_device(int8_t index)
Set the Active disk or device pointers Since we can be called multiple times per single GPIB state we...
int AMIGO_is_MTA(int address)
int PRINTER_is_MTA(int address)
Check if PRINTER talking address.
void gpib_log(char *str)
Log GPIB transactions.
uint8_t talking_last
gpib last talk address
int GPIB_LISTEN(uint8_t ch)
Process all GPIB Listen commands.
High level GPIB command handler for HP85 disk emulator project for AVR.
void SS80_init(void)
SS80 nitialize all devices Initialize ALL SS80 devives.
HPGL printer capture code for HP85 disk emulator project for AVR.
int SS80_is_MSA(int address)
Check if SS80 secondary address.
void talk_cleanup()
Called when the GPIB talk address changes.
#define GPIB_DEVICE_STATE_MESSAGES
MEMSPACE void perror(const char *s)
POSIX perror() - convert POSIX errno to text with user message.
void gpib_decode(uint16_t ch)
Calls gpib_decode_str() and dosplays the result.
void printer_buffer(uint16_t val)
Buffer Plotter data and flush when buffer is full.
void gpib_init_devices(void)
Initialize ALL emulated devices SS80, AMIGO and printer.
int SS80_is_MTA(int address)
Check if SS80 talking address.
void DumpData(unsigned char *ptr, int length)
HEX and ASCII dump of string in human-readable format.
uint8_t listening_last
gpib last listen address
MEMSPACE int fclose(FILE *stream)
POSIX close a file stream.
void gpib_file_init()
Read Configuration File.
uint16_t lastcmd
gpib current and last command
#define EOI_FLAG
bus flags
#define BASE_MLA
=========================================================
int SS80_Selected_Device_Clear(int u)
Selected Device Clear.
char cfgfile[]
Config file name.
int gpib_write_str(uint8_t *buf, int size, uint16_t *status)
Send string to GPIB BUS - controlled by status flags.
int PRINTER_is_MSA(int address)
Check if PRINTER secondary address.
FILE * gpib_log_fp
GPIB log file handel.
int Send_Identify(uint8_t ch, uint16_t ID)
Send drive identify- 2 bytes.
uint16_t gpib_read_byte(int trace)
read 1 byte and control line status from GPIB BUS
uint8_t secondary
gpib secondary
MEMSPACE int mmc_ins_status()
MMC Card Inserted status.
int GPIB(uint8_t ch)
Main GPIB command handler Commands 0x00 .. 0x1f.
#define GPIB_TOP_LEVEL_BUS_DECODE
uint8_t talking
gpib talk address
int SS80_is_MLA(int address)
Check if SS80 listening address.
void set_Config_Defaults()
Set Defaults for any missing disk or printer devices These are only used if the Config file omits the...
int SS80_Universal_Device_Clear(void)
Universal Device CLear.
int Read_Config(char *name)
Read and parse a config file using POSIX functions Set all drive parameters and debuglevel.
GPIB emulator for HP85 disk emulator project for AVR.
int8_t find_device(int type, int address, int base)
Find a device with matching type AND address.
SS80DiskType * SS80p
Active SS80 Device.
uint16_t gpib_unread(uint16_t ch)
GPIB ungets one character and all status states.
MEMSPACE char * skipspaces(char *ptr)
Skip white space in a string - tabs and spaces.
int debuglevel
Debug flag - used to log GPIB and emulator messages.
int SS80_COMMANDS(uint8_t ch)
SS80 COMMANDS States.
GPIB emulator hardwware layer for HP85 disk emulator project for AVR.
void gpib_bus_init()
Initialize/Release GPIB Bus control lines Used for Power ON, Reset or IFC LOW reset conditions.
void V2B_MSB(uint8_t *B, int index, int size, uint32_t val)
Convert Value into byte array bytes are MSB ... LSB order.
int PRINTER_is_MLA(int address)
Check if PRINTER listening address.
uint8_t spoll
gpib serial poll status
void gpib_state_init(void)
Reset GPIB states and related variables.