I will be receiving data serially from another pc,.i can use any sort of marker between two packets,i will be the person sending data as well after reading it from some devices.But packet length is not constant. each packet has this format: 201.535a56.65b4.56c89.565d another packet could be : 4a5b6c7d What i need is a program to store variables such as:var_a has value 4,var_b has value 5,for second string. I have to read and write data continuosly using serial port.
-- http://mail.python.org/mailman/listinfo/python-list