Hi All,
I having problems with raw printing. I receive this message from trace: device open lpt1 not supported (yet)
Looking the code, I do not found any support for parallel ports neither on server or dos_fs. I missed something or DOSFS_OpenDevice does not support parallel printers?
Thanks for the help.
Gustavo Junior Alves alves@coslinux.com.br
"Gustavo" == Gustavo Junior Alves alves@coslinux.com.br writes:
Gustavo> Hi All, I having problems with raw printing. I receive this Gustavo> message from trace: device open lpt1 not supported (yet)
Gustavo> Looking the code, I do not found any support for parallel ports Gustavo> neither on server or dos_fs. I missed something or Gustavo> DOSFS_OpenDevice does not support parallel printers?
I seems that DOSFS_OpenDevice does not support parallel printers. Adding such support shouldn't be to hard, look e.g. at wine/msdos/ppdev.c. if you have a program to test. I didn't have such a program.
Bye