Bar Code Reader?

unstablelandscape's icon

I am helping a friend with an interactive project in which he wants to select some media using a bar code reader as an interface.
I appretiate some hints about it:
How to bring the input to Max?
is the input "text" or keyboard inputs?
Do I have to use the "hi" object?
would you recomend some specific brand or model?
I have heard the "Symbol' is good.
Thank you!
marlon

Andrew Pask's icon

There are dozens of them. Mostly a barcode reader is a keyboard device, and a barcode is a sequence of characters in a barcode font.

You should be able to enter characters from a barcode reader in all the same ways you can enter keyboard generated text. You just need to set it up with your system.

-A

vade's icon

typically most bar code scanners output text as though it was typed
rather quickly - at least the ones ive seen for OS X that my old
place of employment used.

im not sure if 'key' will read it, but it should dump text to a text
box when the trigger is pulled.. although ive never tried hooking
one up to max.

btw, hiya ;)

v a d e //

www.vade.info
abstrakt.vade.info

c@klingt.org's icon

hi marlon,

i did something like that some time ago using a metrologic scanner.
the easiest way is to get one with a usb connection, it then works
like a keyboard and you just use the 'key' object to get the data and
then transform the character codes to (list of) numbers.
take this sniplet of code, it generates a list of numbers for every
incoming barcode. (it assumes that the scanner sends a return
character after each barcode.)

hope that helps,
chris

Max Patch
Copy patch and select New From Clipboard in Max.

unstablelandscape's icon

Thank you so much for the patch and info!
m

unstablelandscape's icon

I will start trying!
Thank you!
m

aspbrandson's icon

Will have a try of the barcode reader

beautilier's icon

I used this barcode reader before. Share it with you. It supports many kinds of barcode types.

clintonzz's icon

hello, MARIAH, thank you for your sharing,
http://www.keepautomation.com/products/java_barcode_reader/
I checked the link you shared, it is all about java barcode reader, and I found this:
http://www.keepautomation.com/how_to/vbnet/
it is about VB.NET barcode generator, so,
can you give more info about .net barcode reader or generator?
thanks in advance.

lilycan's icon

clintonzz, i think you will find a .net barcode reader by that link you give, but if you are not satisfied with that, you can refer to this vb.net barcode reader. hope it is what you are looking for.

MJ's icon

hi

There is a barcode reader+creator maxproject in www.deceasedunfinishedprojects.nl.
With a patch. in here.