Tagged Questions
3
votes
2answers
256 views
Question regarding AT Command receiving automatic notification
I have 2 gprs/gsm modems with me at the moment one of them is huawei and the other is a prolink modem. I have no problem sending or receiving SMSes via AT Commands. However i am trying to receive ...
1
vote
2answers
155 views
hyperterminal vs c# Serial Port
So I'm stuck and i need to turn to you experts once more to get me out of my jam.
I have a c# forms project that is going to move a camera via serial port (rs232). (VISUAL STUDIO 2010)
When I use ...
1
vote
3answers
3k views
How to test serial / Hyperterminal integration with C#?
I have to develop software for a USB scale that, when you press a button on it, sends serial communications over USB. I can see the values in HyperTerminal.
I am going to use the .NET classes for ...
0
votes
1answer
40 views
Want to capture data from hyper terminal with C# web service
I am working on Hyper terminal to capture the data from Com1 port. I have configured it and the file I have is .ht file on the desktop where I can open and see the data.
The device that connected is ...
0
votes
1answer
93 views
i want to make a web site which is able to control a hardware on a clients computer
running test on local host, the website coded with c#, is able to connect to the comm port and pass commands to the hardware just as done by hyperterminal software
if this website is uploaded/hosted ...
0
votes
3answers
807 views
How to send data to another computer with C# like hyperterminal does through modem
I need to create a program that lets me send a string of data or a file through modem, like hyper-terminal does. Im trying to create a program that lets me send electronic billing data to Medicare, ...