Questions tagged [hyperterminal]

118 questions
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
  • 10,407
  • 3
  • 45
  • 62
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?
Stephan
  • 345
  • 2
  • 14
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,739
  • 23
  • 87
  • 137
2
votes
1 answer

VS code terminal cursor effect

Can you tell me how to give below kind of effect to the VS code terminal cursor? It is really nice effect :) VS code terminal cursor effect
Sampath
  • 63,341
  • 64
  • 307
  • 441
2
votes
3 answers

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 port and 115200kbaud > OK > type some text and press…
rasgo
  • 1,381
  • 4
  • 15
  • 28
2
votes
1 answer

SerialPorts: Send in Bytes or Characters?

I am using a serial port application to send a command with Unicode control characters and am having no success. When I send the same command in hyperterminal or Putty the communication works so I am curious if these two programs write out an array…
member5536
  • 19
  • 3
  • 9
2
votes
2 answers

How to Read Sms From Mobil Phone with AT Commands?

I have been working for hours to solve this problem. As you see above, I got CMS error 321 explanation of the eror code 321 The memory/message storage index assigned to the AT command is invalid. source:…
ertan2002
  • 1,458
  • 1
  • 32
  • 68
2
votes
1 answer

Dial into a device using Java and a modem?

Short background, I have a device I connect to via HyperTerminal to receive information about the current state of the device. The device is connected to over modem with settings of 2400,7,O,1. I then send a single command and read the returned…
jer.salamon
  • 153
  • 6
2
votes
1 answer

modbus messaging using Putty

I have a modbus metering device. How can I send modbus message using putty or hyper-terminal? I just want to fetch those metering data.
Shantanu Banerjee
  • 1,417
  • 6
  • 31
  • 51
1
vote
0 answers

How to access data from Hyper Terminal using C#?

Hi I have a GSM modem through which i am sending a SMS which comes in Hyper Terminal. What i want is...for Click Event of button1... When i click on the button. It runs an AT Read command (say 'CTRM RD<1>') in hyper terminal and the message which is…
CracLock
  • 653
  • 3
  • 9
  • 27
1
vote
1 answer

why I can't send data to hyper terminal by using my mobile phone

I have a china mobile phone and I connected it to my laptop by using USB cable. I have a j2me app installed on the mobile which listens to any incoming data. So when I type AT commands in hyper terminal I get OK response. Anything else seems to be…
jim
  • 494
  • 2
  • 5
  • 23
1
vote
2 answers

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 hyperterminal the camera responds as it should. The…
eatumup
  • 525
  • 12
  • 26
1
vote
1 answer

how to do serial communication of android device and hyper terminal

Is serial communication is possible in android device means When I type something in Edit text Of Device then It will show on Hyperterminal and When I will write some text in Hyperterminal then it will show on Android device.
payaljain
  • 11
  • 1
  • 2
1
vote
0 answers

How can I use a custom theme for the Hyper terminal?

Good evening! I am on a linux machine using the Hyper terminal as my day-to-day terminal emulator. I have found a color scheme I really like, but unfortunately, it seems there isn't a hyper theme available that's close enough to my likings. I…
quartztz
  • 23
  • 3
1
vote
0 answers

Read hyperterminal file(ht file) in R

Is it possible for R to read/import hyperterminal file(.ht) ? I have tried to use read.csv, read.table, read_tsv and read.delim, but no one works. I think because the file contain some special character(maybe due to the encoding ANSI but I am not…
Woon
  • 11
  • 1