Greetings All,
I am writing a program that simulates the operations of a gasoline pump. One of the threads
monitors the serial port for commands sent from the master control unit located inside of the
service station. One of the commands received and acted on by my program is a 'Price Change'
command.
My program performs as intended (i.e. prices change) only when running under the debugger . . .
but not when executing directly from the HD or the PowerBasic Compiler window. I searched the
forum (I was already using #Register None) but can't find anything related to this.
I thought I'd see if anyone could offer up a general suggestion or two before I posted code.
(over 1000 lines)
As always, any and all help is very much appreciated
Wesley Brown
------------------
I am writing a program that simulates the operations of a gasoline pump. One of the threads
monitors the serial port for commands sent from the master control unit located inside of the
service station. One of the commands received and acted on by my program is a 'Price Change'
command.
My program performs as intended (i.e. prices change) only when running under the debugger . . .
but not when executing directly from the HD or the PowerBasic Compiler window. I searched the
forum (I was already using #Register None) but can't find anything related to this.
I thought I'd see if anyone could offer up a general suggestion or two before I posted code.
(over 1000 lines)
As always, any and all help is very much appreciated

Wesley Brown
------------------
Comment