Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi Friends,
I have a "Metro Count 5600 Series RSU" basically it is a vehical classifier system.
company provide me me traffic executive software and driver for that the driver is basicaly generating virtual com port..
I want to to make my own window application on that but i dnt have its API and SDK.
how i can communicate with it
Posted
Comments
CS2011 13-Sep-11 5:02am    
your question not clear. Do you want to communication to a device over com port ?
advancedansh 13-Sep-11 5:11am    
yes i want .
advancedansh 13-Sep-11 5:11am    
is there are commonds of specific device to do communication
CS2011 13-Sep-11 5:27am    
See my answer. If you need any thing specific let me know.

You should talk to the people who created it - MetroCount.com[^] - 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
 
there is an inbuilt class in .net framework 2.0 and above for USB Communications and it can be found under System.IO.Ports namespace.It has for different class for related to Serial port communication

http://msdn.microsoft.com/en-us/library/system.io.ports.aspx[^]

but i think you all will require SerialPort class

http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx[^]

Hope it helps.
 
Share this answer
 
Comments
advancedansh 13-Sep-11 5:33am    
i can connect it but i dont know how to unload data from the memory of device to dataset
CS2011 13-Sep-11 5:39am    
As far as my knowledge goes regrading this serial communications there should a controller present at other end of the port which will respond to set of commands. to unload the data from your device to dataset first of all you'll need to find the command which will tell the devices to write the data on Rx pin and then you will have to read it on datarecived event. if you do not have list of command to which the given device responds then you will have to contact the manufacture of the device for the same.
advancedansh 13-Sep-11 5:52am    
thanks bro really i need this type of help .nw i m confident now and make a call to manufacturer.
advancedansh 13-Sep-11 5:54am    
can u give me any example how the device controller work

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