View Single Post
  #5  
Old 06-16-2008, 10:31 AM
timbo timbo is offline
Member
 
Join Date: Jun 2008
Posts: 16
data from the socket

I understand how to create the socket in python from the examples on this forum and other sources. However, Im not sure how to sequester the x, y, and z data for the position of the LED. Using the code from an earlier question I see that you can recieve a "MAX_DATA_SIZE" but what I need is distinct values for x, y, and z. Is there something in the python socket library that can accomplish this? Thank you for all your help farshizzo!
Reply With Quote