hello,
i've been using a special hardware peripheral that communicates with my PC for while. it exists in two versions either usb or serial. i am familiar with its propietry protocol.
instead of interacting with this hardware with my PC, i am thinking of using an arduino board along with a ethernet shield + connect this product to the arduino board to interact with this product through network.
most of the commands are generally short : below a couple dozen bytes
and the responses are generally small : a few bytes for most of them, about 500 bytes for the longest replies.
i've been playing with an arduino duelmilanove about 2 years ago. it was kinda fun, but expect my programing PC, i wasn't interfacing with anything back then.
i guess using the serial version of this product would be easier no? where should i connect it then ?
What would you recommend to achieve the communication with this device ? (i'm willing to drop the ethernet shield for first prototypes, but it'd really like network though)
thanks
fourchette