Posts

Arduino Due as logic analyzer

hello, anyone have working code it? i'm trying project https://github.com/karawin/logic_analyzer with no success, uploaded code seems doesn't work... this not answer question on due logic analyzer code. but can functional 24msps logic analyzer free shipping less 5$: https://www.aliexpress.com/wholesale?catid=0&initiative_id=sb_20170117125131&searchtext=usb+logic+analyze+24m i have 1 (a 100msps , 400msps well), , works fine under linux (and windows) long 24msps accurate enough. the link showed says 10msps seems limit of solution (which given due cpu frequency 84mhz). here showed how use due 28msps logic analyzer, short time frame because of 96kb ram restriction: https://forum.arduino.cc/index.php?topic=417851.msg2883182#msg2883182 the 400msps logic analyzer have uses fpga , lots of internal memory allow 2.5ns resolution sampling: https://www.raspberrypi.org/forums/viewtopic.php?p=1087893#p1087893 hermann. Ar...

Possible to alter RokAccess code to save time - Joomla! Forum - community, help and support

hi, i tested out rokaccess , exactlly (almost !) looking for.  looking plugin can allow intro text (guests , members) , intro plus main members.  line of code "the complete article available members." does know of plugin can or of way change in rokaccess? thanks, ken you don't need plugin! type in teaser text in intro section , rest of text in main section. set access of article regsitered. go global configuration , set show unauthorized links yes. gues clicking on read more link message register read more. logged-in user can read entire article. Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

#include .h and extern

Image
hello        i'm newbies in ide arduino   file .ino code: [select] #include ex.h const int = 0 ; foo snmp ; void setup() {   // put setup code here, run once: } void loop() {   // put main code here, run repeatedly:  snmp.test () ; } file ex.h code: [select] #ifndef ex_h #define ex_h class foo {  void test () ; } ; #endif file ex.cpp code: [select] #include <arduino.h>  void foo::test {   = 0 ;  <--- error " not delared in scope "  } in c++ , use extern in .h off project .. with project .ino thank lot !!!! there many things wrong here don't know start.... let's start here: code: [select] #include ex.h that's not how include something. try code: [select] #include "ex.h" next, ex.cpp needs include ex.h. and ex.h needs include arduino.h code: [select] void foo::test { is not how define function. try code: [select] void foo::test(){ and because it...

Cannot Open Acrobat Reader

i have reader version 8.1.2, use on windows xp pro. of time when try open download message "error opening document. file cannot found". this frustrating because have @ lots of pdf files. opens, reverts error message on subsequent times. does have solution this. not solution, tip: try downloading files instead of viewing them. in internet explorer, right click on link the pdf, choose save target as. aandi inston More discussions in Acrobat Reader adobe

comprehensive list of Uno Rev. 3 USB vendor/product IDs?

i have older uno rev. 3 , show vendor 2341, product 0043. but got newer ones , show vendor  2a03, product 0043. i looked @ http://www.linux-usb.org/usb.ids , 2 pairs appear mention of uno rev 3 (or uno r3). does mean possibilities?  sparkfun clones (tiny, pro, etc.) use own numbers or what? thanks, britton all manufacturers should have own vid/pid code unless licensing deal worked out arduino.cc or ardiuno.org imagine. suspect different codes ft232 (duemilanove , real nano) vs atmega8u2 (uno , mega etc) vs atmega32u4 (promicro & leonardo etc) vs ch430 on clones. Arduino Forum > Using Arduino > Project Guidance > comprehensive list of Uno Rev. 3 USB vendor/product IDs? arduino

Adobe 8.1.2 Problems to make printing

i try explain myself in english may natural language french i try make printing electricity company, when select printer, adobe says impossible print, contact sales, or versionn 8.1.2 french free basic function. i try go in configuration panel, , see software 100 mo when decide modified or out, message saying that impossible. i try make general search, nothing if have idea, welcome i have similar problem. in application generate pdf. client french , has french adobe reader version. when opens pdf in browser click print button, gets "impossible print document" error. if saves on computer , print it, works. this happens randomly, times printed , gives error. please suggest can problem, has withthe adobe reader version? More discussions in Acrobat Reader adobe

"usermenu" error on submit article and links - Joomla! Forum - community, help and support

Image
hey guys! i  ran problem usermenu on submit article , submit link. if "normal registered member logs in site have privileges enter submit pages write articles , create links. the problem when member hit links , white error page comes " 403 forbidden " here info on page: "forbidden you don't have permission access /php-bin/index.php on server. additionally, 500 internal server error error encountered while trying use errordocument handle request. " ***** manual signatures not allowed ***** when log in through frontpage superadmin don't have problem see pages, created superadmin see if worked did not. same error message comes again. on backend when adding new category page goes blank but can add links not categories! how can solve permission problem? thanks help! i have exact same problem - amongst others - 500 errors...  ive been trying solve problem days now... code: select all forbidden you don't have permission access /php-bin/index.php on serve...