On Sat, Apr 4, 2015 at 2:14 AM, stephen barncard <
stephenrevoluti...@barncard.com> wrote:
>
> 'end' is another unrelated keyword.
>
> try
>
> read from file "COM3:" until eof
>
I appreciate that Richmond may have is answer but if you are aware of
something that is in contradiction to the officia
On Apr 3, 2015, at 8:05 AM, Richmond wrote:
>
>> read from file "COM3:" until end
>>
>> is the Dictionary example.
>>
>
> Indeed; although the problem seems to be with 'end'.
I have used the following with a driver for a Keyspan USB-to-serial adapter on
a mac:
read from driver tWxPort unti
On Fri, Apr 3, 2015 at 8:05 AM, Richmond
wrote:
> read from file "COM3:" until end
'end' is another unrelated keyword.
try
read from file "COM3:" until eof
--
Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words
___
use-livecode mailing list
use
On Fri, Apr 3, 2015 at 8:05 AM, Richmond
wrote:
> Indeed; although the problem seems to be with 'end'.
>
until EOF ??
--
Stephen Barncard - Sebastopol Ca. USA - Deeds Not Words
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit
On 03/04/15 17:47, Kay C Lan wrote:
On Fri, Apr 3, 2015 at 4:37 AM, Richmond
wrote:
read from file COM3: until end
Did you really have that or was that mistyped?
read from file "COM3:" until end
is the Dictionary example.
Indeed; although the problem seems to be with 'end'.
Richmon
On Fri, Apr 3, 2015 at 4:37 AM, Richmond
wrote:
>read from file COM3: until end
>
Did you really have that or was that mistyped?
read from file "COM3:" until end
is the Dictionary example.
___
use-livecode mailing list
use-livecode@lists.runrev.c
Having got my USB device connected to a Windows 7 box, and the driver
installed, and determined that the
device is listed at COM3 I put this into a button:
on mouseUp
open file "COM3:" for read
read from file COM3: until end
put it into fld "DData"
end mouseUp
and I got one of those ch