Visual Micro Arduino for Visual Studio 2010 2012 2013 and Atmel Studio 6.2 v1508.14.5

XYZ軟體補給站-XYZ教學網-XYZ教育王
最新目錄光碟
方向112下學期國小.國中.高中
方向112上學期國小.國中.高中
方向111下學期國小.國中.高中
方向111上學期國小.國中.高中
方向112學年國中高中影音教學
方向2023年知名線上課程教學
方向2024年1月1號軟體新片
國小.國中.高中教學
方向國小命題.考卷類.教學
方向國中命題.考卷類.教學
方向高中命題.考卷類.教學
方向三貝德升學王影音教學
方向三貝德小學王影音教學
方向翰林雲端學院影音教學
方向萬試通學習王影音教學
方向AI學霸網影音教學
方向行動補習網影音教學
方向名師學院影音教學
方向康軒學習.一點通.林晟
方向國小補習班影音教學
方向國中補習班影音教學
方向高中補習班影音教學
方向四技統測.警專.護理師
線上課程綜合教學
方向YOTTA線上課程綜合教學
方向HAHOW線上課程綜合教學
方向PPA線上課程綜合教學
方向UD線上課程綜合教學
方向天下線上課程綜合教學
方向知名線上課程綜合教學
方向臺灣全民學習平台
公職國考.研究所(單科)
方向TKB數位學堂影音教學
方向高點.高上影音教學
方向超級函授影音教學
方向金榜函授影音教學
方向讀享國考小學堂影音教學
方向三民輔考影音教學
方向立功補習班影音教學
方向所有科目題庫班相關考試
方向所有科目總複習相關考試
方向公職國考共同科目
方向行政.司法相關考試
方向律師司法官.司法相關
方向商業.會計.管理相關考試
方向電子.電機.資訊相關考試
方向土木.結構.機械相關考試
方向測量.水利.環工.工業考試
方向社會.文化.地政.不動產
方向物理.化學.後醫.插大
方向護理.營養.衛生.醫類
方向教育.觀光.心理.語言
方向警察,消防,法類相關考試
方向鐵路.郵政.運輸.農業考試
方向未分類相關考試
公職國考就業(套裝)
方向公務人員高普考相關考試
方向關務.移民.外交.民航
方向國安局.調查局.司法.警察
方向公務人員鐵路特考
方向技師執照類相關考試
方向教職.轉學考.後醫.研究所
方向國營事業相關考試
專業繪圖軟體
方向繪圖、圖像、靜態影像
方向工程繪圖.計算.分析軟體
方向電子.電機.電信應用軟體
方向3D動畫、模型、模具軟體
方向Autodesk系列程式軟體
方向ADOBE奧多比工具軟體
方向Corel及訊連系列軟體
方向PTC參數科技繪圖軟體
方向影像圖庫視頻素材
程式軟體光碟
方向程式合輯、軟體合輯
方向影片、多媒體相關軟體
方向音樂、聲音相關軟體工具
方向防毒防駭安全軟體
方向網頁製作資料庫管理
方向燒錄光碟製作軟體
方向字型輸入法軟體
方向微軟系列程式軟體
方向麥金塔專用軟體
方向系統優化.清理.修復工具
方向掃描.PDF.辦公文書工具
方向程式開發.數據.資料庫
方向FTP傳輸.下載.遠端工具
方向廣告信.電話.郵件工具
方向報表.會計.統計.數學軟體
方向硬碟.備份救援.還原工具
方向未分類、綜合程式軟體
網站首頁網站首頁 站內搜索站內搜索 購物結帳購物結帳 手動下單手動下單 問題反應問題反應 訂單查詢訂單查詢 訂購說明
方向 您現在的位置:網站首頁 方向 程式軟體光碟 方向 程式開發.數據.資料庫 方向 光碟詳情
商品編號:CQC6359
商品名稱:Visual Micro Arduino for Visual Studio 2010 2012 2013 and Atmel Studio 6.2 v1508.14.5
商品分類:程式開發.數據.資料庫
語系版本:英文正式版
商品類型:源代碼開發工具軟體
運行平台:Windows XP/Vista/7/8
更新日期:2016-01-21
光碟片數:1片CD光碟
銷售價格:$100元
熱門標籤: 源代碼開發工具軟體  Visual  Atmel  Arduino  Micro 
馬上訂購 返回上一頁

Visual Micro Arduino for Visual Studio 2010 2012 2013 and Atmel Studio 6.2 v1508.14.5 英文正式版(源代碼開發工具軟體)


英文說明:

Visual Micro is an Add-In for Microsoft Visual
Studio 2008-2013 and for Atmel Studio 6.1-6.2 that
allows any Arduino project to be developed,
compiled, and then uploaded to any Arduino board.

Visual Micro is fully compatible with the Arduino
development environment and uses the same
libraries, source code, and development tools. The
difference lies in Visual Micro's user interface
which provides an advanced and professional
development environment, and allows for more
advanced development than the existing Arduino IDE.

Visual Micro also includes an optional (not free)
Arduino software debugger.

The debugger is unique and for the first time
enables Arduino developers to monitor a running
Arduino by simply clicking the code they want to
monitor.

The concept of clicking code and adding break or
trace points is common practise. The unique element
that Visual Micro provides is to silently add
(inject) special (known protocol) Arduino 'Serial'
instructions during compilation without altering
the developers original source code.

The debugger also listens for the special debug
Serial messages and populates the various debugger
status windows to reflect what is happening on the
Arduino. When required, for break points that pause
and wait, the 'Serial' is also used by the Arduino
to listen for the F5 Continue command.

The debugger supports many features found in
hardware debug tools such as conditional
breakpoints, hit counters and update of variables
without need to re-compile. There is also a few
features not found in other debug tools such as
timed break points and trace points (ie: every x
millis).
圖片說明:


相關商品:
  • Wallaby js for Visual Studio 2015 v1.0.33 英文正式版(代碼編輯軟體)
  • Wallaby js for Visual Studio 2013 v1.0.33 英文正式版(代碼編輯軟體)
  • Infragistics NetAdvantage for Visual Studio Lightswitch 2012 Vol.2 英文正式版(編程開發控件軟體)
  • Infragistics NetAdvantage for Visual Studio Lightswitch 2012 Vol 1 英文正式版(編程開發控件軟體)
  • Wallaby js for Visual Studio 2017 v1.0.33 英文正式版(代碼編輯軟體)
  • Visual Studio Code v1.9 英文正式版(微軟vs文本編輯器軟體)
  • Syncfusion Essential Studio for ASP NET v11.2.0.25 英文正式版(應用程序優化軟體)
  • Syncfusion Essential Studio for Windows Phone v11.2.0.25 英文正式版(應用程序優化軟體)
  • TigerLogic Omnis Studio Pro v5.2.0 Development for Windows 英文正式版(快速應用開發 RAD 工具軟體)
  • Syncfusion Essential Studio for Silverlight v11.2.0.25 英文正式版(應用程序優化軟體)


  • 站內搜索


    請輸入軟體名稱或編號
    購物車
    熱門關鍵字
    Software Scientific
    Toolworks Safe
    AppPerfect HDL
    JetBrains Tool
    HiTek Java
    Test Windows
    AutoKrypt Port
    Serial UEStudio
    Richardson Softgroup
    Works Zend
    加密軟體 數據庫軟體
    Button Controls
    EASE Entry
    Komodo Allround
    ASN2TXT ASP.NET
    Benthic Change
    Developer Django
    EditRocket etBrains
    French Golden
    Hexinator Just