Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

I'm having a trouble figuring out where do i make a mistake. I've had a little rfid-read project which was developed on Arduino. Recently i have obtained a raspberry-pi and i wanted to port my old project to the new platform.

I'm using the wiringPi library for communication on gpio. The problem that i'm facing right now is that while using UART on RPI i do not receive any data. ("/dev/ttvAMA0").

Could someone explain it to me, how one can read the serial data in RPI? I'm using ID-12 reader in my project which should sent data to TX, but it does not.

[Fixed] I was using wrong baud rate.

share|improve this question
First of all: Have you found the device? Are u sure that ttuAMA0 is the device? If it is, you could use cutecom in xwin to examine the communication sent to Rpi. Just set the right configuration like baud and so on... – Christian Feb 18 at 7:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.