Questions tagged [hyperterminal]
118 questions
70
votes
8 answers
Zsh detects insecure completion-dependent directories
I get the following error messages when I open my terminal, Hyper:
[oh-my-zsh] Insecure completion-dependent directories detected:
drwxrwxr-x 7 dwaynethe2nd admin 224 Apr 25 15:00 /usr/local/share/zsh
drwxrwxr-x 4 dwaynethe2nd admin 128 Apr…

MetalFingers
- 715
- 1
- 5
- 7
9
votes
2 answers
Hyper Terminal is showing ~% instead of $
After restarting my Mac which is running on MacOs Catalina 10.15.3, Hyper shows
username@MacBook-Air ~ %
instead of the regular $. Why is that and what does the percentage symbol mean?
Im also not able to check the version of my hyper using the…

bmc
- 99
- 1
- 1
- 3
8
votes
4 answers
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 modem cable or Ethernet
connection.
But My main…

prakash
- 58,901
- 25
- 93
- 115
6
votes
3 answers
Hyper Terminal commands not working on WSL 2
have configured it properly otherwise adding in wsl.exe to the path linking it. I am now trying to add in plugins to my Hyper, but I keep on getting this error whenever I type in a Hyper command. I have tried reinstalling hyper a few times every…

Misterjoe
- 128
- 2
- 10
5
votes
2 answers
AT Command for receiving automatic SMS 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 automatic notification using this command AT+CNMI and…

abduls85
- 548
- 8
- 15
5
votes
1 answer
Sending SM5100B messages using cutecom
I would like to describe you what I did until now and what problem I have. My project is to connect the SM5100B GSM with a Raspberry Pi which runs Raspbian (similar version to debian) and to send message in my mobile. I did the first, the connection…

dali1985
- 3,263
- 13
- 49
- 68
4
votes
2 answers
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) # open first serial port
print ser.portstr …

Shrikanth Kalluraya
- 1,099
- 1
- 16
- 34
4
votes
2 answers
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 pySerial, it throws an exception:
SerialException:…

Phil
- 6,561
- 4
- 44
- 69
4
votes
3 answers
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 second call it goes offline.
I dont see any data.
Can…

Srikanth V M
- 672
- 5
- 14
- 31
3
votes
2 answers
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 save it as p.exe, "p.exe 20 A" will send "A" through…

user1023791
- 31
- 1
- 2
3
votes
2 answers
Hyper terminal git bash configuration for windows 10
When I try to add Hyper(Hyper Terminal) configurations for git bash to text(in that file it says "The system cannot find the path specified.") file it asks where to save, What location should I give?

Iresh Madushanka
- 53
- 1
- 8
3
votes
0 answers
Hyper-terminal: How to get Ctrl R working for reverse history search (and other Ctrl key bindings)
This issue has already been posted in Github and it was closed that it was merged in this pull request. But I still can't get the shortcuts like Ctrl+R working which I use very often :( It get's registered as Ctrl R as shown below:
I'm on Windows…

Saravanabalagi Ramachandran
- 8,551
- 11
- 53
- 102
3
votes
3 answers
Unable to read AT Command Response
I test some basic AT Command in Hyperterminal. The GSM modem response as per my command too. But problem is that it shows me the unreadable text. I use the following code :
AT
OK
AT+CUSD=1,"*247#",15
OK
+CUSD:…

Drop Shadow
- 845
- 3
- 12
- 28
2
votes
2 answers
What Communication Protocol does Hyper Terminal Use?
I have a device which connects via serial port. I communicate with it via Windows Hyper Terminal. I'm just wondering, what protocol does it use? As you probably, know hyper terminal can display and accept input as well. It's a two way…

user1034912
- 2,153
- 7
- 38
- 60
2
votes
1 answer
Copy Paste in Hyper Terminal in Windows
How do I copy and paste my GitHub Repo URL into my hyper terminal in Windows?
when I press ctrl+V it shows ^V
It should have the link pasted into the hyper terminal

Ankit Majee
- 33
- 4