How do you send information to a printer connected via the USB port using C. I have tried
prn_ptr=fopen("LPT1","wt")
and
prn_ptr=fopen("PRN","wt")
but these don't work,( Because they're the parallel port?) , but they don't return a null either.
This is beginning to drive me crazy so any help would be VERY appreciated!
Thanks