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

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Problems with UART

There are 3 messages in this thread.

You are currently looking at messages 0 to 3.

Problems with UART - elsaximena - 09:37 26-05-05



HI...

I am programming with a MAVRIC II that uses the ATMEGA 128 but I connect 
GP2D12 infrarred sensor to the UART and I use the hyperterminal for see th
output of the sensor but the only thing that I receive was:
Éò@}@@wp@}@pNstr@¶ÏÌôóxw@¶ÏÌôó

What can I do??? The same thing happened with the srf04 ultrasoni
sensor!!!

I appreciate any help

Thanks


		
This message was sent using the comp.arch.embedded web interface o
www.EmbeddedRelated.com

Re: Problems with UART - Tim Mitchell - 09:57 26-05-05

In article <W...@giganews.com>, elsaximena 
<x...@etb.net.co> writes
>HI...
>
>I am programming with a MAVRIC II that uses the ATMEGA 128 but I 
>connect a
>GP2D12 infrarred sensor to the UART and I use the hyperterminal for see 
>the
>output of the sensor but the only thing that I receive was:
>Éò@}@@wp@}@pNstr@¶ÏÌôóxw@¶ÏÌôó
>
>What can I do??? The same thing happened with the srf04 ultrasonic
>sensor!!!
>
either
a) the baud rate is not correct
or
b) one end is set to 8 bit and one is set to 9 bit
-- 
Tim Mitchell

Re: Problems with UART - Vadim Borshchev - 10:42 26-05-05

On Thu, 26 May 2005 08:37:53 -0500, elsaximena <x...@etb.net.co> 
wrote:

> [...] but I connect a
> GP2D12 infrarred sensor to the UART and I use the hyperterminal for see 
> the
> output of the sensor [...]

GP2D12 produces analog signal.  You probably need to connect it to one of 
ADC inputs?

   Vadim