Search found 55 matches: irda

Return to advanced search

Joaquín,

la implementación de sockets de FWPPC está en source\winapi\winsock.c

y la llamada a la función socket() se hace desde la Clase TSocket así:

Socket( AF_INET, SOCK_STREAM, IPPROTO_IP )

Tu usas AF_IRDA en vez de AF_INET. AF_IRDA es el infrarojos, no ? quizá sea esa la diferencia.
by Antonio Linares
Thu Mar 16, 2006 9:04 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas Socket y Windows CE 4.2
Replies: 9
Views: 2810

Se me olvidaba decir, por si pudiera tener algo que ver, que estos son los ficheros que incluyo en la cabecera del C

#pragma BEGINDUMP

#include <windows.h>
#include <hbapi.h>
#include "winsock2.h"
#define _WIN32_WCE
#include <af_irda.h>


Un Saludo,
Joaquín
by jmartial
Thu Mar 16, 2006 8:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas Socket y Windows CE 4.2
Replies: 9
Views: 2810

Antonio, Sigo con las pruebas, a ver si averiguamos de donde viene el problema. El siguiente ejemplo: WSAStartup() msginfo( "Pru socket1 "+str(socket(AF_IRDA, SOCK_STREAM, 0)) ) msginfo( "Pru socket2 "+str(prusock()) ) WSACleanUp() //--------- Función en C para prusock() --------------- HB_FUNC( PRU...
by jmartial
Thu Mar 16, 2006 8:19 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas Socket y Windows CE 4.2
Replies: 9
Views: 2810

Problemas Socket y Windows CE 4.2

Hola, Intentado juguetear con los sockets he descubierto que dan un internal error en Windows CE, sin embargo en Windows Mobile parece que va bien, incluyendo el emulador. Las pruebas las estoy haciendo con una casio cassiopea IT-600 Esto falla: o := TSocket():New( , oWnd ) Esto también: nSocket := ...
by jmartial
Tue Mar 14, 2006 7:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Problemas Socket y Windows CE 4.2
Replies: 9
Views: 2810

... that apps can use. Serial Port 1: reserved for WinCE kernel, doesn't have a driver, do not use it. ie 'com2:' is not available. Serial Port 2: the IRDA port and assigned the name COM3: I've grafted fragments of FWPPC 'comm.c' into parts of Harbour Telepathy (port by Luiz Rafael Culik Guimaraes) ...
by Jon Munro
Fri Jan 06, 2006 2:58 pm
 
Forum: FiveWin for Pocket PC
Topic: Bluetooth serial port
Replies: 14
Views: 6779

... work as a socket. Probably we have to call a setup function to select comm or sockets mode. Many thanks, but if is a COM port, how i can identify IrDA and Bluetooth ports, i tried to see Settings, but i don't found. And then, when i have the connection, i have to respect some protocols to print, ...
by claudio.driussi
Thu Nov 24, 2005 8:46 am
 
Forum: FiveWin for Pocket PC
Topic: IrDA printing
Replies: 3
Views: 1596

Hello. In the spanish forum Antonio posted this: I have no used it but it says that "Just use the comm port" Si es por irda, utilizamos un puerto COM sin necesidad de configurar nada más en la PDA y si es por bluetooth instalas en la impresora el receptor bluetooth y se sincronizan ...
by josevalle
Wed Nov 23, 2005 5:24 pm
 
Forum: FiveWin for Pocket PC
Topic: IrDA printing
Replies: 3
Views: 1596

IrDA printing

Antonio, are you planning to add IrDA suppor for FWPPC?
I have a IrDA to parallel converter connected to a Epson LX300 printer,
it works fine my application written fon PalmOS and now i would like to port
it under PPC.
Claudio
by claudio.driussi
Wed Nov 23, 2005 3:03 pm
 
Forum: FiveWin for Pocket PC
Topic: IrDA printing
Replies: 3
Views: 1596

Impresión en Pocket PC

Este es un comentario que hemos recibido de un usuario experimentado en impresión con Pocket PCs: Si es por irda, utilizamos un puerto COM sin necesidad de configurar nada más en la PDA y si es por bluetooth instalas en la impresora el receptor bluetooth y se sincronizan ambos ...
by Antonio Linares
Thu Oct 20, 2005 9:37 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresión en Pocket PC
Replies: 0
Views: 1042

This is the text we got from a Pocket PC experienced user: (we may translate it to English) Si es por irda, utilizamos un puerto COM sin necesidad de configurar nada más en la PDA y si es por bluetooth instalas en la impresora el receptor bluetooth y se sincronizan ambos equipos. ...
by Antonio Linares
Thu Oct 20, 2005 9:35 pm
 
Forum: FiveWin for Pocket PC
Topic: Simple aplication
Replies: 18
Views: 8065
Previous

Return to advanced search