Skip to main content
phosphorescent's user avatar
phosphorescent's user avatar
phosphorescent's user avatar
phosphorescent
  • Member for 4 years, 4 months
  • Last seen more than 4 years ago
awarded
comment
Problem with first two samples of serial data received by RPi
@Majenko Is there any way on the receiving Py script that I can have the socket "hold on" to the incoming string until a certain event happens? I heard there may be a way to do this so that when "\n" is reached, everything will be released from the socket.
awarded
revised
Loading…
comment
Problem with first two samples of serial data received by RPi
@jsotola You're correct. It's just the first sample being split into two lines.
Loading…
awarded
comment
Incorrect values arriving from Arduino to RPi over serial communication
@jsotola I get a hex ASCII code when received_data is printed. I guess I'm just not sure how to parse the values I want from that and assign them to the four different variables.
Loading…