Prior to taking the UNO out of service for a bit to try this i wanted to ask the experts on this community to see if this is possible or not.
I work for a direct mail processing facility and am using the Arduino UNO along with a MicroScan QX Hawk imager to do image and sortation. it is working well but the one issue is that to get certain things from the QX Hawk you must connect to it via RS 232. Since a lot of laptops dont have serial ports on them anymore and the IT staff does not exact look kindly upon a USB to Serial adapter, i was wondering:
Would it be possible to connect the RS 232 from the camera to the RS 232 on arduino, then since the arduino plugs into the USB port and is already configured, be able to use a telnet application like putty or something to send over commands to the camera.
Kind of like using the ardunio as a pass thru device.
Hope that is clear enough. Looking for feedback please and thank you.
Seriously - tell the IT department to do their job, and either supply a USB Serial converter or a computer with an appropriate port! That's ridiculous - an Arduino is far more of a security hazard than a USB serial adapter, since it's a USB Serial adapter plus a bunch of other stuff...
(Also - is it RS232, or TTL serial? RS232 uses higher voltages, and requires a level shifter, while TTL serial is 5v and connects directly to a normal USB serial adapter)