le caractère + ne s'affiche pas
Posté : ven. 03 juin 2016 22:54
Voilà mon problème j'ai écrit ce code pour m'exécuter des commandes AT sur HyperTerminal j'ai fait le test sur note pad tout marche bien sauf que le caractère "+" ne s'affiche pas
voila le cod
voila quesque il m'affiche sur notepad
$STTEST=0000
$STVERSION=
$STSPEED=
$STGETPOSITION=0000
voila le cod
Code : Tout sélectionner
;Opt ("gpstest", 1000)
WinActivate ("GPS")
Send ("$ST+TEST=0000")
Send ("{ENTER}")
Sleep (3000)
Send ("$ST+VERSION=")
Send ("{ENTER}")
Sleep (3000)
Send ("$ST+SPEED=")
Send ("{ENTER}")
Sleep (3000)
Send ("$ST+GETPOSITION=0000")
Send ("{ENTER}")
$STTEST=0000
$STVERSION=
$STSPEED=
$STGETPOSITION=0000