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 Bundling Arduino drivers with VS Application (Read 4416 times)
roger co
Junior Member
**
Offline


Posts: 14
Joined: Jul 14th, 2014
Bundling Arduino drivers with VS Application
Jan 6th, 2015 at 12:52pm
Print Post  
Hi,
I am writing an application that consists of a windows programme talking to an Arduino with some sensors attached. This is for use in Schools.
The Arduino hardware is provided to them as part of the package, but of course the Arduino drivers are usually not already installed on their computers.
Is there any way of bundling the relevant Arduino driver with the windows installer package (preferably as a One-Click deploy) so that the user can be prompted to install it if it is not already loaded?

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Bundling Arduino drivers with VS Application
Reply #1 - Jan 6th, 2015 at 12:55pm
Print Post  
Hi,

I am assuming we are just talking about the usb drivers.

Visual Micro is a closed source project so care must be taken in this area but I have been meaning to look into the licensing of the Arduino usb drivers. 

If you find any license info about their usb drivers that will save me looking and would help speed this up.

Otherwise I'll take a look when I get a mo.


Thanks
  
Back to top
IP Logged
 
roger co
Junior Member
**
Offline


Posts: 14
Joined: Jul 14th, 2014
Re: Bundling Arduino drivers with VS Application
Reply #2 - Jan 6th, 2015 at 1:11pm
Print Post  
Yes, thanks Tim. I do mean just the usb drivers to enable the PC to see the arduino. The sketch is preloaded onto the board before it is dispatched.
I can't see any licence info in the standard Arduino install directory or the drivers folder so I think you'll have to ask them. The whole project is billed as "open source" and the licence for the source (which I think includes the drivers) is GNU GPL/LGPL https://github.com/arduino/Arduino/blob/1.5.8/license.txt

Cheers


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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Bundling Arduino drivers with VS Application
Reply #3 - Jan 6th, 2015 at 1:57pm
Print Post  
Okay thanks.

I am not sure where the license leaves us. I will ask someone who usually knows.

Will let you know what they say.

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Bundling Arduino drivers with VS Application
Reply #4 - Jan 6th, 2015 at 3:41pm
Print Post  
Hi,

I consulted the oracle, his name is Heinz Smiley

Apparently the arduino usb drivers are provided by ftdi and can be included with the software

Maybe you could prove this by installing on a pc that does not have arduino drivers installed?

Here is the link

http://www.ftdichip.com/Drivers/VCP.htm

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