Comments on: Using UART on Raspberry Pi – Python https://electrosome.com/uart-raspberry-pi-python/ You Inspire.....We Create..... Sun, 03 Jan 2021 06:43:52 +0000 hourly 1 https://wordpress.org/?v=6.1.1 By: Ligo George https://electrosome.com/uart-raspberry-pi-python/#comments/9841 Sun, 03 Jan 2021 06:43:52 +0000 https://electrosome.com/?p=10794#comment-9841 In reply to bo.

Thanks updated.

]]>
By: bo https://electrosome.com/uart-raspberry-pi-python/#comments/9829 Sun, 13 Dec 2020 03:29:53 +0000 https://electrosome.com/?p=10794#comment-9829 link is bad for PySerial

]]>
By: Glenn A Hamblin https://electrosome.com/uart-raspberry-pi-python/#comments/9241 Mon, 27 Jan 2020 01:33:20 +0000 https://electrosome.com/?p=10794#comment-9241 Thanks for posting this project Vivek, Very informative. Are there any serial ports other than the port that is configured as the terminal? I wonder If I can do a 9-bit serial stream on the Pi? So many questions!!

Thanks again,
Glenn

]]>
By: Rendon Greeff https://electrosome.com/uart-raspberry-pi-python/#comments/7467 Sun, 28 Jul 2019 14:48:06 +0000 https://electrosome.com/?p=10794#comment-7467 Also, if I run the program in python, it gets stuck when I read from or write to the uart.

]]>
By: Rendon Greeff https://electrosome.com/uart-raspberry-pi-python/#comments/7466 Sun, 28 Jul 2019 14:46:32 +0000 https://electrosome.com/?p=10794#comment-7466 Hi, why does minicom not accept my keystrokes after I launch it?

]]>
By: aman surya https://electrosome.com/uart-raspberry-pi-python/#comments/7096 Tue, 22 May 2018 02:00:28 +0000 https://electrosome.com/?p=10794#comment-7096 ttyAMA0 is not at all there
instead its serial0
it’s like console=serial0,15200 etc
i am not able to do this so please help me

]]>
By: Pierre Marconi https://electrosome.com/uart-raspberry-pi-python/#comments/6948 Fri, 01 Dec 2017 13:18:00 +0000 https://electrosome.com/?p=10794#comment-6948 HI
I always get a
AttributeError: ‘module’ object has no attribute ‘Serial’
any suggestions?
thanks

]]>
By: Ligo George https://electrosome.com/uart-raspberry-pi-python/#comments/6120 Thu, 02 Jun 2016 12:47:00 +0000 https://electrosome.com/?p=10794#comment-6120 In reply to Misha.

Yes, you can use UART communication, but you should use lowest baud rate.

]]>
By: Misha https://electrosome.com/uart-raspberry-pi-python/#comments/6049 Tue, 26 Apr 2016 14:23:00 +0000 https://electrosome.com/?p=10794#comment-6049 Hi

I am planning on sending integer data over a 433Mhz RF kit using 2 RPi’s. Now I have searched for a very long time and cannot find valid information. Please can you help.

I want to send numerical data(integers or floats perhaps) over the 433Mhz RF link kit using the UART pins. Now the data sent is constantly changing in an infinite loop.

1. I assume if I change the parameters defining what “data” is (referencing above code) then I could transmit anything?
2. What is the code for the receiver? what code can I use to read the numbers that I sent through?

All my code is in python like above and would like to keep it such
Any help would be appreciated.

Misha

]]>
By: Ligo George https://electrosome.com/uart-raspberry-pi-python/#comments/5607 Sun, 22 Nov 2015 03:54:00 +0000 https://electrosome.com/?p=10794#comment-5607 In reply to Mayke Santos.

Hi,
Above tutorial not explaining to control your Pi through UART. It just shows how to use UART. We need UART communication for a lot of applications.

]]>