int rs232_getchar(FILE *stream) { return rs232_getc(); }
int rs232drv_getc(int fd, BYTE *b) { return rs232_getc(fd, b); }