-
-
Notifications
You must be signed in to change notification settings - Fork 71
Multiple Serial Connections simultaneously #171
Comments
I want a feature like this as well - At least one extra axilluary serial monitor. The primary serial port would be automatically used for code uploads.
The serial plotter is a very useful feature but it needs improving: |
@Hedelinoo @CreativeRobotics Every window (document) has its own serial monitor. Mind that if one serial monitor is connected to a particular board you cannot connect to the same board from another window. Try it out and let us know what you think. @CreativeRobotics for the other features requests
what would be the purpose of this?
This is definitely interesting, we'll have to investigate
this would require quite a bit of research in terms of UX/UI because right now we only support a text field. |
Thanks for the response. I will try out the multiple serial instances. For the tab character, how about a 'send value' button with a numeric text entry field - enter an integer and press send to transmit that ascii value ...? You would probably want a UI feedback notification next to it so it displays the actual value sent so if you enter 300 it caps that to 255, and tells you ... Failing that a drop down menu, but that would be a bit clunky with 255 options . The serial file upload with a throttle comes from a particular use case of mine where I needed to upload a few Kb of data into memory for a look up table (on a SAMD21 based board). The data file was being generated from excel, so it was ascii, not raw data, and the system had to parse each value as it came in whilst also doing a few other things. It turned out to be a bit tricky and I ended up using TeraTerm instead of the serial monitor because it would put a delay between each byte sent. Ther are other possible use cases, for example streaming data to a SD card, but I recognise that my need for it may be perculiar. |
@CreativeRobotics |
Yes - but not every embedded systems engineer is also a python programmer. The question is, if you are going to provide a serial terminal, then what features should a pro version include? My corner case may not be a good candidate .... but if you do include a 'send file' option, then maybe its worth considering, and maybe other terminal emulators include it for a reason. |
point taken ;)
I believe there are great serial tools out there that do a much better job (I use |
I take your point - in fact I was already realising it when I wrote my last comment ;) |
@CreativeRobotics I just started following a project called Arduino Cereal Monitor which @rsora sent me a link to. |
As Ubi mentioned, Arduino Pro IDE now has support for an independent board/port/Serial Monitor in each window! So I'm going to close this as the original feature request being resolved. There are some other tangential requests mentioned here which of course are not resolved. You both are welcome to open dedicated issues to track those requests if you like. Thanks! |
On the old IDE I wished that I could open several Serial Monitors that each display the data of a different Arduino. So this would be great to see in the new one.
Additionally it would be very nice if one could have multiple serial data streams in a single serial plotter. For example sending to variables from 1 or more Arduinos to the serial plotter and have them plotted as to individual graphs.
The text was updated successfully, but these errors were encountered: