Questions tagged [hyperterminal]

118 questions
0
votes
1 answer

Access a port in the command prompt by giving IP of the machine and port number?

I was looking everywhere to find a kind of alternative for hyper terminal such that i can use the feature like in the image here Hyper terminal screenshot in command prompt. is this possible?? I am trying to replicate What exactly the…
Philemon philip Kunjumon
  • 1,417
  • 1
  • 15
  • 34
0
votes
1 answer

Bluetooth COM port reading garbage data

I have a bluetooth device which communicates with a system and I want to enhance that system. I tried adding the bluetooth device to my computer and started sending some information from bluetooth device to my computer and in computer with the help…
Kerry
  • 1,041
  • 5
  • 13
  • 23
0
votes
1 answer

unable to sent SMS using AT Commands in hyperterminal by using TCAM GSM Modem

I am facing the problem while running the AT-commands in Hyperterminal when i enter the following commands AT AT+CMGF=1 AT+CSCS="GSM" AT+CMGS="03215836031" >TEST it returns the following result Result: +CMGS: 136 and i received the sms on…
0
votes
0 answers

There are differences between Arduino's Serial Monitor and HyperTerminal?

I'm using Arduino and Windows HypertTerminal because it is more useful to work but I don't understand the reason why the same code does not work equal in HyperTerminal and Serial Monitor. Serial Monitor: - Autoscroll - No line ending - 9600…
mafap
  • 371
  • 3
  • 18
  • 40
0
votes
1 answer

how to read data from hyperterminal and display as required

I had a some embedded circuit connected to my system for which it will send data to hyper-terminal Now i want to read the data from hyper-terminal and use in my .net application so please help me
Randhi Rupesh
  • 14,650
  • 9
  • 27
  • 46
0
votes
1 answer

How can I access/open a serial port simultaneously by two applications in c++

When I use an application hercules_3-2-5 and open a serial port then that port cannot be opened by any other application till its freed by the port-opening application. The problem is that on new laptops there is no serial port and I want my c++…
Osaid
  • 557
  • 1
  • 8
  • 23
0
votes
2 answers

ASCII to Hex Conversion in RS232 Serial Dialogue in Python and Hyperterminal

I am doing data transfer from an instrument over RS232 serial dialogue using Python. The data is coming in ASCII format. For example this is what i get in ASCII from the instrument using…
Aasam Tasaddaq
  • 645
  • 4
  • 13
  • 23
0
votes
1 answer

Serial Port: Unable to Send/Receive Data

I have been working on a program in Visual C# that will eventually be fed a stream of data to populate a database via serial port. I have been having problems sending and receiving data via serial port. To eliminate my possible faulty coding, I am…
StayPuff
  • 201
  • 1
  • 6
  • 13
-1
votes
1 answer

how to send inter-operator sms via GSM/LTE module

I am using a GSM/LTE module (EC21 Quectel) to send and recieve sms with HyperTerminal application on computer by at-commands. I can send sms to devices with the same operator (intra-operator), but not to any other operator (inter-operator). I can…
Ali Sam
  • 11
  • 4
-1
votes
1 answer

USCI UART on MSP430G2553

I am trying to learn the UART communications on MSP430G2553 and beginner. Please answer the following questions of me Can UART communication be done through the default USB connection to emulator or is it necessary to use RS232 to USB converter ?…
Shivakumar
  • 427
  • 2
  • 15
-2
votes
1 answer

Why fs.copyFile is not working in Nodejs terminal?

error screenshot along with code snippet I am trying to copy content from one file to another but the hyperterminal throws error. I have no idea. Could you help? I have entered the syntax for copyFile but it is not working ?whether it is because of…
-2
votes
1 answer

AutoIt select item from menubar

i want to build some automation code that will select some item from a menubar of minimized (or non-active) window. I have tried to do it with ControlSend function by sending some keys like alt and directions, but it's not working... See my…
tomerJK
  • 39
  • 7
-2
votes
1 answer

c++ cant transfer data through com port when hyperterminal is connected

I am trying to make RS-232 communication between the PC and the PC MCU PIC. So I started making the PC program first in C++, and it was errorless, and according to the cout I made to output the status it should be working, but I wanted to be sure.…
user3674628
  • 29
  • 12
1 2 3 4 5 6 7
8