Skip Navigation LinksInformazioni > AndroCode Scanner
Entra
Skip Navigation Links.

 AndroCode Scanner




Turn your Android device into a barcode reader for Windows with keyboard emulation.
Click the below button for self updating  installation


Install the App from the google play store, configure the IP address in Android application menu, and it's ready to use.
Tap inside the Barcode scanner image to acquire the bar code.


Available several configurations for keyboard emulator (use the Windows side):

- Start with windows
- Start listening to the readings
- Minimization try the bar after listening
- Using the Clipboard instead of the keyboard emulation.

It's possible to configure the keyboard key to send after sending the barcode from the following list:
- Nothing
- Return
- Tab
- Custom


For custom action, type the text with one o more the following marker (es: {HOME}Code:{TAB}{BARCODE}{RETURN}):
{BARCODE} Acquired barcode
These are the variant:
{BARCODE:offset:length}
returns a substring of the string acquired, beginning at offset offset and returning the next length characters. The first character is at offset 0.
If offset is negative, it is taken leftwards from the right hand end of the string.
If length is omitted or is negative, then all the rest of the string beginning at offset is returned.
Examples:
Il the scanned string is 123456789
{BARCODE:1} returns the string 23456789
{BARCODE:-4} – returns the string 6789
{BARCODE:0:3} – returns the string 123
{BARCODE:2:3} – returns the string 345
{BARCODE:-4:3} – returns the string 678

