Re: i want to add a timeout to my code

2008-05-02 Thread Gabriel Genellina
maehhheeyy<[EMAIL PROTECTED]> wrote: > > > I want to add a timeout so that when I pull out my gps from my serial > > > port, it would wait for a bit then loop and then see if it's there. I > > > also want to add a print statement saying that there is no G

Re: i want to add a timeout to my code

2008-05-01 Thread maehhheeyy
On Apr 29, 3:29 pm, John Krukoff <[EMAIL PROTECTED]> wrote: > On Tue, 2008-04-29 at 14:47 -0700, maehhheeyy wrote: > > On Apr 17, 4:24 pm, Miki <[EMAIL PROTECTED]> wrote: > > > On Apr 17, 1:10 pm,maehhheeyy<[EMAIL PROTECTED]> wrote: > > > > > I w

Re: i want to add a timeout to my code

2008-04-29 Thread John Krukoff
On Tue, 2008-04-29 at 14:47 -0700, maehhheeyy wrote: > On Apr 17, 4:24 pm, Miki <[EMAIL PROTECTED]> wrote: > > On Apr 17, 1:10 pm,maehhheeyy<[EMAIL PROTECTED]> wrote: > > > > > I want to add a timeout so that when I pull out my gps from my serial > > >

Re: i want to add a timeout to my code

2008-04-29 Thread maehhheeyy
On Apr 17, 4:24 pm, Miki <[EMAIL PROTECTED]> wrote: > On Apr 17, 1:10 pm,maehhheeyy<[EMAIL PROTECTED]> wrote: > > > I want to add a timeout so that when I pull out my gps from my serial > > port, it would wait for a bit then loop and then see if it's there. I >

Re: i want to add a timeout to my code

2008-04-17 Thread Miki
On Apr 17, 1:10 pm, maehhheeyy <[EMAIL PROTECTED]> wrote: > I want to add a timeout so that when I pull out my gps from my serial > port, it would wait for a bit then loop and then see if it's there. I > also want to add a print statement saying that there is no GPS device >

i want to add a timeout to my code

2008-04-17 Thread maehhheeyy
I want to add a timeout so that when I pull out my gps from my serial port, it would wait for a bit then loop and then see if it's there. I also want to add a print statement saying that there is no GPS device found. However when I run my code and unplug my serial port, my code will just

i want to add a timeout...

2008-04-15 Thread maehhheeyy
I want to add a timeout so that when I pull out my gps from my serial port, it would wait for a bit then loop and then see if it's there. I also want to add a print statement saying that there is no GPS device found. However when I run my code and unplug my serial port, my code will just