Questions tagged [hyperterminal]
118 questions
1
vote
2 answers
When working with the native mongoDB driver, Node.js and hyper terminal, I receive an error saying "TypeError: Cannot read property 'n' of undefined"
I am using vs-code, hyper-terminal (Git Bash), JavaScript, Node.js, Express, MongoDB and its native driver but while I finished up writing my code, I wrote node app.js (I am using app.js as my javascript file for this project) to see if my code…
user16548463
1
vote
0 answers
"mongo -version" and "mongod --version" commands cannot be run successfully from the hyper terminal
I have installed mongo DB in my PC running on windows 8.1, 64bit and tried to complete the setup through hyper terminal command line but got stuck with the below errors
Niyog@Lenovo-PC MINGW64 ~
$ mongo -version
C:/Program…

johns
- 11
- 2
1
vote
3 answers
How to open a file from CLI using a text editor of my choice, if the name of application has multiple strings?
Im learning to use hyper terminal for my web development. I need to open a file directly from CLI using VSCode.
For opening it using notepad++ i can open it by writing
start Notepad++ filename.ext
But i want to open it with Visual studio code.For…

Cr5
- 13
- 1
- 3
1
vote
1 answer
Calculating checksum or XOR operations
I'm using hyperterminal and trying to send strings a to 6 digit scoreboard. I was sent a sample string from the manufacturer to test with and it worked, but to be able change the displayed message I was told to calculate a new Checksum value.
The…

HeresJeff
- 11
- 1
- 2
1
vote
1 answer
AT command to send messages from my phone
I connected my Nokia 5235 to my pc. I want to send messages by using AT commands from hyperterminal. Is it possible ? What all the settings i need to do for that?
regards
Parvathi

Kamalone
- 4,045
- 5
- 40
- 64
1
vote
0 answers
ZSH Setup on Mac OS
Hi guys I have various problems with my ZSH shell. I installed Hyper Terminal for Mac and Oh My ZSH with a specific theme.
It works, however I have two problems:
1.) I have no internet connection, due to our corporate proxy. I tried almost…

user5417542
- 3,146
- 6
- 29
- 50
1
vote
1 answer
Use ZSH in hyperTM with powerlevel9k, but the right label is always outside the range of one line
Recently I tried to use Linux on win10. I installed HyperTM, ZSH, Oh-My-ZSH, and the theme used the 'powerlevel9k'. After opening ZSH with HyperTM, my right label goes from one line to the next, as shown below.
oh-my-zsh with powerlevel9k on…

Volz
- 21
- 3
1
vote
1 answer
Controlling a device that only interacts via Hyperterminal using python
I am trying to write a basic driver to control a device that only interacts with hyperterminal. All the inputs expect HT formated data and all of the returns include copious equal signs, newlines, and spaces in order to get the formatting correct…

Elliot
- 5,211
- 10
- 42
- 70
1
vote
3 answers
Auto detect UART baud rate of a working device
I have a device which is continuously sending data through UART.
I'm trying to read it using a terminal application on Windows-based PC. The problem is that I don't know at which baud rate the device is sending the data.
The data I'm getting at…

Vishal B U
- 17
- 1
- 1
- 5
1
vote
2 answers
Hyperterm Cannot find module error, when installing plugins
I've installed a few plugins, but getting an error with hyperterm-transparent-bg
plugins: [
'hyperterm-material',
'hyperterm-transparent-bg',
'hyperterm-blink'
],
The following don't work, and I keep getting a Cannot find module error, even…

Leon Gaban
- 36,509
- 115
- 332
- 529
1
vote
0 answers
Unable to connect to Stratos 2700 scale/scanner
I have a problem connecting to the scale/scanner HoneyWell Stratos 2700. I'm using the library HHP provided by Honeywell and need an XML file to configure it, however I can't connect to the scale/scanner.
I am using this code:
Public Class Form1
…

Paolo Muñoz
- 11
- 3
1
vote
0 answers
Strange behavior of the Microsoft Bluetooth stack under windows 7
I'm linking some Zebra, Intermec printers, etc via bluetooth ...
The behaviour is:
The printer is linked, for exmple, to the port COM9
I send data to the printer and it works fine
After printing, I connect via Hyperterminal to send commands to the…

Sara
- 57
- 4
1
vote
1 answer
Convert text into PDU format
I am developing a message server like thing which support PDU format (using android phone) to send messages. I have used online encoders to convert my text but i don't know the real steps to convert a text into PDU format I don't think it just a…

Mohammad Rashid
- 138
- 3
- 16
1
vote
1 answer
Is there any AT command to check whether the inbox is full or not in GSM?
Is there any AT command to check whether the message inbox is full or empty?
i know some SMS related commands to read,write,send and storing into the memory locations (SIM memory,flash).In my case i'm storing the messages in SIM memory,so it is…

P N R
- 13
- 8
1
vote
1 answer
Working with Putty
I have decided to use PuTTY instead of hyper terminal because it is open source, and where I could manipulate the code.
http://www.putty.org/
What I am trying to achieve is the following:
The following…

code_legend
- 3,547
- 15
- 51
- 95