Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
my project is based on online tutorial.We r using a external kit (using MCP 2200 Micro controller).I have to get values from this kit to my project(to textbox).kit is connected by USB port.I got the dll of the kit. There r lot of keys in this kit just like a calculater. If I press a key(say 1) in the kit,the value(1) must be shown in textbox. The thing is I want to know how to use a dll in asp .net project. I added the dll by Reference and I got the methods used in the dll. Methods r working. But the thing is I don't know the actual process to get this output value from the kit to my textbox.
i'm trying hard to get the output...

[edit]Urgency deleted - OriginalGriff[/edit]
Posted
Updated 11-Dec-12 22:07pm
v3
Comments
OriginalGriff 12-Dec-12 3:03am    
Urgency deleted: It may be urgent to you, but it isn't to us. All that your stressing the urgency does is to make us think you have left it too late, and want us to do it for you. This annoys some people, and can slow a response.
Pascal-78 12-Dec-12 4:15am    
You are saying you use a asp.net project. In this case, I think it is not possible for a server (connected to your MCP) to send an update to the client (the one who displays the textbox) without any request from the client.
With a WinForm project, I can imagine 2 solutions: events or polling.
Can you precise your project and the MCP2200 API possibilities?

1 solution

You should talk to the people who created it - they should provide technical support and will know more about their product than we will. If they don't, then find another supplier and demand your money back!
 
Share this answer
 
Comments
shamjid 12-Dec-12 3:08am    
I already talked with the people who created it.What hey did is they send me a PDF file which explains the methods used in dll. Since the methods and all in c++ i didnt understand anything..
OriginalGriff 12-Dec-12 4:13am    
So talk to them again, and explain that - they are paid to help you!
shamjid 12-Dec-12 3:11am    
I put this here only because,i believe there ll b someone who did some project with MCP2200 micro controller and its dll.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900