Re: question from beginner

2005-09-09 Thread dario
Dennis, my english is not too good... About first question this is the implementation of SER class (this is freeware from the source www.telit.it): #Telit Extensions # #Copyright © 2004, DAI Telecom S.p.A. #All rights reserved. # #Redistribution and use in source and binary forms, with or without

Re: question from beginner

2005-09-08 Thread dario
Thanks Dennis. In effect stringZVEI doesn't remain empty after the .read method, then the loop is executed 1 time. How could be a 'while' loop to wait a no empty string from the serial port? Dario. Dennis Lee Bieber ha scritto: > On 7 Sep 2005 07:14:37 -0700, "dario" <[EMAIL PROTECTED]> declaim

question from beginner

2005-09-07 Thread dario
Hi, Im new on phyton programming. On my GPRS modem with embedded Phyton 1.5.2+ version, I have to receive a string from serial port and after send this one enclosed in an e-mail. All OK if the string is directly generated in the code. But it doesn't works if I wait for this inside a 'while' loop. T