Click here to Skip to main content
15,860,844 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to receive data from my karel ms128 PBX System through serial port. I have try to create a telephone call history. Please give me sample project.
Posted

It doesn't quite work like that.
We do not do your work for you.
If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there.

But be aware: you get what you pay for. Pay peanuts, get monkeys.

Or go to MSDN: https://msdn.microsoft.com/en-us/library/system.io.ports.serialport(v=vs.110).aspx[^] and the manual for the PBX you are using and start writing it yourself. You will need both in order to work out what to send and receive in order to understand the communication data.
 
Share this answer
 
Comments
Maciej Los 7-Oct-15 2:07am    
A5!
It is not difficult using the .NET SerialPort class, you may find many tutorials on the web. However, in order to accomplish your task, you have to carefully study the external device documentation (if available) in order to implement the required protocol.
 
Share this answer
 
Comments
Maciej Los 7-Oct-15 2:07am    
5ed!
CPallini 7-Oct-15 4:43am    
Thank you.
I can suggest you a very straight Forward and easy example to dive into this:
http://coad.net/Blog/Resources/SerialPortTerminal.zip[^]

Also on Code Project you will find some articles.
 
Share this answer
 
Comments
Maciej Los 7-Oct-15 2:07am    
+5!
Sujith Augustine 7-Oct-15 3:01am    
Thank you Maciej Los
[no name] 7-Oct-15 2:21am    
Thank you Maciej!

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