HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
15 #include "user_config.h"
38 printf(
"Note: gpib prefix is optional\n"
40 " debug message reporting see hpdisk.cfg for details\n"
42 "gpib elapsed_reset\n"
45 "gpib trace filename.txt [BUS]\n"
46 " Display activity of GPIB bus and log it\n"
47 " BUS - include handshake states\n"
49 #ifdef GPIB_EXTENDED_TESTS
52 "gpib ppr_bit_off N\n"
75 if(
MATCH(ptr,
"gpib") )
78 if ( !ptr ||
MATCH(ptr,
"help") )
95 if (
MATCHI(ptr,
"elapsed_reset") )
101 if (
MATCHI(ptr,
"elapsed") )
113 if (
MATCHARGS(ptr,
"trace", (ind+1) ,argc))
116 if(argv[ind+1] &&
MATCH(argv[ind+1],
"BUS"))
122 #ifdef GPIB_EXTENDED_TESTS
123 if (
MATCHARGS(ptr,
"ppr_init",(ind+0),argc))
129 if (
MATCHARGS(ptr,
"ppr_bit_clr", (ind+1) ,argc))
135 if (
MATCHARGS(ptr,
"ppr_bit_set", (ind+1) ,argc))
141 if (
MATCHARGS(ptr,
"ppr_set", (ind+1) ,argc))
146 #endif // #ifdef GPIB_EXTENDED_TESTS
MEMSPACE int32_t get_value(char *str)
get a number
MEMSPACE int printf(const char *format,...)
void gpib_timer_elapsed_begin(void)
Start measuring time - used with hpib_timer_elapsed_end()
int debuglevel
Debug flag - used to log GPIB and emulator messages.
MEMSPACE int MATCH(char *str, char *pat)
Compare two strings.
MEMSPACE int MATCHI(char *str, char *pat)
Compare two strings without case.
void gpib_trace_task(char *name, int detail)
Trace GPIB activity passively - saving to a log file.
void ppr_bit_set(uint8_t bit)
Enable hardware PPR response for a given device.
SS80 disk emulator for HP85 disk emulator project for AVR.
Various string and character functions.
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...
void ppr_set(uint8_t mask)
Enable or Disable Parallel Poll Response bits - PPR.
void ppr_init()
Reset PPR enable register - all disable..
GPIB, AMIGO, SS80 and device defines.
int gpib_tests(int argc, char *argv[])
GPIB user tests User invoked GPIB functions and tasks.
High level GPIB command handler for HP85 disk emulator project for AVR.
HPGL printer capture code for HP85 disk emulator project for AVR.
MEMSPACE long atoh(const char *p)
Convert ASCII hex string to long integer.
MEMSPACE int MATCHARGS(char *str, char *pat, int min, int argc)
Match two strings and compare argument index Display message if the number of arguments is too few.
void gpib_help(int full)
Help Menu for User invoked GPIB functions and tasks See: int gpib_tests(char *str)
void gpib_timer_elapsed_end(char *msg)
Display user message and time delta since gpib_timer_elapsed_begin() call.
void ppr_bit_clr(uint8_t bit)
Disbale hardware PPR response for a given device.
GPIB emulator for HP85 disk emulator project for AVR.
GPIB diagnostic tests for HP85 disk emulator project for AVR.
GPIB emulator hardwware layer for HP85 disk emulator project for AVR.