Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread George Henne
Thanks - that's certain a decent result for such a device. (and the
price is right!)

George Henne 
NS BASIC Corporation
http://www.nsbasic.com 

>
>OK, great ... that gives a value of around 2  iterations per second
>
>Three sucessive runs produced
>20669.7
>19397.3
>20484.1
>
>Kevin
>
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> In the Samples section (in the File menu in the IDE), there is a program
>> already called Benchmark. Use that one - that way we are using the
>> identical code for all platforms.
>> 
>> >
>> >
>> >"Run the Benchmark sample" . okkk
>> >I assume you mean the 'count for ten seconds' one ? . right?
>> >
>> >Now there must be dozens of ways to implement a counting program 
>> >not all of them the fastest.
>> >What is the recomended way to do it ?
>> >
>> >A simple loop :-
>> >
>> > while n< 1 
>> >   n = n+1
>> >   textbox1.text = n
>> > wend
>> >
>> >and I used a stopwatch to time it gives about 4250 (ish)
>> >But of course this includes updating a textbox too ..
>> >
>> >Kevin
>> >
>> >
>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>> >>
>> >> Great! Run the Benchmark sample, and I'll add it to the table here:
>> >> 
>> >> 
>> >> 
>> >> >Yippe  it works !!  Brilliant 
>> >> >Its actually installer 2336
>> >> >
>> >> >Thank you so much
>> >> >Kevin
>> >
>> >
>> >
>> >
>> >
>> >
>> >Yahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread George Henne
In the Samples section (in the File menu in the IDE), there is a program
already called Benchmark. Use that one - that way we are using the
identical code for all platforms.

>
>
>"Run the Benchmark sample" . okkk
>I assume you mean the 'count for ten seconds' one ? . right?
>
>Now there must be dozens of ways to implement a counting program 
>not all of them the fastest.
>What is the recomended way to do it ?
>
>A simple loop :-
>
> while n< 1 
>   n = n+1
>   textbox1.text = n
> wend
>
>and I used a stopwatch to time it gives about 4250 (ish)
>But of course this includes updating a textbox too ..
>
>Kevin
>
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> Great! Run the Benchmark sample, and I'll add it to the table here:
>> 
>> 
>> 
>> >Yippe  it works !!  Brilliant 
>> >Its actually installer 2336
>> >
>> >Thank you so much
>> >Kevin
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



Re: .. Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread Jorge Gonzalez
I'm out of the office until 2/19/10, any urgent need about MICAS or the
server call 781-738-1888. Please contact Jace Swenson or Paul LeBlanc for
immediate assistant at 243 and 259. Thanks so much, and Merry Christmas to
you.

-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



Re: [nsbasic-ce] Re: Maplin MID

2010-02-20 Thread George Henne
Great! Run the Benchmark sample, and I'll add it to the table here:



>Yippe  it works !!  Brilliant 
>Its actually installer 2336
>
>Thank you so much
>Kevin
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> Have you gone into Tools...Options...Installer and changed the default
>> value (Windows Mobile) to another setting? 2577 should be it.
>> 
>> >
>> >
>> >Hi George,
>> >Thanks for the reply,
>> >I've tried to run a NSBasic program and get a message to the
>> >effect . "No compatible device connected",  even though the MID is
>> >connected and appears on ActiveSync.
>> >
>> >Almost certainly something I'm doing (or not doing)  just wondered
>> >if anyone had actually written a program and got it running.
>> >
>> >Cheers
>> >Kevin
>> >
>> >
>> >
>> >--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>> >>
>> >> We haven't had our hands on one to try - but it looks similar to a
>> >> number of devices that work fine with NS Basic/CE. At a price of just
>> >> £59.99, it sure looks like an interesting device.
>> >> 
>> >> I'm pretty sure it will work.
>> >> 
>> >> 
>> >
>> >
>> >
>> >
>> >
>> >
>> >Yahoo! Groups Links
>> >
>> >
>> >
>>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.



Re: [nsbasic-ce] Re: Maplin MID

2010-02-19 Thread George Henne
Have you gone into Tools...Options...Installer and changed the default
value (Windows Mobile) to another setting? 2577 should be it.

>
>
>Hi George,
>Thanks for the reply,
>I've tried to run a NSBasic program and get a message to the
>effect . "No compatible device connected",  even though the MID is
>connected and appears on ActiveSync.
>
>Almost certainly something I'm doing (or not doing)  just wondered
>if anyone had actually written a program and got it running.
>
>Cheers
>Kevin
>
>
>
>--- In nsbasic...@yahoogroups.com, "George Henne"  wrote:
>>
>> We haven't had our hands on one to try - but it looks similar to a
>> number of devices that work fine with NS Basic/CE. At a price of just
>> £59.99, it sure looks like an interesting device.
>> 
>> I'm pretty sure it will work.
>> 
>> 
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.