{GUID} New Guid
{DATE} Current Date
{TIME} Current Time
{LBUTTON} Left mouse button
{RBUTTON} Right mouse button
{CANCEL} Control-break processing
{MBUTTON} Middle mouse button (three-button mouse) - NOT contiguous with LBUTTON and RBUTTON
{XBUTTON1} Windows 2000/XP: X1 mouse button - NOT contiguous with LBUTTON and RBUTTON
{XBUTTON2} Windows 2000/XP: X2 mouse button - NOT contiguous with LBUTTON and RBUTTON
{BACK} BACKSPACE key
{TAB} TAB key
{CLEAR} CLEAR key
{RETURN} ENTER key
{SHIFT} SHIFT key
{SHIFT,LEFT} SHIFT+Left Key (Select on left)
{SHIFT,RIGHT} Shift+Right key (Select on right)
{SHIFT,UP} Shift+Up key (Select on up)
{SHIFT,DOWN} Shift+Down key (Select on Down)
{CONTROL} CTRL key
{CONTROL,C} CTRL+C key
{CONTROL,V} CTRL+V key
{CONTROL,X} CTRL+X key
{MENU} ALT key
{PAUSE} PAUSE key
{CAPITAL} CAPS LOCK key
{KANA} Input Method Editor (IME) Kana mode
{HANGEUL} IME Hanguel mode (maintained for compatibility; use HANGUL)
{HANGUL} IME Hangul mode
{JUNJA} IME Junja mode
{FINAL} IME final mode
{KANJI} IME Kanji mode
{HANJA} IME Hanja mode
{ESCAPE} ESC key
{CONVERT} IME convert
{NONCONVERT} IME nonconvert
{ACCEPT} IME accept
{MODECHANGE} IME mode change request
{SPACE} SPACEBAR
{PRIOR} PAGE UP key
{NEXT} PAGE DOWN key
{END} END key
{HOME} HOME key
{LEFT} LEFT ARROW key
{UP} UP ARROW key
{RIGHT} RIGHT ARROW key
{DOWN} DOWN ARROW key
{SELECT} SELECT key
{PRINT} PRINT key
{EXECUTE} EXECUTE key
{SNAPSHOT} PRINT SCREEN key
{INSERT} INS key
{DELETE} DEL key
{HELP} HELP key
{VK_0} 0 key
{VK_1} 1 key
{VK_2} 2 key
{VK_3} 3 key
{VK_4} 4 key
{VK_5} 5 key
{VK_6} 6 key
{VK_7} 7 key
{VK_8} 8 key
{VK_9} 9 key
{VK_A} A key
{VK_B} B key
{VK_C} C key
{VK_D} D key
{VK_E} E key
{VK_F} F key
{VK_G} G key
{VK_H} H key
{VK_I} I key
{VK_J} J key
{VK_K} K key
{VK_L} L key
{VK_M} M key
{VK_N} N key
{VK_O} O key
{VK_P} P key
{VK_Q} Q key
{VK_R} R key
{VK_S} S key
{VK_T} T key
{VK_U} U key
{VK_V} V key
{VK_W} W key
{VK_X} X key
{VK_Y} Y key
{VK_Z} Z key
{LWIN} Left Windows key (Microsoft Natural keyboard)
{RWIN} Right Windows key (Natural keyboard)
{APPS} Applications key (Natural keyboard)
{SLEEP} Computer Sleep key
{NUMPAD0} Numeric keypad 0 key
{NUMPAD1} Numeric keypad 1 key
{NUMPAD2} Numeric keypad 2 key
{NUMPAD3} Numeric keypad 3 key
{NUMPAD4} Numeric keypad 4 key
{NUMPAD5} Numeric keypad 5 key
{NUMPAD6} Numeric keypad 6 key
{NUMPAD7} Numeric keypad 7 key
{NUMPAD8} Numeric keypad 8 key
{NUMPAD9} Numeric keypad 9 key
{MULTIPLY} Multiply key
{ADD} Add key
{SEPARATOR} Separator key
{SUBTRACT} Subtract key
{DECIMAL} Decimal key
{DIVIDE} Divide key
{F1} F1 key
{F2} F2 key
{F3} F3 key
{F4} F4 key
{F5} F5 key
{F6} F6 key
{F7} F7 key
{F8} F8 key
{F9} F9 key
{F10} F10 key
{F11} F11 key
{F12} F12 key
{F13} F13 key
{F14} F14 key
{F15} F15 key
{F16} F16 key
{F17} F17 key
{F18} F18 key
{F19} F19 key
{F20} F20 key
{F21} F21 key
{F22} F22 key
{F23} F23 key
{F24} F24 key
{NUMLOCK} NUM LOCK key
{SCROLL} SCROLL LOCK key
{LSHIFT} Left SHIFT key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{RSHIFT} Right SHIFT key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{LCONTROL} Left CONTROL key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{RCONTROL} Right CONTROL key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{LMENU} Left MENU key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{RMENU} Right MENU key - Used only as parameters to GetAsyncKeyState() and GetKeyState()
{BROWSER_BACK} Windows 2000/XP: Browser Back key
{BROWSER_FORWARD} Windows 2000/XP: Browser Forward key
{BROWSER_REFRESH} Windows 2000/XP: Browser Refresh key
{BROWSER_STOP} Windows 2000/XP: Browser Stop key
{BROWSER_SEARCH} Windows 2000/XP: Browser Search key
{BROWSER_FAVORITES} Windows 2000/XP: Browser Favorites key
{BROWSER_HOME} Windows 2000/XP: Browser Start and Home key
{VOLUME_MUTE} Windows 2000/XP: Volume Mute key
{VOLUME_DOWN} Windows 2000/XP: Volume Down key
{VOLUME_UP} Windows 2000/XP: Volume Up key
{MEDIA_NEXT_TRACK} Windows 2000/XP: Next Track key
{MEDIA_PREV_TRACK} Windows 2000/XP: Previous Track key
{MEDIA_STOP} Windows 2000/XP: Stop Media key
{MEDIA_PLAY_PAUSE} Windows 2000/XP: Play/Pause Media key
{LAUNCH_MAIL} Windows 2000/XP: Start Mail key
{LAUNCH_MEDIA_SELECT} Windows 2000/XP: Select Media key
{LAUNCH_APP1} Windows 2000/XP: Start Application 1 key
{LAUNCH_APP2} Windows 2000/XP: Start Application 2 key
{OEM_1} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the ';:' key
{OEM_PLUS} Windows 2000/XP: For any country/region, the '+' key
{OEM_COMMA} Windows 2000/XP: For any country/region, the ',' key
{OEM_MINUS} Windows 2000/XP: For any country/region, the '-' key
{OEM_PERIOD} Windows 2000/XP: For any country/region, the '.' key
{OEM_2} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP: For the US standard keyboard, the '/?' key
{OEM_3} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP:For the US standard keyboard, the '`~' key
{OEM_4} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP:For the US standard keyboard, the '[{' key
{OEM_5} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP:For the US standard keyboard, the '\|' key
{OEM_6} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP:For the US standard keyboard, the ']}' key
{OEM_7} Used for miscellaneous characters; it can vary by keyboard. Windows 2000/XP:For the US standard keyboard, the 'single-quote/double-quote' key
{OEM_8} Used for miscellaneous characters; it can vary by keyboard.
{OEM_102} Windows 2000/XP: Either the angle bracket key or the backslash key on the RT 102-key keyboard
{PROCESSKEY} Windows 95/98/Me, Windows NT 4.0, Windows 2000/XP: IME PROCESS key
{PACKET} Windows 2000/XP: Used to pass Unicode characters as if they were keystrokes. The PACKET key is the low word of a 32-bit Virtual Key value used for non-keyboard input methods. For more information, see Remark in KEYBDINPUT, SendInput,WM_KEYDOWN, and WM_KEYUP
{ATTN} Attn key
{CRSEL} CrSel key
{EXSEL} ExSel key
{EREOF} Erase EOF key
{PLAY} Play key
{ZOOM} Zoom key
{NONAME} Reserved
{PA1} PA1 key
{OEM_CLEAR} Clear key
 by Andrea Zuccoli © 2024