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 Visual Studio Forms GUI for Teensy (Read 3268 times)
Dan Mc
Newbies
*
Offline


Posts: 1
Joined: Mar 28th, 2018
Visual Studio Forms GUI for Teensy
Mar 28th, 2018 at 4:32am
Print Post  
Hi,

I was hoping for some guidance on using visual micro to help with a visual studio based Forms application.
I am attempting to build a GUI to modify my "Arduini sketch" and then upload to a teensy 3.5

I am wanting to modify around 20 #define and string values (within the arduino sketch) from within the GUI, and then select com port and then a upload button.

I have been playing around with the idea for the last week, I am not making huge amounts of progress. It seems sending data via serial is well known, But I cant seem to find much on including the uploader part into a seperate application!

Is this possible?
Any ideas of info would be great!!
Thanks
Dan
« Last Edit: Mar 28th, 2018 at 4:41am by Dan Mc »  

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: Visual Studio Forms GUI for Teensy
Reply #1 - Mar 28th, 2018 at 12:51pm
Print Post  
I suggest you switch on verbose and see what progs are called.
  
Back to top
WWW  
IP Logged
 
TMShone
Newbies
*
Offline


Posts: 1
Joined: Apr 29th, 2020
Re: Visual Studio Forms GUI for Teensy
Reply #2 - Apr 29th, 2020 at 7:13pm
Print Post  
Hello, 
Was this ever resolved?  I am also interested in changing simple values and uploading the new sketch to the teensy.
T
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Visual Studio Forms GUI for Teensy
Reply #3 - Apr 29th, 2020 at 9:18pm
Print Post  
If you don't undersatand the compiler output that shows all I recommend looking at using EPROM if your mcu has it. If the mcu has some storage such as EPROM then you can use serial messages to change the eprom values. #defines and re-upload might be overkill.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint