I have a small project that data are sent and received between PC and Arduino Mega.
I use a RS232-TTL converter module.
Arduino mega is powered by a 5v adapter 380 ma.
And the converter module is powered by gnd and 5v pins of arduino.
It works well until almost 2 hours. After 2 hours the max232 chip on the converter gets hot and the transmitted dara loses its accuracy, and some random charcters are sent to PC.
Is the powering method wrong or there are another problem?
There are some cheap converters about which use a Chinese version of the MAX232 chip, this is prone to overheating.
Other possibility is you haven't programmed up your Arduino correctly and are sending a voltage down the wrong connection( but as you say it works for a while)