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
Hot Topic (More than 8 Replies) Trial expired now serial.print does not output ? (Read 7051 times)
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Trial expired now serial.print does not output ?
Aug 24th, 2016 at 2:54am
Print Post  
Can someone please confirm that if the trial version expires that serial.print no longer outputs to the serial monitor ?

If that is the case how do I get the free version of VM working ?

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Trial expired now serial.print does not output ?
Reply #1 - Aug 24th, 2016 at 3:09am
Print Post  
Hi

The serial is not different between free and paid.

It outputs when it receives a line break or after a few seconds.

serial.print("test");

serial.println("-test2");
serial.println();


It's possible the connect isn't happening properly.

If does the monitor say port open when it opens?

You haven't said which board you are using, that's important when discussing serial because some boards are very different?

Does clicking the connect button have any effect

  
Back to top
IP Logged
 
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Re: Trial expired now serial.print does not output ?
Reply #2 - Aug 24th, 2016 at 6:46am
Print Post  
Thanks for the reply.

I have been using an adafruit feather M0 for a number of weeks now.

It has not been a problem until the licence ran out.

I noticed that it went from debug to release when it did that.
So I switched it back to debug.

Tried a simple blink sketch with Serial in the Arduino IDE and it comes out on the monitor just fine.
The same sketch in VS with VM does not output anything.

I get the usual Opening port and Port open statements in the serial monitor.

Another thing that seems to be different is that the serial monitor used to open automatically on compile/upload, I now have to open it manually.

It is connecting .. and I have 
Connect, Auto-Scroll and Auto-Clear selected.

Under the project properties/Misc if I try to turn on Micro Debug it comes up with a registration screen.

Do I need a "free version" key ?













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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Trial expired now serial.print does not output ?
Reply #3 - Aug 24th, 2016 at 8:08pm
Print Post  
Hi,

Thanks for the info. You don't need anything for the free version so you can ignore all the registration screens.

Info and questions.

1)
The serial monitor only opens automatically after upload when debug starts which is why it doesn't auto open. In the free version it works the same as the arduino ide. Of course you have the option to leave it open and it will restart automatically after upload.

2)
When debug runs it tries to automatically discover the correct serial speed. Without debug it is important to confirm that the speed on the monitor is set to match your code? If the serial monitor is quite narrow the speed setting will have wrapped onto the pull down menu. Can you see it?

3)
Is the serial you are expecting to see being sent only once from the setup() code or repeatedly in the loop()? If it is being sent only once from setup() does adding a delay(2000) to the beginning of setup() solve the issue?

4)
Does clicking the Connect to disconnect then clicking again to reconnect show serial data.

5)
Is DTR switched on?

Thanks
  
Back to top
IP Logged
 
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Re: Trial expired now serial.print does not output ?
Reply #4 - Aug 24th, 2016 at 11:22pm
Print Post  
Bingo,
You solved it.
DTR was not on for some reason ?

Thanks for the help Tim.

I am interested in buying this.

Can you please explain the differences between all the versions at a more granular level.

The student and pro licences are confusing me.

Cheers,

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Trial expired now serial.print does not output ?
Reply #5 - Aug 24th, 2016 at 11:50pm
Print Post  
Great.

All the licenses are the same. You pay more if you use the software for business/profit making purposes.

This is a link to some of the features in the paid version

  
Back to top
IP Logged
 
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Re: Trial expired now serial.print does not output ?
Reply #6 - Aug 25th, 2016 at 12:48am
Print Post  
Now paypal is letting us down.
Getting the following error when I click on buy now.

Quote:
Sorry — your last action could not be completed
If you were making a purchase or sending money, we recommend that you check both your PayPal account and your email for a transaction confirmation after 30 minutes.

If you came to this page from another website, please return to that site (don't use your browser's Back button) and restart your activity.

If you came from PayPal's website, click the PayPal logo in the upper-left corner to return to our home page and restart your activity. You might have to log in again.


Will try again later.
  
Back to top
 
IP Logged
 
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Re: Trial expired now serial.print does not output ?
Reply #7 - Aug 25th, 2016 at 1:05am
Print Post  
Humm...
Tried again with edge.
Same result as chrome.

Trying the 1 and 3 machine personal licence.

Need the 3 licence because my son (14) and me are making a project for his school.

Don't know if it's just me or not.
  
Back to top
 
IP Logged
 
Serial.Builder
Newbies
*
Offline


Posts: 8
Joined: Aug 9th, 2016
Re: Trial expired now serial.print does not output ?
Reply #8 - Aug 25th, 2016 at 4:28am
Print Post  
Panic over.
Working now.
Purchased licence.
Thanks Tim.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint