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 What is "'touch' hardware serial port" (Read 1709 times)
Trek19
Junior Member
**
Offline


Posts: 82
Location: UK
Joined: Dec 2nd, 2013
What is "'touch' hardware serial port"
Aug 7th, 2020 at 4:33pm
Print Post  
I get this message but dont understand it, any ideas.
The Upload happens but I cant see the output in the VM Serial monitor but I can see it in CoolTerm.


Uploading 'Sketch1' to 'Adafruit Feather Bluefruit Sense' using 'COM3'
Unable to 'touch' hardware serial port: COM3. Now assuming selected port is bootloader port. This might still fail, have you got the correct board selected?
Upgrading target on COM4 with DFU package lease\Sketch1.ino.zip. Flow control is disabled, Single bank, Touch disabled
########################################
########################################
########################################
##################################
Activating new firmware
Device programmed.
     The upload process has finished. via 'COM4'
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2174
Joined: Feb 13th, 2019
Re: What is "'touch' hardware serial port"
Reply #1 - Aug 7th, 2020 at 4:58pm
Print Post  
This most often means the port is in use by another process.

To perform the upload, the port will need closing in all external programs such as CoolTerm, before performing the upload.  The Serial Monitor in Visual Micro automatically disconnects when uploading.
  
Back to top
 
IP Logged
 
Trek19
Junior Member
**
Offline


Posts: 82
Location: UK
Joined: Dec 2nd, 2013
Re: What is "'touch' hardware serial port"
Reply #2 - Aug 7th, 2020 at 5:09pm
Print Post  
I got this message before I started CoolTerm and I cant see any other devices using the port.
I set the upload port to COM3 but it says it uploads on COM4 but I cant see a COM4 in Device Manager.
Maybe something about the Adafruit Feather Bluefruit Sense board is causing it?

  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: What is "'touch' hardware serial port"
Reply #3 - Aug 7th, 2020 at 8:22pm
Print Post  
Please give the info requested in yellow above

btw: Some boards do need to boot onto a different port for upload. That's called "touching the port" at 1200 baud to force the reboot then we detect the new port.

Thanks
« Last Edit: Aug 7th, 2020 at 8:23pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Trek19
Junior Member
**
Offline


Posts: 82
Location: UK
Joined: Dec 2nd, 2013
Re: What is "'touch' hardware serial port"
Reply #4 - Aug 8th, 2020 at 7:20am
Print Post  
Verbose as requested.
  

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


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: What is "'touch' hardware serial port"
Reply #5 - Aug 8th, 2020 at 11:52am
Print Post  
I think ensure the correct usb driver is installed for the board and ensure your sketch code starts serial at 115200.

CoolTerm and some other serial viewers don't use C# and manage devices at a very low level. Therefore don't always suffer from usb issues.

I see it is using the Microsoft Serial USB driver. I am not sure if that is the correct one for your board.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint