I have a doubt: Every time I open the port, the Arduino board reset. I imagine that it is consequence for the DTR pin, but if I change to leave it in false, the board jams. Any idea?
I´ve used only Excel with VBA and the free NETComm ActiveX Control.
Now, in the video seems like a little delay between the movement of the poti and the graph.But it was because the update frecuency was too high (500 ms). Now is 200 ms and it´s perfect!!
I am trying to do something very similar to what it looks like you have done from that youtube video, but since I am not as familiar with VBA as I should be to actually get a project like this done, I am stuck. I am not sure how you interface with the NETComm ActiveX Control and thus successfully import values from the serial port and my Arduino.
I successfully inputted values though a csv file created in processing, but would rather have excel input directly from the serial port for the real time graphing and saved formatting and such.
Igor R - regarding the board reseting, you probably need to disable the auto-reset function on the board (or buy a board that has a jumper to do so). I don't know how to do it off hand, but if you search around the forums, you can find mention of how to do it.
Ultimately, it might be a better deal to just purchase a board with the jumper (I think Seeedstudio's offerings have such a jumper); if you do attempt it yourself, you might want to try to make a jumper for it yourself (or a small switch), because when you disable it, you have to do the "old-school" time-it-just-right hitting of the reset switch when you upload...