Home
Blogs
Questions

Home

About Us

Blogs

Questions

Monetize

Post Job

banner

Questions about teraterm

Read more about teraterm

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - teraterm

How do I wait for a response from a serial port command before executing the new command?

I'm trying to execute some AT commands one at a time. In Teraterm I execute this: sendln "AT+AS=0" waitln "OK" sendln "AT+CREG=?" sendln "AT+creg=0,1" pause 15 ...
test-img

c_c

c#

.net

serial-port

at-command

teraterm

Votes: 0

Answers: 1

Latest Answer

Change await Task.Delay(1000); to Task.Delay(1000).Wait(); or Thread.Sleep(1000) Wait and await - are similar conceptually, but completely different in functionality.
test-img

Alexsander Deucher

Posts

Questions

Blogs

Where knowledge meets opportunity!

About

  • Company
  • Monetize your knowledge
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved