| Posted: December 30 2005 at 10:24am | IP Logged
|
|
|
Glitch, thanks for your reply.
I can't seem to find a solution in the scanner manual as you mentioned. Here is a link: http://supportcenteronline.com/dmfiles/601/595/Support%20Downloads/Manuals/Hardware/Scanners/Laser%20Scanner/Wasp_Laser_Scanner_Programming_Guide.pdf
First off, a left cursor won't do the job. The cursor needs to bounce backwards one text field, not one character, so this doesn't help. I searched high and low for a way to send a shift+tab, and have so far come back empty handed.
I have tried something along the lines of:
[C@I@I@I@I@I305.16@O@I@I@I@I@N019900719000010518Q]|
You'll notice the @O and @N that are wrapped around the tab characters (@I). @O is the ascii character code "Shift In" while @N is "Shift Out". In Code 93 using this designation is supposed to send those respective codes to the barcode scanner. I found that it doesn't seem to work as I would have hoped. That code does not send the wrapped TAB's shifted, so to speak.
Not being an ASCII character guru I'm not quite sure if I'm even using the shift in and shift out correctly, perhaps you would know more?
|