so if I want to use the following 2 commands, how would I then execute them in the script?
(I've only written scripts for local checking and webchecking before, never touched SerialPort in any form)
1st command: AT
2nd command: AT!TEST?
I want do use the output of the 2nd command in code I already have, as long as I can get it from a file or variable from this part.
Main Topics
Browse All Topics





by: Adam314Posted on 2009-04-29 at 10:27:02ID: 24262686
Use the read and write methods...
From the documentation:
Select allOpen in new window