English 中文(简体)
Arduino Skecheches 所谓汇编/加载,但在与Putty检查COM港口时似乎不起作用
原标题:Arduino Sketches supposedly compiling/uploading but doesn t seem to be working when checking COM ports with Putty

我刚刚从Arduino uno开始,我有一个程序,它以前已经装满了一个程序,从一系列传感器接收信息,通过序列输出收到的信息。所以当我从COM3(如我的计算机)连接到UNO时,它用简便的输出传感器读数。

但我现在有一个问题 重塑联合国办事处 用空草图

void setup(){}
void loop(){}

当我上传上面的内容时,上面写的是编译的,但当我连接到平板电脑时,旧的程序似乎仍然有效?

知道这里出了什么问题吗?

最佳回答

确保您在上传前关闭粘土, 因为它可能会阻断 IDE 和 Arduino 之间的交流 。

不仅检查编译,而且检查上传 。 在开发过程中使用 Arduino IDE 的序列。 编译过程知道如何杀死它, 并且会自动这样做 。

问题回答

暂无回答




相关问题
java in-memory on-the-fly class compilation (and loading)

I want to revisit an old question of mine about in-memory "compilation" of classes. Since about 1/2 a year have passed since I asked (and was somewhat answered), I d like to re-raise the issue and see ...

(c)make - resursive compile

Let s assume I have directories like: dir1 main.cpp dir2 abc.cpp dir3 def.cpp dir4 ghi.cpp jkl.cpp And let s assume that main.cpp ...

How to link to a static library in C?

I use code::blocks to compile my static library. The output result is a libstatic.a file. Now, how do I link to my library to use functions that were compiled? (I tried to use #include "libstatic.a"...

Statically linking Winsock?

I m using Winsock 1.1 in my project. I include wsock32.lib in "Additional Dependencies". I m looking at the DLL project using depends.exe and notice that the DLL depends on wsock32.dll. How can I ...

热门标签