Skip to content

Instantly share code, notes, and snippets.

@simryang
Created June 16, 2020 08:49
Show Gist options
  • Save simryang/23e88f1941eeca1e411058a506efdb5d to your computer and use it in GitHub Desktop.
Save simryang/23e88f1941eeca1e411058a506efdb5d to your computer and use it in GitHub Desktop.
foxterm macro file for test wizfi630s with serial(usb) interface
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