Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
@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.
@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.