Search found 3 matches

by dds
Mon Oct 26, 2009 10:45 am
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: USB communication Scicos compilation problem
Replies: 11
Views: 6187

Re:USB communication Scicos compilation problem

Dear Ofir,

the pc-side application displays the usb channel 0, but in the diagram the data is placed in usb channel 1. Change the diagram or the application code...

Regards,
Dario
by dds
Fri Oct 23, 2009 3:38 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: USB communication Scicos compilation problem
Replies: 11
Views: 6187

Re:USB communication Scicos compilation problem

Dear Ofir, thank you for reporting the problem. The problem is present because there are no blocks that somehow identifies which boards (demo/motion) is used. To compile your application you can replace the file \"rules.mk\" located at: \"C:\\Evidence\\Evidence\\eclipse\\plugins\\com.eu.evidence.ee_...
by dds
Thu Oct 15, 2009 6:10 pm
Forum: ScicosLab and Scicos-FLEX code generation (closed)
Topic: Scicos DemoBoard PWM
Replies: 3
Views: 3048

Re:Scicos DemoBoard PWM

Dear Tan Chin, thanks for your help. I made the following changes. svn diff Index: flex_daughter_pwm.c =================================================================== --- flex_daughter_pwm.c (revision 356) +++ flex_daughter_pwm.c (working copy) @@ -19,7 +19,7 @@ if ((pin 2)) return; - EE_pwm_ini...