Search found 7 matches: joop

Searched query: joop

by Arturo Lopesoria
Tue Oct 23, 2007 7:26 pm
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

... ENDIF
ComClose( hComm )
msginfo("puerto cerrado")
ENDIF
****************************************************************************




joop.

Este fuente puede servirte de ayuda.

Saludos.

Salvador Gallardo

/////////////////////////////////////////////
//
// Funciones de comunicacion ...
by Arturo Lopesoria
Tue Oct 23, 2007 2:27 pm
Forum: FiveWin para Pocket PC
Topic: mail
Replies: 7
Views: 2162

... de comunicacion serial, aunque no pude obtener respuesta de la impresora. Hoy voy a probar el codigo de respuesta que le envio Salvador Gallardo a Joop Hermsen desde este foro. Estare en contacto.

Arturo,

Avísame cuando vayas a necesitar las funciones de IRDA y nos ponemos a ayudarte con ellas,
by joop hermsen
Wed Oct 03, 2007 10:50 am
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

Serial Communication

Salvador,

Muchas gracias!!!
I will do some testing today.


Regards,
Joop
by Salvador
Tue Oct 02, 2007 8:34 pm
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

joop.

Este fuente puede servirte de ayuda.

Saludos.

Salvador Gallardo

/////////////////////////////////////////////
//
// Funciones de comunicacion por Rs232
//
////////////////////////////////////////////
#include "Fwce.ch"

#define BUFF_IN 1024
#define BUFF_OUT 1024
#define GENERIC_READ ...
by joop hermsen
Tue Oct 02, 2007 2:53 pm
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

Hello Joop,

Nice to meet you here

Please make a search for *comm on this same FWPPC forum and you will get lots of samples

Hello Antonio,

I can't find a sample with a simple Initcomm, writecomm or readcomm.
In fact, I don't understand the most samples concerning serial communication!

Even in ...
by Antonio Linares
Mon Oct 01, 2007 11:45 am
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

Hello Joop,

Nice to meet you here :-)

Please make a search for *comm on this same FWPPC forum and you will get lots of samples :-)
by joop hermsen
Mon Oct 01, 2007 9:31 am
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 7726

Serial Communication

... IF nCharacter > 0
HelpSTR=COM_READ(portnumber,nCharacter) //Read n characters
Pos1 = AT("##",HelpSTR)
IF Pos1 > 0 //Vending <Machine is Up
ret_waarde=.T.
ENDIF
ENDIF
ENDIF
ENDIF
RETURN ret_waarde

I hope somebody can help me to start this issue in a good direction.

Best regards,
Joop