Questions tagged [hyperterminal]

118 questions
1
vote
1 answer

Discrepancy between what I read from serial port and what Hyperterminal does

I am using Hyperterminal to read an input from a sensor. This sensor sends out a string which should be in the form Value 6 digits or 5 digits and a decimal point(however it can come as 2 spaces and then 3 digits and one decimal) tab…
DavyGravy
  • 311
  • 1
  • 4
  • 14
1
vote
0 answers

AT command on Wavecom GSM modem

I put this script in a Hyperterminal console. AT+CNMI=1,1,0,1,0 OK AT+CMGL="ALL" OK +CMTI: "SM",1 AT+CMGR=1 +CMGR: "REC UNREAD","+33659382587",,"12/08/22,21:42:28+08" Coco OK AT+CMGD=1 My promblem is the console freeze and I get no response when I…
Noname
  • 25
  • 1
  • 6
1
vote
2 answers

How to programmatically communicate with a software device driver in Java or C#?

Recently I've installed a software device driver for a device that connects to my local machine via USB. How do I communicate with the device? Do I communicate directly with the installed software device driver? Tools: OneTouch Ultra 2…
user1329572
  • 6,176
  • 5
  • 29
  • 39
0
votes
1 answer

AT command - Python and Hyperterminal

I am using commercial Android phone,with that I am able to send AT commands from Hyper-terminal using mobile USB modem port. Is there any possibility to send AT Commands from Python to Hyper-terminal which uses mobile USB modem port?
Bharath Gupta
  • 344
  • 3
  • 8
  • 20
0
votes
1 answer

Want to capture data from hyper terminal with C# web service

I am working on Hyper terminal to capture the data from Com1 port. I have configured it and the file I have is .ht file on the desktop where I can open and see the data. The device that connected is a weight scale device. I can capture the data…
alienavatar
  • 277
  • 1
  • 6
  • 19
0
votes
1 answer

why i can't run my node js file using npm package in hyper terminal

Cannot find module 'C:\Users\wp\node-intro\node_modules\car-names\dist\index.js'. Please verify that the package.json has a valid "main" entry at tryPackage (node:internal/modules/cjs/loader:438:19) at Module._findPath…
0
votes
0 answers

I want to learn about variables or different command lines using man (man) command, but i can't

I am using hyper termianl in my windows laptop and i don't know how to use ( man ) command which is manual for learning about variables. Please tell me if there is any different command for manual or learning about variables I tried to learn about…
0
votes
0 answers

Hyper-Terminal shows errors when I open it. How to get rid of them?

**Hyper terminal keeps showing these errors when I run it: ** bash: cd: /c/Users/azadk/Desktop/Web: No such file or directory bash: D: command not found bash: cd: /c/Users/azadk/Desktop/WebD: No such file or directory bash: D: command not…
0
votes
2 answers

I can’t show the version of an NPM package (nodemon --version), what to do?

I tried to run codes in my hyper-terminal (deleted nodemon and then reinstalled it) but at the end I still can NOT get the version of my nodemon, it says: "C:\Users\azadk\AppData\Roaming\npm/node_modules/node/bin/node: line 1: This: command not…
0
votes
0 answers

Is it possible to run Hyper Terminal from PowerShell/bash script with arguments?

I have a simple PowerShell script: Start-Process powershell -args "-NoLogo -NoExit -Command `"cd .\back\; code .; npm start`""; Set-Location .\front\; code .; npm run dev; Like, run frontend and backend in separate terminals and open VSCode. What I…
Andrew
  • 701
  • 1
  • 8
  • 19
0
votes
1 answer

error to install react app in the hyperterminal

How to solve this error? I run npx create-react-app my-app and get the error below:
Benolísio
  • 11
  • 1
0
votes
1 answer

How do I get my Hyper terminal cursor prompt to be just " -> ~"?

I'm trying to achieve the following look with my terminal. Unfortunately neither running the command to install this verminal theme nor adding it to my plugins in .hyper.js config file seem to work so I'm trying to get there manually. The image…
intA
  • 2,513
  • 12
  • 41
  • 66
0
votes
1 answer

2 errors appear when I want to use Hyper CLI

I currently have a silly problem, because I wanted to switch from Iterm to Hyper, which seems interesting to me with plugins. PS: I'm on mac M1 However, when I try to run hyper i... I get these 2 stupid errors: /opt/homebrew/bin/hyper: line 4:…
unshade
  • 1
  • 1
0
votes
1 answer

How to get Hyper Terminal to recognize the command "atom ." to launch Atom?

This question was asked by Van Adrian Cabrera 5 years ago, but the solution was Windows only. I am brand new to Mac's OS, and i have installed Hyper Terminal and Atom. I "cd" to my desktop folder where my files are located: [my macbook directory]…
0
votes
1 answer

can't receive response from OpenWeatherMap API at all

I am new to backend programming and recently I've this problem that I cant receive any data from Open Map Weather API... I am trying to send my request with https/express in node.js... My API key and all the parameters are correct because everything…