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 Esplora Uploading Problem (Read 1134 times)
Bob Jones
Full Member
***
Offline


Posts: 210
Location: Bellingham, WA
Joined: Dec 4th, 2015
Esplora Uploading Problem
Jan 3rd, 2019 at 7:05pm
Print Post  
I am taking a look at the Arduino Esplora but having problems with the uploader. I plug the device into my USB hub and it assigns COM40. When I compile and upload, it disconnects from Port 40, connects to port 41 and does the upload on Port 41. 

The Serial monitor remains connected to Port 40, but no output is written to this port. Port 41 does not show up in the Port Selection DDLs.

I have seen this pattern when I selected Com38. It wrote to Com39. 

I am using the Arduino Esplora loader. 

Is there a configuration option I am missing? How do I get it to upload to the same port that I selected?

Verbose build output is attached.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Esplora Uploading Problem
Reply #1 - Jan 4th, 2019 at 1:31pm
Print Post  
This is a feature of usb aware arduino boards. For upload they require to be forced into upload mode. In this mode the processor starts on a different port. The "force/reset" happens by connecting to the chip at 1200 baud serial. The hardware definition of the board tells Visual Micro when this is needed it is not something you van change.

Using the arduino ide, you should see the same system happening.

Usb hubs can cause usb issues with some boards, it's well documented.
« Last Edit: Jan 4th, 2019 at 1:32pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint