07-29-2015 02:20 PM
Hi,
I am trying to control a pump with a RS232 to USB converter cable by NI (USB-232; 188345C/02) connected to a USB host shield attached to an Arduino UNO. Pump control with the same NI converter cable worked fine with LabView. Could it be I have to use a specific driver, such as FTDI or PL2303 with the Arduino? Does anyone know which chip is on NI's converter cable?
Thanks
07-29-2015 05:00 PM
Rather than going Arduino->shield->USB->RS232, wouldn't it be easier to just use the Uno's UART and an RS232 driver chip to directly talk to the pump?
07-29-2015 05:37 PM
Problem is that the UNO's UART does not offer flow control via DTR/DSR. The pump requires hardware handshake. RS232 to USB signal conversion should work, but would require correct driver for the converter chip be installed on the UNO, e.g. FTDI or PL2303. Was looking for documentation and examples for this type of setup (still searching....). Any suggestions?
07-29-2015 06:22 PM
07-29-2015 08:48 PM
Dear Dennis,
thank you for your comments. The RS232 to USB converter cable by NI that we are using (USB-232; 188345C/02) effectively converts the RS232 signals to USB signals, including those that are necessary for the handshaking. We got this working on our LabView system, but want to try a simple non-PC solution. My original question was regarding this NI converter cable, as to which chip is installed? And secondly, whether anyone has some useful comments regarding its use with a non-PC system, such as an Arduino UNO. I appreciate all comments from this notable community.
Thanks
07-29-2015 09:09 PM