Hi All,
I have a micro-controller with TTL 3.3v pins. I want RPI to control it. However, I have no idea how to achieve this. Here is the details.I searched a lot via google. I saw all use RPI 3 for tutorials and they all talking about USB-TTL, but situation for mine is TTL-TTL without any converter I think.
1. Raspberry Pi B , OS:raspbian squeeze. I turned off the tty console via rasp-config. Power with USB.
2. UHF RFID controller, with 4 pins, vcc, gnd, tx, rx. (3.3v). Power with USB.
I connected GND-GND, TX-RX, RX-TX. Only 3 lines being used to connect each other.
My question:
1. Am I right to connect them as that?
2. I didn't see any /dev/ttyS* was created or any other new port was created. I saw /dev/ttyAMA0 exists in my RPI B although all internet articles are talking about RPI 3 will have that port. And I tried to use minicom on that port and showed me 'offline'. Am I correct for the testing? How can I ensure the micro-controller has been detected by my RPI?(I tried dmesg | grep tty or grep uart, all shows me same message and no diff before and after I connect TTL)
3. Any suggestion for what I do?
Thank you all.