Created
June 16, 2020 08:49
-
-
Save simryang/23e88f1941eeca1e411058a506efdb5d to your computer and use it in GitHub Desktop.
foxterm macro file for test wizfi630s with serial(usb) interface
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while (1) | |
{ | |
WaitChar("Please choose the operation", 0) | |
BackgroundColor("White") | |
SendHex("57") | |
WaitChar("Input Serial Number ==:", 10000) | |
WaitChar(" TEST ",0) | |
BackgroundColor("Yellow") | |
WaitChar("U-Boot ", 0) | |
BackgroundColor("Red") | |
WaitChar("Function Test is required", 0) | |
BackgroundColor("Green") | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment