Hi,
I've been trying to write an address to the bus using this javascript code:
$(function(){
grp.write('2/5/1',true);
});
Inside the browser console it appears this error:
Do you know what's happening? I'm pretty sure that I'd been using it before and it worked...
Thanks.
I've been trying to write an address to the bus using this javascript code:
$(function(){
grp.write('2/5/1',true);
});
Inside the browser console it appears this error:
Do you know what's happening? I'm pretty sure that I'd been using it before and it worked...
Thanks.