HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
18 #include <user_config.h>
40 int GPIB ( uint8_t ch );
46 void DumpData (
unsigned char *ptr ,
int length );
47 #endif // #ifndef _GPIB_TASK_H_
void gpib_task(void)
Top most main GPIB device emulator task. This is main() for GPIB state machine loop All tasks are dis...
uint16_t gpib_error_test(uint16_t val)
Check for GPIB errors and timeouts.
uint16_t GPIB_COMMANDS(uint16_t val, uint8_t unread)
Process all GPIB Secondary Commands.
int AMIGO_is_MLA(int address)
int PRINTER_is_MSA(int address)
Check if PRINTER secondary address.
int AMIGO_is_MSA(int address)
int GPIB_LISTEN(uint8_t ch)
Process all GPIB Listen commands.
int SS80_is_MSA(int address)
Check if SS80 secondary address.
void listen_cleanup(void)
Called when the listen address changes.
int AMIGO_is_MTA(int address)
void gpib_file_init(void)
Read Configuration File.
int GPIB_SECONDARY_ADDRESS(uint8_t ch)
Process all GPIB Secondary Addresses.
void DumpData(unsigned char *ptr, int length)
HEX and ASCII dump of string in human-readable format.
int Send_Identify(uint8_t ch, uint16_t ID)
Send drive identify- 2 bytes.
int PRINTER_is_MLA(int address)
Check if PRINTER listening address.
int GPIB(uint8_t ch)
Main GPIB command handler Commands 0x00 .. 0x1f.
int PRINTER_is_MTA(int address)
Check if PRINTER talking address.
uint16_t gpib_trace_read_byte(void)
void gpib_trace_task(char *name, int detail)
Trace GPIB activity passively - saving to a log file.
int GPIB_TALK(uint8_t ch)
Process all GPIB Talk commands.
void gpib_init_devices(void)
Initialize ALL emulated devices SS80, AMIGO and printer.
int SS80_is_MLA(int address)
Check if SS80 listening address.
void gpib_log(char *str)
Log GPIB transactions.
void talk_cleanup(void)
Called when the GPIB talk address changes.
int SS80_is_MTA(int address)
Check if SS80 talking address.