ezLCD 002

Hi,

Has anyone tried communicating with the ezLCD002 using Arduino Uno?

I've tried sending data through the serial.print() function to send to the RS232 port of the display , I also tried the SoftwareSerial but it only goes up to 9200 baud and the display works with 115200 baud.
Maybe I'm not connecting the display correctly.

Any help would be appreciated.

DO you have a link of the datasheet of the LCD?

Furthermore don't use Software Serial, it is depreciated

use NewSoftwareSerial instead - NewSoftSerial | Arduiniana - It supports higher baudrates and is far more robust.