Hi.. Sorry for misunderstanding your question.
Well, this is a tough one. As you mention, Lookout doesn't provide an easy way to convert to ASCII.
I see two crude ways of doing this:
1. Write an "ASCII look-up utility" inside your process (may be using DataTable??)
2. Use the Serial port and the ASCII Object. No, this approach does not connect to your scanner; instead it just spits out the data and reads it right back in using
just the serial port.
HERE is an example showing this. Note that this will consume your IO points.
Will let you decide which approach is more crude
🙂Regards,
Khalid