Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
5k views

Any tool similar to Hyperterminal application?

HyperTerminal is a program that you can use to connect to other computers, Telnet sites, bulletin board systems (BBSs), online services, and host computers, using either your modem, a null ...
3
votes
2answers
162 views

serial port won't work in delphi

I'm creating a simple program in Delphi, to send character through COM port using 2 parameters, the first parameter is the port number and the second parameter is the character to be sent. So if i ...
3
votes
2answers
258 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 ...
2
votes
3answers
225 views

Hyperterminal quick question

I need some help on using this pre-historic application: hyperterminal. I need to send some commands to a COM port. Im doing this: new connection > give connection a name and an icon > select COM3 ...
2
votes
1answer
427 views

Using pySerial to connect to a non-COM port

In Hyperterminal I am able to connect to a serial port called "X64-CL_iPro_1_Serial_0" where I am able to send/receive ASCII text to a camera. However when I try to connect to the same port with ...
1
vote
1answer
33 views

Pyserial testing

I am new to Pyserial and Hardware area. I am trying to run the sample applications given in http://pyserial.sourceforge.net/shortintro.html#opening-serial-ports import serial ser = serial.Serial(0) ...
1
vote
2answers
160 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
1answer
443 views

how to serial communication of android device and hyper terminal

Is serial communication is possible in android device means When I type somthing in Edittext Of Device then It will show on Hyperterminal and When I will write some text in Hyperterminal then iT will ...
1
vote
2answers
328 views

AT command to send messages from my phone

I connected my Nokia 5235 to my pc. I want to send messages by using AT commands from hyperterminal. Is it possible ? What all the settings i need to do for that? regards Parvathi
1
vote
1answer
200 views

Controlling a device that only interacts via Hyperterminal using python

I am trying to write a basic driver to control a device that only interacts with hyperterminal. All the inputs expect HT formated data and all of the returns include copious equal signs, newlines, and ...
1
vote
4answers
489 views

Minicom not capturing data correctly

I have an issue where i have connected my linux server to a serial port. There is a continous flow of data from serial port which comes through epabx. In Minicom i get first call's data and from ...
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
42 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
0answers
87 views

Unable to send data to Hyper-terminal through SeriaL Port In C

I have a linux box and running a piece of C code where i have written some data to serial port(COM1) .And on the other box(Windows7) using Hyper-terminal am trying to read the data send on serial port ...
0
votes
1answer
401 views

Communicating Via serial port with GSM modem

I am using a EVB for siemens MC45 GSM modem. Itried to send At commands to it via serial port with Hyperterminal in windows (both Xp and 7). But the hyperterminal window is showing that I am connected ...
0
votes
2answers
50 views

How can I connect with each of the computer component with hyper terminal?

I just come to know the existence of this tool: "C:\Program Files\Windows NT\hypertrm.exe" I'm curious how I can use it to connect to the hard-disk,cpu,camera,etc.. Anyone knows?
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
1answer
94 views

sms mobile nokia using computer, only status unread

reading sms from mobile phone nokia, have two methods read all or read only one. but how to reading only sms with status "rec unread" using hyper terminal windows xp
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, ...
0
votes
1answer
680 views

Communication with HyperTerminal [ QT and WINApi ]

I write program to communicate with modem (it useing Hayes commands) and this is working. GUI is programmed with QT, but communication with COM port is write with winapi library. I have problem when I ...