Questions tagged [hyperterminal]
118 questions
0
votes
1 answer
At Command: AT+QASP, AT+EASP
guys!
I have been working with some logs of GSM modules, where I had found these these 2 AT commands: AT+QASP, AT+EASP. I surf through the net, but google didn't give me any information about them.
I have an example of the input, it looks like…

Alex
- 43
- 1
- 8
0
votes
1 answer
CSV file output to Virtual Serial (COM) port to control USB stepper motor
New to all this. Automation project: camera as input, motors as output. Using a windows PC is a requirement. I'm generating a CSV file from the camera (camera python api). Parsing the csv file, I'll move a motor until I reach a minimum value. So far…

kliment
- 3
- 2
0
votes
3 answers
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, and since Medicare only accepts e-bills through…

David R Bermudez
- 1
- 1
- 1
0
votes
1 answer
How to make TextBox handle text like a hyperterminal in c#?
When the user enters a character with the TextBox in focus, I do not want the character to show up on the TextBox at all and I don't want to use the Clear() method as there may be other text in the TextBox I don't want erased. so far I've…

james
- 47
- 6
0
votes
2 answers
Connect to WWAN modem
I have Mobile Broadband adapter. I need to be able to send AT commands to the modem from code. I can do that using hyperterminal.
In my device list Broadband adapter determined as WWAN adapter:
I can connect to the modem using hyperterminal:
and…

FunctorPrototype
- 1,173
- 2
- 12
- 24
0
votes
1 answer
Replace Max 7456 EEPROM w/ ASCII Table
I have a a Sparkfun Max 7456 breakout board that I am trying to rewrite the character table to an ASCII format. I have been following the Arduino + MAX7456 OSD thread but cannot seem to load the .mcm file to the breakout board. I have tried hyper…
0
votes
1 answer
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 want to send with my program message from one…

javaAmator
- 13
- 1
- 4
0
votes
1 answer
can I read data in java that is being generated from a hyperteminal device
Is there any way I can read hyper-terminal data in JAVA to display it in a desktop software.
I am using hyper-terminal with a weighing machine connected with a port COMM 3.
I am not able to get how to read the data from it and how to display it into…

Ankit
- 1
- 5
0
votes
2 answers
PC receives wrong data using high baudrate of usart
i wanted to use 4Mb baud rate of stm32f103 usart. how can i check that data received in PC are correct? I used hyper terminal but in its setting there is no 4Mb baud rate and when i run my code i receive wrong characters.but in low baud rates like…

Mahtab
- 107
- 3
- 14
0
votes
1 answer
how to integrate hyper terminal with our asp.net web application for printing some text through inkjet printer?
hi guys i am new to this so i want to know about this so plz help me ...
i want to know that how can i send commands through hyperterminal to printer to print some text....it will be great help for me ...thank you guys...
here i have written all the…
user2123959
0
votes
1 answer
How to recieve text values coming into hypertrm.exe into text file using C#
I am trying to open hypertrm.exe using myProcess.StartInfo.FileName = @"hypertrm.exe"; in c#.Now as per my requirement i need to login into the machine by entering username and password.For login to the machine i am writing following commands…

Ram
- 545
- 6
- 16
- 28
0
votes
1 answer
What characters are sent under Windows HyperTerminal when you hit the "Enter" key
I'm currently implementing a serial connection terminal in a C++ application under windows.
I was communicating with my equipment using Windows hyperTerminal over a serial connection.
For instance with HyperTerminal:
> C (then hit Enter)
> Bla bla…
user1585121
0
votes
2 answers
Random Characters in Terminal Emulator
I am currently working on a project to select different outputs based on a text input from a laptop via USB.
What I am currently trying to do is send a character out from my PIC18F1320 to HyperTerminal, I have tried using variables but was…
0
votes
1 answer
Hyperterminal and alerts
I have a device that sends data to Hyperterminal. What I want is that when a certain piece of text appears is to get an alert, either audible or visual. Is there any software/scripts etc available that might of that functionality?

Mongoose1980
- 3
- 2
0
votes
1 answer
AVR Hyperterminal not displaying sensor values
I need to read values form a distance sensor in volts. The sensor sends the voltages binary values to the MUC (Atmega8) and then the atmega8 communicates to my pc using USART with and RS232 cable. The readings displayed on the PC are weird random…

Conrad C
- 746
- 1
- 11
- 32