CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Windows 10 USB CDC driver support

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
E_Blue



Joined: 13 Apr 2011
Posts: 417

View user's profile Send private message

Windows 10 USB CDC driver support
PostPosted: Tue Sep 22, 2015 8:02 am     Reply with quote

Hi have a device that works ok until windows 8, now with Windows 10 the driver is installed properly but theres no communication between the device and the PC.

So I think that the problem must be the driver or the .inf file.

Does anybody tried to connect a PIC device with CDC to a PC with Windows 10?

Edit:

I tried with a VB.NET 2010 application and works ok, the problems appears when somebody tries to connect with the device using a VB6 application.
_________________
Electric Blue
Ttelmah



Joined: 11 Mar 2010
Posts: 19467

View user's profile Send private message

PostPosted: Tue Sep 22, 2015 8:42 am     Reply with quote

MsComm is no longer supplied/supported. You can download it from some sites on line, and there are instructions on how to install it in W10.
E_Blue



Joined: 13 Apr 2011
Posts: 417

View user's profile Send private message

PostPosted: Tue Sep 22, 2015 9:39 am     Reply with quote

I created a specific application for my device in VB.NET 2010 and works ok but since my device have a similar protocol to configure it as an older version of the same device designed by another person some people uses the older version of PC application that is designed under VB6.

Summarizing

My device
VB6 application until W8.1 works ok
VB.NET works in all platforms from XP to W10

Older device
Works OK with the VB6 even in W10

The older version uses an FT232
_________________
Electric Blue
Ttelmah



Joined: 11 Mar 2010
Posts: 19467

View user's profile Send private message

PostPosted: Tue Sep 22, 2015 11:07 am     Reply with quote

The point is that VB6, uses MSComm. VB.Net doesn't (well, you can, but you don't by default).
Hence MSComm missing = serial not work in VB6.

The FT232, can be driven without using MSComm (depends how it is written, but FTDI did supply a DLL, and .bas code to allow direct drive from VB).
E_Blue



Joined: 13 Apr 2011
Posts: 417

View user's profile Send private message

PostPosted: Tue Sep 22, 2015 2:19 pm     Reply with quote

Ok, understood, thanks.
_________________
Electric Blue
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group