I have a peltier effect controller and I'm currently using a PC to control it. the controller has an RS232 input and I'm using a USB to RS232 cable to send the commands through the PC program to it.
I want to make the project more portable so I want to replace the PC with an Arduino.
I've found the datasheet that explains the message format for commands so all I need to do is send serial messages to the controller from the Arduino.
The way i see it I've got 2 routes:
Get a MAX232 to level convert the the 5v TTL to +/-12V RS232 and put the output of the MAX232 into the input of my peltier.
Break open my USB to RS232 cable and solder onto the input of the MAX232 inside there.
So really what I'm asking is which option makes the most sense / is option 2 even possible?
Cheers
Steve
Edit: Also as I send serial messages to the serial monitor on the PC using the Arduino's USB port, is it possible to use the USB port to send serial messages and then use a USB to RS232 cable to convert those into a signal for my controller?