Wow....
I was not expecting that this will be so provocated, and I apreciated all your help. I did all of this comination (text entries) and I create all this QR codes, to be used for auto log in in to my email account. (If this works we can use them for all auto log ins in any account that user name and password are required:
at:
1 text input: username~009password
no success
2 text input: username~d009password
no success
3 text input: username + ~d009 + password
no success
4 text input: username<HT>d009password
no success
5 text input: username + 0x09 + password
no success
6 text input: username$Ipassword$M
(code 39 Barcode: <TAB> is represented as $I and the Enter key is a Carriage Return, represented as a $M)
no success
no success.... WHAT ELSE!@?
So, this is the final deal: You want to use you email account. You dont want to write username and password in to the log in screen. So, using a barcode reader (I have Symbol DS6707) you scan the QR code (or other one: 128, Matrix, Code39... that you create using free generator (
you will autolog in to your email account.
The issue is HOW TO ENCODE THE TAB that We use between username and password entry!?!??
Thanks!