Showing results for Visual Studio Code - IoT Developer

Jun 30, 2017
Post comments count0
Post likes count0

MXChip IoT DevKit board package v1.0.0 is now available

Xin Shi
Xin Shi

After a month work of stabilizing the code, fixing bugs and adding more samples, we are happy to release the v1.0.0 for our IoT DevKit. You can download the latest package by following the get started guide or from direct link here. And soon we will open source the stacks including firmware, toolchain and all sample projects code. Please check rele...

IoTAzureInternet of Things
May 27, 2017
Post comments count4
Post likes count0

Debug your Arduino code with Visual Studio Code

Xin Shi
Xin Shi

Debugging Arduino application is a challenging task as the debugging feature has not been officially supported in Arduino IDE. Many modern IDEs have debug support that developers are used to, using Breakpoints, Steps, Call Stack, Watch, Local/Global Variables, etc. Arduino developers often have to explore many alternative methods and tools to de...

Azure IoT HubVisual Studio CodeArduino
Apr 26, 2017
Post comments count0
Post likes count0

Now, Write Arduino Program in Visual Studio Code

Rong Li
Rong Li

Recently, we released Arduino Extension for Visual Studio Code. It brings modern code editing experience to the beloved Arduino platform. Here's what's inside: Technically, the extension was built on top of the Arduino IDE, so you get exactly the same build results of using the original IDE. The extension is ...

IoTInternet of ThingsVisual Studio Code