| T O P I C R E V I E W |
| tinkusch |
Posted - 02/26/2004 : 11:52:04 AM Hi,
I have the following problem: In my application a LabTalk button click shall call an OriginC function, which contains a loop (actually a readout loop for a COM port). While that loop is running I would like to evaluate further clicks onto other LabTalk buttons (e.g. in order to abort that loop). How can I do this? I tried to solve the problem including LT_execute("") in the loop but with no success
The background is the following: Is it possible in Origin to comunicate to two serial ports independently, i.e. starting communication with COM1 while COM2 is permanently sending data to a LabTalk application?
Many thanks for any help 
Stefan
|
| 2 L A T E S T R E P L I E S (Newest First) |
| tinkusch |
Posted - 02/26/2004 : 12:23:42 PM quote:
replace LT_execute("") with LT_execute("sec -p 0.5")
simple, but works.....
many thanks!
Stefan
|
| cpyang |
Posted - 02/26/2004 : 12:05:27 PM replace LT_execute("") with LT_execute("sec -p 0.5")
|
|
|