Questions tagged [hyperterminal]

109 questions
0
votes
3 answers

PIC to PC via USART or USB

I was introduced to the PIC some 15yrs ago, and haven't really touched it since. I now want to start a project requiring (I think) a PIC, but all my software/hardware seems antiquated and/or obsolete. I've upgraded the early PIC16F877 to a…
0
votes
1 answer

Connecting MSP430fg4618 with hyperterminal

I have an MSP430 (FG4618/F2013) Experimental Board connected to Windows 7 via MSP-FET430UIF/USB cable as a power and Serial RS232 cable. I am trying to run the sample code that reads the input and echoes back to the HyperTerminal. #include…
0
votes
1 answer

i want to make a web site which is able to control a hardware on a clients computer

running test on local host, the website coded with c#, is able to connect to the comm port and pass commands to the hardware just as done by hyperterminal software if this website is uploaded/hosted this will not work, as the server doesnot have…
user287745
  • 2,847
  • 9
  • 49
  • 97
0
votes
1 answer

sms mobile nokia using computer, only status unread

reading sms from mobile phone nokia, have two methods read all or read only one. but how to reading only sms with status "rec unread" using hyper terminal windows xp
user287745
  • 2,847
  • 9
  • 49
  • 97
0
votes
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…
0
votes
0 answers

I can't receive information from a weighing machine connected via serial port in Hyperterminal

I have an application in Visual Basic which exported as DLL should let Dynamics NAV 2016 get data from a weighting machine. For the connection I use the same data as the old application in an older computer, but I cannot connect even using…
Davylink
  • 21
  • 4
0
votes
1 answer

At Command: AT+QASP, AT+EASP

guys! I have been working with some logs of GSM modules, where I had found these these 2 AT commands: AT+QASP, AT+EASP. I surf through the net, but google didn't give me any information about them. I have an example of the input, it looks like…
Alex
  • 43
  • 7
0
votes
1 answer

CSV file output to Virtual Serial (COM) port to control USB stepper motor

New to all this. Automation project: camera as input, motors as output. Using a windows PC is a requirement. I'm generating a CSV file from the camera (camera python api). Parsing the csv file, I'll move a motor until I reach a minimum value. So far…
kliment
  • 3
  • 2
0
votes
3 answers

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

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…
0
votes
1 answer

How to make TextBox handle text like a hyperterminal in c#?

When the user enters a character with the TextBox in focus, I do not want the character to show up on the TextBox at all and I don't want to use the Clear() method as there may be other text in the TextBox I don't want erased. so far I've…
james
  • 47
  • 6
0
votes
2 answers

Connect to WWAN modem

I have Mobile Broadband adapter. I need to be able to send AT commands to the modem from code. I can do that using hyperterminal. In my device list Broadband adapter determined as WWAN adapter: I can connect to the modem using hyperterminal: and…
FunctorPrototype
  • 1,127
  • 2
  • 12
  • 23
0
votes
1 answer

Replace Max 7456 EEPROM w/ ASCII Table

I have a a Sparkfun Max 7456 breakout board that I am trying to rewrite the character table to an ASCII format. I have been following the Arduino + MAX7456 OSD thread but cannot seem to load the .mcm file to the breakout board. I have tried hyper…
0
votes
1 answer

Communication with HyperTerminal [ QT and WINApi ]

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…
javaAmator
  • 13
  • 1
  • 4
0
votes
1 answer

can I read data in java that is being generated from a hyperteminal device

Is there any way I can read hyper-terminal data in JAVA to display it in a desktop software. I am using hyper-terminal with a weighing machine connected with a port COMM 3. I am not able to get how to read the data from it and how to display it into…
Ankit
  • 1
  • 5
0
votes
2 answers

PC receives wrong data using high baudrate of usart

i wanted to use 4Mb baud rate of stm32f103 usart. how can i check that data received in PC are correct? I used hyper terminal but in its setting there is no 4Mb baud rate and when i run my code i receive wrong characters.but in low baud rates like…
Mahtab
  • 107
  • 3
  • 12