Re: Getting in a mix-up with COMn

2015-04-05 Thread Kay C Lan
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

Re: Getting in a mix-up with COMn

2015-04-03 Thread Jerry Jensen
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

Re: Getting in a mix-up with COMn

2015-04-03 Thread stephen barncard
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

Re: Getting in a mix-up with COMn

2015-04-03 Thread stephen barncard
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

Re: Getting in a mix-up with COMn

2015-04-03 Thread Richmond
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

Re: Getting in a mix-up with COMn

2015-04-03 Thread Kay C Lan
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

Getting in a mix-up with COMn

2015-04-02 Thread Richmond
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