Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Ads

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | communication between PC and LED display

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

communication between PC and LED display - monika - 09:14 04-08-08

I am using a LED display which has following specifications:

TFI-32x128-37RG 4.76mm Tri-color RS232/Ethernet   6.9"x26.22"x2" 4
lines of English

I have connected it to PC com port and want to send data through the
port.
But when I use hyperterminal to send some data on the LED board, it is not
responding. 
Is it possible to send data through hyperterminal on LED board?
Or is there any other method to display data on LED board through PC com
port?





Re: communication between PC and LED display - Rich Webb - 10:17 04-08-08

On Mon, 04 Aug 2008 08:14:06 -0500, "monika" <m...@gmail.com>
wrote:

>I am using a LED display which has following specifications:
>
>TFI-32x128-37RG 4.76mm Tri-color RS232/Ethernet   6.9"x26.22"x2" 4
>lines of English
>
>I have connected it to PC com port and want to send data through the
>port.
>But when I use hyperterminal to send some data on the LED board, it is not
>responding. 
>Is it possible to send data through hyperterminal on LED board?

Presumably, yes, if you're using the right baud and character settings
(bits/character, parity, stop bits). However, the interactions between
Hyperterminal, RTS/CTS, DSR/DTR, and the LED board may also be an issue.
You might want to try TeraTerm http://en.wikipedia.org/wiki/TeraTerm

>Or is there any other method to display data on LED board through PC com
>port?

I assume you've reviewed the documentation available at
http://support.favotech.com/ ?

-- 
Rich Webb     Norfolk, VA

Re: communication between PC and LED display - Joerg - 21:06 04-08-08

monika wrote:
> I am using a LED display which has following specifications:
> 
> TFI-32x128-37RG 4.76mm Tri-color RS232/Ethernet   6.9"x26.22"x2" 4
> lines of English
> 
> I have connected it to PC com port and want to send data through the
> port.
> But when I use hyperterminal to send some data on the LED board, it is not
> responding. 
> Is it possible to send data through hyperterminal on LED board?
> Or is there any other method to display data on LED board through PC com
> port?
> 

As Rich wrote, you need to find out what baud rate, start/stop bits and 
hardware handshakes this display expects. This information should be in 
the booklet that came with it or maybe online at the manufacturer's site.

Not to spoil the broth here but there can also be electrical 
discrepancies. For example one of the laptops here has a hard time 
driving some RS232 devices. A voltmeter revealed it: The laptop only 
sends a 6V level and some devices don't seem happy with that (although 
per standard they should).

-- 
Regards, Joerg

http://www.analogconsultants.com/

"gmail" domain blocked because of excessive spam.
Use another domain or send PM.

Re: communication between PC and LED display - donald - 22:40 04-08-08

Joerg wrote:
> monika wrote:
>> I am using a LED display which has following specifications:

How about RTFM:

http://support.favotech.com/

http://support.favotech.com/protocol.specs.2.4.jetfile.pdf


>>
>> TFI-32x128-37RG 4.76mm Tri-color RS232/Ethernet   6.9"x26.22"x2" 4
>> lines of English
>>
>> I have connected it to PC com port and want to send data through the
>> port.
>> But when I use hyperterminal to send some data on the LED board, it is 
>> not
>> responding. Is it possible to send data through hyperterminal on LED 
>> board?
>> Or is there any other method to display data on LED board through PC com
>> port?
>>
> 
> As Rich wrote, you need to find out what baud rate, start/stop bits and 
> hardware handshakes this display expects. This information should be in 
> the booklet that came with it or maybe online at the manufacturer's site.
> 
> Not to spoil the broth here but there can also be electrical 
> discrepancies. For example one of the laptops here has a hard time 
> driving some RS232 devices. A voltmeter revealed it: The laptop only 
> sends a 6V level and some devices don't seem happy with that (although 
> per standard they should).
>