1 頁 (共 1 頁)

Energia

發表於 : 2012-08-29 22:51:30
yehlu
OSX

Select Serial Port from the Tools menu to view the available serial ports. On windows, they will be listed as COMXXX port and usually a higher number is the LaunchPad com port. On Mac OS X they will be listed as /dev/cu.uart-XXXX. On Mac OS X make sure to select the /dev/cu.uart-XXXX and NOT the /dev/tty.uart-XXX

LED1, LED2, S2 and internal temp sensor can also be addressed by the alternative names:

代碼: 選擇全部

 RED_LED
 GREEN_LED;
 PUSH2;
 TEMPSENSOR;