Questions tagged [hyperterminal]

109 questions
30
votes
1 answer

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
  • 315
  • 1
  • 3
  • 7
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
  • 55,001
  • 25
  • 87
  • 114
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
  • 528
  • 7
  • 14
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
  • 2,983
  • 13
  • 44
  • 64
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
  • 979
  • 1
  • 14
  • 30
4
votes
2 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
  • 101
  • 1
  • 8
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,085
  • 2
  • 39
  • 64
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
  • 658
  • 5
  • 12
  • 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
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…
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
  • 2
  • 12
  • 25
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
  • 1,858
  • 4
  • 32
  • 45
2
votes
2 answers

Is there any way to change the default Terminal in GitKraken?

GitKraken v5.0.4 macOS Mojave v10.14.4
Leo
  • 7,914
  • 2
  • 35
  • 46
2
votes
0 answers

How to add existing SSH key to zsh?

I was initially using bash to work in git and have started using zsh now in Hyper. How can I add the SSH key that I was using to push to github from bash with zsh now?
Steve
  • 21
  • 8
2
votes
3 answers

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 Serial communication to trap the data. The problem…
Jason
  • 16,287
  • 23
  • 84
  • 136
1
2 3 4 5 6 7 8