You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hardware-...@googlegroups.com
I have this code snippet running:
local nv=0;
for(;;)
{
server.show("Pass #" + nv++);
//server.sleepfor(2.0);
}
and it seems to count up by about 100 per second, so its not doing too bad. Next is to try to see it will let you POST out that frequently, but maybe it does, not bad.
Hakan Lindestaf
unread,
Oct 10, 2012, 11:38:31 AM10/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hardware-...@googlegroups.com
Ah, that's pretty good rate! I wonder if the post out is synchronously so the Imp can get the result of the post?
/Hakan
DonS
unread,
Oct 10, 2012, 12:41:42 PM10/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hardware-...@googlegroups.com
Thanks for testing this and your presentation last night.
Best regards,
Don
DonS
unread,
Oct 10, 2012, 12:53:08 PM10/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to hardware-...@googlegroups.com
Hi David,
Thanks for your help last night and for testing this loop.
I must be still asleep for the previous message I sent out. Sorry!