hyperterminal

Any tool similar to Hyperterminal application?

HyperTerminal is a program that you can use to connect to other computers, Telnet sites, bulletin board systems (BBSs), online services, and host computers, using either your modem, a null modem cable or Ethernet connection. But My main usage of Hyperterminal is to communicate with hardware through local (virtual )COM port...

How to test serial / Hyperterminal integration with C#?

I have to develop software for a USB scale that, when you press a button on it, sends serial communications over USB. I can see the values in HyperTerminal. I am going to use the .NET classes for Serial communication to trap the data. The problem is, I don't have the scale. The scale is connected to a remote computer I can RDP into. Wh...

Minicom not capturing data correctly

Hi all, I have an issue where i have connected my linux server to a serial port. There is a continous flow of data from serial port which comes through epabx. In Minicom i get first call's data and from second call it goes offline. I dont see any data. Can some one help me on this. ...

How do I write a Windows HyperTerminal (.ht) file?

From my C# .NET application, I want to generate a .ht file that can be used to launch an instance of HyperTerminal and connect to the IP/Port specified in the .ht file. Does anyone know how to format the binary .ht file? ...

Send text file to MScomm port in C#

How do i send text file to Mscomm port. When i open hyper terminal..reading is seen only when i transfer->send text file->5.txt. If i rename or try using any other text file i dont get the reading.Only 5.txt file. Now i need to implement this in C#. How do i send this text file in C#? Thanks in advance ...

plugging hyper terminal to eclipse

I often keep executing commands from hyperterminal ,with slight code changes.Is there a way to plug hyper terminal in eclipse so that i need not switch windows ...

hyperterminal display of control characters

I need to know what character sequence (probably some ascii control or esacape sequence) hyperterminal dipslays as ?a Someone sent me a screen shot showing this data. ...

Communication with HyperTerminal [ QT and WINApi ]

Hi! I write program to communicate with modem (it useing Hayes commands) and this is working. GUI is programmed with QT, but communication with COM port is write with winapi library. I have problem when I want to send with my program message from one computer to another, i can't send Polish chars (they are repleaced by '?'), how can I fi...

Using pySerial to connect to a non-COM port

In Hyperterminal I am able to connect to a serial port called "X64-CL_iPro_1_Serial_0" where I am able to send/receive ASCII text to a camera. However when I try to connect to the same port with pySerial, it throws an exception: SerialException: could not open port X64-CL_iPro_1_Serial_0: [Error 2] The system cannot find the file specif...

Hyperterminal quick question

Hello, I need some help on using this pre-historic application: hyperterminal. I need to send some commands to a COM port. Im doing this: new connection > give connection a name and an icon > select COM3 port and 115200kbaud > OK > type some text and press ENTER. I have a loop-back circuit so I expect to receive what I type. However wh...

How to send data to another computer with C# like hyperterminal does through modem

Hello, I need to create a program that lets me send a string of data or a file through modem, like hyper-terminal does. Im trying to create a program that lets me send electronic billing data to Medicare, and since Medicare only accepts e-bills through modem, only hyper-terminal or another program called PC ACE Pro32 can be used. I wa...