TCP/IP barcode scanner

I would like to connect a TCP/IP enabled barcode scanner to an arduino to be able to read and display scanned codes.
Already did it with a RS232 one, any suggestion will be more than welcome.

do you have a link to a documentation for the scanner?
what networking shield/module do you plan to use?

It is cognex dm8072-dl with base
Thanks

it uses Modbus TCP. that is simple to read but you need the documentation for the Modbus addresses

here I have an Arduino project which uses Modbus TCP with Ethernet library.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.