Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Question about the serial monitor (Read 3406 times)
Jan Friberg
Junior Member
**
Offline


Posts: 72
Joined: Dec 13th, 2013
Question about the serial monitor
Aug 16th, 2016 at 3:24pm
Print Post  
I'm using Serial1 on a Arduino Due. It seem that the serial monitor does not display data sent on serial1 but only on the default serial port. The serial monitor window says Serial. Is it possibly to have the serial monitor display communication on other ports and if so how ?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Question about the serial monitor
Reply #1 - Aug 16th, 2016 at 3:29pm
Print Post  
Hi,

Assuming you are using a current version of visual micro. On the toolbar next to the COM port is a button/menu called "Other". This allows you to open a serial monitor on a port that is not also related to which port is used for upload to the Arduino.

In older versions of visual micro for as6.2 and vs2010 this feature was on "View>Other windows>arduino port"

You can open as many monitors as you like.

If your question is related to setting an alternative debug port then please see this guide

« Last Edit: Aug 16th, 2016 at 3:29pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Jan Friberg
Junior Member
**
Offline


Posts: 72
Joined: Dec 13th, 2013
Re: Question about the serial monitor
Reply #2 - Aug 16th, 2016 at 4:21pm
Print Post  
Tim@Visual Micro wrote on Aug 16th, 2016 at 3:29pm:
Hi,

Assuming you are using a current version of visual micro. On the toolbar next to the COM port is a button/menu called "Other". This allows you to open a serial monitor on a port that is not also related to which port is used for upload to the Arduino.

In older versions of visual micro for as6.2 and vs2010 this feature was on "View>Other windows>arduino port"

You can open as many monitors as you like.

If your question is related to setting an alternative debug port then please see this guide



That menu 'Other' only lists COM3 Arduino Due programming port' as the only option. Under View other windows there are no item called arduino port
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Question about the serial monitor
Reply #3 - Aug 16th, 2016 at 4:29pm
Print Post  
The "Other" menu should show the same list of ports as the normal ports list.

So maybe your question is "How to see Serial1" as a com port on a pc?

If so then the answer is to buy an FDTI cable or board that allows the Tx/Rx pins from Serial1 on your arduino to a udb port on the pc. Then windows will show an additional COM port in all the port lists.

Does this make sense or have I missed the point?

  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint