views:

179

answers:

2

Hello everyone,

currently I am trying to write to an 20x4 LCD Dot-Matrix Module using Perle's TruePort Redirector. I have the GMS-DS LCD Module connected to a Perle Serial to Ethernet Device Server. As of now, I think that I need to write to a local TruePort interface, which then converts the data and sends it to the Device Server via TCP/IP. Then the server forwards the data over the serial port to the LCD Module, which displays the characters.

I am at a very early stage and not able to describe a specific problem. I would rather ask around if anyone knowledgable about this particular setup or general LCD display output has a useful link to a tutorial, library or similar sources that could help getting me started.

Not sure about, whether this question should be asked on serverfault.

Thanks!

+1  A: 

I've developed this kind of setup. I don't have any links but I'll give you some tips.

You have two separate tasks here. If possible (depending on what hardware you have available), solve them separately then combine the solutions.

  1. Set up the device server with a loopback connector on its serial port. If necessary, run a networking utility to make sure it appears at the IP address you set it to, or to determine what DHCP address it got. Install the Redirector and point it to that IP address. Check that its virtual com port shows up in Device Manager. Open a terminal program to the virtual comport. Type something, and see if you receive it back.

  2. Get your program to control the device. This will be easier if you get it working locally first. by connecting the serial device directly to a computer's serial port, (possibly via a USB-to-serial-port converter if your computer doesn't have a serial port).

Do you have any specific questions?

Jeanne Pindar
A: 

hello i need a 2line lcd display which input is given through RS232 25pin port(bit by bit)

sundaram
You should buy one then. The vendor I got a display from has those with 8 to 40 characters per row ([GMS](http://www.gms-ds.de/) - though I guess its business customers and Germany only). However, I really think they are available from many vendors in many countries. :)
Wolfram