Questions tagged [hyperterminal]

118 questions
0
votes
0 answers

Not able to view on Command line interface when a callback function is invoked using nodejs

When killing a process with the process id in the command line interface (hyperTerminal for windows), the callback function having "Why are you trying to terminate me?!? :-)" is not getting reflected in the console. In the first shell I am…
0
votes
0 answers

How to del a directory using command line?

I'm using git bash in hyper terminal. By mistake, I did something and now the shell is showing this satement: ~ (master) I want to remove the master branch. For which, I listed the hidden files using ls -a, now I want to remove this .git/ directory…
0
votes
3 answers

Hyperterminal is giving me JavaScript error code 267 When opening new tab

I have a hyperterminal, in which I used bash as the shell, like this... shell: 'C:\\Program Files\\Git\\bin\\bash.exe', When I try to open a new tab on hyper terminal, I get an error with code 267. But when i use the default windows shell, The…
Ebenezer Mathebula
  • 271
  • 1
  • 5
  • 19
0
votes
1 answer

:terminal colorscheme inside Vim is different from either Vim or Host Terminal

I have a gruvbox theme applied to Vim inside vimrc. The problem is that when I run the :terminal command inside Vim the colorscheme is different from either the Vim theme or the Terminal theme. I have tried this on Hyper and iTerm2 and it is the…
0
votes
0 answers

Clear Buffer in Hyper (MacOS)

When I use Hyper (with ZSH), there are two ways to clear the terminal: typing clear (which scrolls down to the last line, but don't clear the rest) and doing Cmd+K (which is linked to "Clear Buffer" and do clear the rest). So, as far as I know, I…
JuanM04
  • 27
  • 2
  • 8
0
votes
1 answer

why does touch .fileName does'nt create a hidden file?

I'm trying to create a hidden file and for some reason the command touch .fileName doesn't work. I made sure that my folder and file settings are set to - don't show hidden folders and files. I'm working with windows10, and Hyper.is terminal.
0
votes
2 answers

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 but when I type something it doesnot show my…
makarbasi
  • 43
  • 1
  • 7
0
votes
0 answers

I would try to read serial port data through webpage in php to read weight machine data

Actually, I would try to read weight machine data through PHP webpage(website). I think its read through serial port. but I have try many of option to read serial port data but it doesn't work. I have see weight machine data through hyperterminal. …
0
votes
2 answers

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?
mysql_go
  • 2,269
  • 4
  • 20
  • 20
0
votes
1 answer

How to insert hex value and send to serial port?

Below is my code. I want to send hex values and get the output as hex in the hyper terminal. I am not sure how to send it. I am getting some garbage values in the hyperterminal output. It is reading but not sending the hex output. #include…
Sidharth Gokul
  • 111
  • 1
  • 6
  • 14
0
votes
3 answers

PIC to PC via USART or USB

I was introduced to the PIC some 15yrs ago, and haven't really touched it since. I now want to start a project requiring (I think) a PIC, but all my software/hardware seems antiquated and/or obsolete. I've upgraded the early PIC16F877 to a…
0
votes
1 answer

Connecting MSP430fg4618 with hyperterminal

I have an MSP430 (FG4618/F2013) Experimental Board connected to Windows 7 via MSP-FET430UIF/USB cable as a power and Serial RS232 cable. I am trying to run the sample code that reads the input and echoes back to the HyperTerminal. #include…
0
votes
1 answer

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 this will not work, as the server doesnot have…
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
1 answer

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
user287745
  • 3,071
  • 10
  • 56
  • 99
0
votes
0 answers

I can't receive information from a weighing machine connected via serial port in Hyperterminal

I have an application in Visual Basic which exported as DLL should let Dynamics NAV 2016 get data from a weighting machine. For the connection I use the same data as the old application in an older computer, but I cannot connect even using…
Davylink
  • 21
  • 4