Hopefully someone can help me out on this.
What I am looking for is to make an LCD display IP / RS232 interface for an IP intercom. The display, itself, will not be handling any of the actual intercom features, it will simply be operating as a fancy menu, so to speak. Display should be 7" LCD /LED
Overview
Visitor walks up and when a camera detects motion, the camera will send out a TCP/Ip or RS232 string. The monitoring will respond by changing menu screens and prompting for the visitor to scroll through a list of tenants with 3 external buttons (Up down and select)
Once the visitor selects a tenant, the screen processor will send out either an RS232 or TCP/IP string to the camera, which will place a SIP call to the tenants indoor video intercom display (Already source am using Mobotix)
While the camera is dialing, I would like the display to be able to display a static image, or maybe even a selection of images which can be easily changed by the user. It would also be nice if it would be easy to change the names in the list.
Is this feasible, without using a Raspberry Pi or equivalent? I already have a Pi kit, but would prefer to stick to something more stable.
BTW, although I am somewhat computer literate and was exposed to Pascal when I was in highschool (Over 30 years ago) my programming tech savy ability is a little like a noob.
So if possible, what parts would I need and if you have sample code and maybe an idiots guide to implementing them would be appreciated. I do have the Arduino IDE installated on my Ubuntu box and I have a VERY basic understanding of how it works.