HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
|
Go to the documentation of this file.
15 #include "user_config.h"
33 uint8_t
plot_str[] = { 0x3f, 0x5f, 0x47, 0x21 };
58 sprintf(fname,
"/plot-%02d%s%04d-%02d%02d%02d.plt",
73 printf(
"Capturing plot to:%s\n", ptr);
126 printf(
"ERROR durring write\n");
164 perror(
"receive_plot_flush");
236 printf(
"[SC PRINTER Listen: %02XH]\n", 0xff & ch );
245 printf(
"[SC PRINTER Talk: %02XH]\n", 0xff & ch );
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.
#define sprintf(s, format, args...)
MEMSPACE int printf(const char *format,...)
int debuglevel
Debug flag - used to log GPIB and emulator messages.
uint8_t listening
gpib listen address
int PRINTER_COMMANDS(uint8_t ch)
GPIB Secondary Command Printer commands.
uint8_t plot_str[]
Plotter GPIB test vector.
MEMSPACE tm_t * gmtime(time_t *tp)
Convert epoch GMT time_t *tp into POSIX static tm_t *t.
MEMSPACE size_t fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream)
POSIX write nmemb elements from buf, size bytes each, to the stream fd.
void safefree(void *p)
Safe free - Only free a pointer if it is in malloc memory range.
void printer_close()
Close current plot file and reset states.
GPIB, AMIGO, SS80 and device defines.
void printer_init()
Initialize plotter structures and state.
int PRINTER_is_MTA(int address)
Check if PRINTER talking address.
PRINTERStateType plot
Plotter file data structure used for saving plot data.
High level GPIB command handler for HP85 disk emulator project for AVR.
MEMSPACE int syncfs(int fd)
POSIX Sync pending file changes and metadata for specified fileno.
HPGL printer capture code for HP85 disk emulator project for AVR.
MEMSPACE char * tm_mon_to_ascii(int i)
Get string Short name of Month from month number.
#define GPIB_DEVICE_STATE_MESSAGES
MEMSPACE void perror(const char *s)
POSIX perror() - convert POSIX errno to text with user message.
MEMSPACE int clock_gettime(clockid_t clk_id __attribute__((unused)), struct timespec *ts)
Generic clock_gettime() function WITHOUT high resolution.
void printer_buffer(uint16_t val)
Buffer Plotter data and flush when buffer is full.
MEMSPACE int fclose(FILE *stream)
POSIX close a file stream.
Extended delay routines for AVR.
Plotter file data structure definition used for saving plot data.
MEMSPACE int fileno(FILE *stream)
Convert POSIX stream pointer to POSIX fileno (index of __iob[])
uint8_t talking
gpib talk address
GPIB emulator for HP85 disk emulator project for AVR.
uint32_t time_t
type of EPOCH result.
GPIB emulator hardwware layer for HP85 disk emulator project for AVR.
int receive_plot_flush()
Write Plotter data and flush.
int PRINTER_is_MLA(int address)
Check if PRINTER listening address.