本帖最后由 sungog 于 2011-12-2 16:49 编辑  
 
// we are just using the default values, yes this is not necessary... 
  EP1OUTCFG = 0xA0; 
  EP1INCFG = 0xA0; 
  SYNCDELAY;                    // see TRM section 15.14 
  EP2CFG = 0xA2; 
  SYNCDELAY;                     
 
TRM section15.14是什么那里有这资料 
另外,如果要响应上位机软件中的setfeature请求,应该在那里怎么写响应程序呢 |