Is it possible to send ascii data using the hyperterminal? For now i am able to create a simple AT application that make use of the UART1 in data mode. But i can only send data using the data window of the terminal emulator. how to do it in hyperterminal?
The subscription process was succesfull even the handling of incoming data. My problem is the terminal emulator only accepts AT commands. If i want to send a ascii string to my open at application i have to write it in the data window of the terminal emulator. I would like to do it on the terminal emulator. How to do it? Thank you.
i did try connecting my fastrack supreme to the hyperterminal but it was not able to read/write string data using the serial port…anyway, here is what i want to do with my application:
Steps:
if a call comes in my fastrack supreme, it will send a data string (e.g. “Sending data from fastrack supreme”) in the serial port (i was able to see the string being displayed in the terminal emulator)…
using the hyperterminal, i will send a data string (e.g. “Sending data from apps”)
in this step, i would want my fastrack supreme to be able to receive the data string and in return send another string (e.g. “Data from apps received”).
basically that is the gist of what i want to achieve in my application…but i am stuck in step 2/3…i am hoping you could point me in the right direction…thanks…
I have the same problem… I have to simulate a communication between a device and my Q24, I need to send and receive string on uart1 and at the same time use the target monitor tool for debug,
it’s possible??