Questions tagged [hyperterminal]

118 questions
1
vote
1 answer

Unusual pattern of data corruption over serial port

I'm testing my application's receipt of data over a serial port by sending data from Windows HyperTerminal and this mostly works. For example if I send : The Quick Brown Fox I receive : The Quick Brown Fox However, if I send : UUUUUUUUUUU I…
1
vote
1 answer

Receiving a file via XModem on HyperTerminal

I have to send a file via serial port to my program that is running on an embedded device using HyperTerminal and XMODEM protocol. The serial communication is OK (9600 baud, 1 StopBit, No parity, 8 data bits, no flow control), because both sending…
Daniele Nardi
  • 35
  • 1
  • 6
1
vote
1 answer

Why is TeraTerm not putting out the same bytes that are in the send call?

Using TeraTerm and a Serial port adapter I ran a Macro with this line on it: send $55 $0B $00 $00 $00 $BB $42 $AA The $BB was sent out as two different bytes instead of just one. I forget which ones they were specifically but the result on the…
Jason
  • 286
  • 2
  • 9
1
vote
1 answer

How to receive SMS in PC with Samsung phone?

I have connected my samsung phone (GT-S3350) to my PC through an usb cable and installed usb driver for it. I am able to send SMS to any phone number through my PC using AT commands. I've tried with Hyperterminal also through Java. To configure the…
Onewildgamer
  • 101
  • 1
  • 2
  • 11
1
vote
1 answer

AVR atmega128 Serial comminucation

I have a problem in connecting ATmega128 serial port to computer via USB-Serial converter. The USB-Serial converter is verified as I have connected computer to CDMA modem using it. However when I try to connect it with atmega128 I can't figure out…
avr_rookie
  • 57
  • 3
  • 10
1
vote
1 answer

Sending and receiving command to scale/scanner

I have a Magellan scanner/scale. It is connected to my pc through rs232. I can read the weight on the scale by sending the command S11 + ENTER in Hyperterminal program and the weight shows on Hyperterminal with no problems at all. My question is…
user3125942
  • 13
  • 1
  • 4
1
vote
0 answers

Bluetooth C code MicroController

I'm working with the Uiceblue2 integrated bluetooth board. It works with the C18 compiler on MPLAB. It is written entirely in C. The program has a template which it comes with, but since there is little to no support for this module, I wanted to…
1
vote
1 answer

AT command with 3g modem while it is connected

I would like to query a modem using AT commands using hyperterminal while it is connected, but whenever I try to establish a hyperterm connection, it says that it is in use. I saw a similar post How can I communicate with a 3G modem via pySerial…
mseac
  • 21
  • 1
  • 3
1
vote
0 answers

Read data from weighing machine using serial port

Tried to read the data from weighing machine serial port using the below code, no data is returned but i can successfully read the data When i try it using hyper terminal. Weigh machine used is essae si-810 kindly help us. Thanks in advance using…
siva
  • 11
  • 1
  • 2
1
vote
0 answers

how to get decoded data of jn5148 using eclipse

I am a newbie . we are using NXP 's jn518 ek 010 and I am using jennet stack . we are using win 7 and for application development we are using eclipse . our project task is to get the temperature , humidity and luminosity sensors value on PC ,…
1
vote
1 answer

From hyperterminal to OS

Is there any way to take data from hyperterminal (whatever it has recevied from COM port) and give it to OS (windows). For example, I want to write data which is coming from COM port into Microsoft Word file. In other words, I've my own keyboard…
Asad Ali
  • 11
  • 1
1
vote
0 answers

ctrl+z does not do anything

i am using AT commands to test sending sms messages from pc to mobile. i have been referring to the following links: http://www.smssolutions.net/tutorials/gsm/sendsmsat/ http://www.developershome.com/sms/howToSendSMSFromPC.asp when i press ctrl+z,…
newbee
  • 409
  • 2
  • 12
  • 34
1
vote
1 answer

Windows Prompt read and send text by COM port

I need a program to send and receive some text by a COM port. I would like to launch this by a exec command (command line). I tried to view if Hyperterminal or putty can be used by command line but i can not find a solution. This would be a…
Tobia
  • 9,165
  • 28
  • 114
  • 219
1
vote
1 answer

Samsung Galaxy S and Hyperterminal

When connecting Samsung Galaxy S via USB to hyperterminal, I cannot retrieve any messages or send messages. The commands "AT", "AT+CMGF=1" work, and "AT+CMPI=?" return different memories available. But when I try to execute the following command:…
user1993293
  • 51
  • 2
  • 9
1
vote
1 answer

Control characters display format in hyperterminal

I am working with a serial device. On data receive, i am getting heart symbol along with actual data. Then i decoded the ASCII value and found that it is equivalent to (End of text) Why it is showing heart symbol for ETX?? What would be the…
Olivarsham
  • 1,701
  • 5
  • 25
  • 51