|
-
Mar 9th, 2008, 03:53 PM
#1
Thread Starter
Junior Member
-
Mar 9th, 2008, 04:17 PM
#2
Re: VB6 and receipt Printers
Don't know if this will work, have you tried printing Chr$(vbKeyEscape) & "d" ? If it fails, try adding a space before the d: " d"
-
Mar 9th, 2008, 07:27 PM
#3
Re: VB6 and receipt Printers
Escape is a CHR(27)
Print Chr(27);"d";
should do it...
We use a much more complex method to talk to cash drawers and receipt printers that involve a series of DLL's that talk to these devices. Show some of your code please.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|