<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>15 Feb 2019 12:44:55 Z</lastBuildDate><pubDate>31 Jan 2013 23:41:45 Z</pubDate><description>Bonjour, &#13;
&#13;
&#13;
Comme indiquer dans le titre, je cherche à piloter ma carte arduino UNO, qui contient le programme exemple 'Blink' (du logiciel de developpement Arduino) instalé dessus, avec Windev.&#13;
&#13;
J'arrive à ouvrir le port correctement mais la fonction sDansFileEntrée me renvoie 0.&#13;
&#13;
je vous joint le code ci dessous :&#13;
&#13;
//Déclaration variable&#13;
sPortCom est un entier = 5 &#13;
&#13;
//Code bouton&#13;
sFerme(sPortCom) // Au cas ou il serait déjà ouvert&#13;
&#13;
SI sOuvre(sPortCom, 1, 1,sTimeoutDéfaut,Vrai) ALORS&#13;
&#13;
	SI sFixeParamètre(sPortCom, 9600, 0, 8, 0) ALORS&#13;
		&#13;
		Nombre est un entier = sDansFileEntrée(sPortCom)&#13;
	&#13;
		ligne est une chaîne =sLit(sPortCom,Nombre)&#13;
&#13;
		trace(ligne)&#13;
&#13;
	SINON&#13;
		sFerme(sPortCom)&#13;
&#13;
		Info("Problème de paramètrage du Port Com : " + sPortCom + RC + RC + "Le programme va maintenant s'arreter")&#13;
&#13;
		FinProgramme()&#13;
	FIN&#13;
SINON&#13;
	Info("Problème d'ouverture du Port Com : " + sPortCom + RC + RC + "Le programme va maintenant s'arreter")&#13;
	FinProgramme()&#13;
FIN&#13;
&#13;
////////////////////////////////////////////////////////&#13;
Je tiens à signaler que je débute dans la programmation arduino ainsi que dans la communication Port serie avec Windev.&#13;
&#13;
Est ce un problème de paramètres ? Si vous pouvez m'éclaircir sur le problème.&#13;
&#13;
Merci de votre compréhension.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture/read.awp</link><title>[WD17] Communication Arduino - Windev : Problème lecture</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>EKANE</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-224017/read.awp</comments><pubDate>15 Feb 2019 12:44:55 Z</pubDate><description>Eclaire nous dessus stp.jai le meme probleme</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-224017/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-224017/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture/read.awp">[WD17] Communication Arduino - Windev : Problème lecture</source><title>Re: [WD17] Communication Arduino - Windev : Problème lecture</title></item><item><author>gerardsamson</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-169206/read.awp</comments><pubDate>13 Mar 2014 10:00:41 Z</pubDate><description>Anthony&#13;
Avez vous un exemple pour faire clignoter des leds sur une carte arduino uno avec un programme développé en WinDev.&#13;
Me…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-169206/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-169206/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture/read.awp">[WD17] Communication Arduino - Windev : Problème lecture</source><title>Re: [WD17] Communication Arduino - Windev : Problème lecture</title></item><item><author>berges.anthony</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-157136/read.awp</comments><pubDate>1 Feb 2013 10:10:57 Z</pubDate><description>J'ai trouvé le problème à ma question, il se trouve dans la programmation de la carte arduino.&#13;
&#13;
Cordialement.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-157136/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture-157136/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/157130-wd17-communication-arduino-windev-probleme-lecture/read.awp">[WD17] Communication Arduino - Windev : Problème lecture</source><title>Re: [WD17] Communication Arduino - Windev : Problème lecture</title></item></channel></rss>
