Search found 14 matches: parity

Return to advanced search

Re: convert C to fivewin

... port and set parameters for serial communication. [Parameters] intCom : serial communication port number; dwBaudRate : baud rate; byParity : parity; byDataBit : data bits; byStopBit : stop bits; byFlowControl : fl ow control; lpdwSysError : system error returned. thanks
by vensanto
Tue May 23, 2017 5:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert C to fivewin
Replies: 14
Views: 2304

Re: BuildComDcb()

Otto, I don't see where I can set the post speed, parity etc...

Am I missing something?
by Jeff Barnes
Fri Jan 18, 2013 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildComDcb()
Replies: 10
Views: 1515

Communication with ARM9

... return nil Function CComm ComClose( nComm ) msginfo("Close Communication port") return nil Function OpenCom( nCom, nBauds, nParity, nDataByt, nStopBits, lIRmode ) LOCAL hComm, cComm DEFAULT nCom := 1, nBauds := 2400, nParity := NOPARITY, nDataByt := 8, lIRmode := .f. DEFAULT ...
by Surasak
Thu Jun 30, 2011 9:36 am
 
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1867

... [1..16] of BYTE; // Nome do terminal end; type TSetupSerial = packed record baud: DWORD; // Baud Rate: 1200 a 115.200 bits: WORD; // Data Bits parity: WORD; // Paridade stops: WORD; // Stop Bits handshaking: BYTE; // 0 = Sem Hand Shaking, 1 = RTS/CTS end; type ARG_COM_SETUPSERIAL = packed record ...
by MGA
Wed Jul 23, 2008 4:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como chamar esta DLL ??
Replies: 10
Views: 3945

... In fact, I don't understand the most samples concerning serial communication! Even in the help functions I can't find for example to set an EVEN parity? I hoped to get some input to take the first step to improve that FWPPC can communicate with our vending machine…. DEFINE COMM <oComm> ...
by joop hermsen
Tue Oct 02, 2007 2:53 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial Communication
Replies: 10
Views: 6543

activa los puerto serial

... stream Pass: Nx_port= base port value see IOLib.ch Nbaud= The baud rate divisor see IOLib.ch for standard bauds Ndata=data bits 5 to 8 Nparity= Parity value see IOLib.ch Nstop=number of stop bits Nirq=Interrupt number cIn_buffer= a public String variable 512 bytes or larger, no more than 32k, ...
by orosmagno
Tue May 22, 2007 1:15 pm
 
Forum: FiveWin para CA-Clipper
Topic: ayuda por favor
Replies: 7
Views: 2312

Salvar Codigo de barras com Bitmap

... LOCAL primero := [ooooooooeoeeooeeoeooeeeooeooeeoeeooeoeeeoooeoeoeoeoeeooeeoeo] LOCAL parity := [eeoooeoeooeooeoeoooeoeeooooeeooooeeoeoeooeooeooeoe] LOCAL l, k, control, n, nCar LOCAL cCode := ::cText LOCAL cBarras := "1011" k := LEFT(ALLTRIM( ...
by Mauro
Tue Apr 17, 2007 2:30 pm
 
Forum: FiveWin para Pocket PC
Topic: Salvar Codigo de barras com Bitmap
Replies: 6
Views: 3219

¡¡ AYUDA COMO IMPRIMIR EN IMPRESORA POR COM !!!

HOLA A TODOS... ESTOY TRATANDO EN IMPRIMIR EN UN IMPRESORA EPSON LX-300, DE PUERTO COM, PERO NO HE PODIDO.... SOLO ME PASARON ESTE FRAGMENTO DE CODIGO EN CLIPPER Y NO SE COMO ENVIAR DATOS A ESTE PUERTO Y PARA ESTO UTILIZO IOLIB..... ESPERO Y ME PUEDAN AYUDAR.... :oops: :lol: Y GRACIAS POR SU AYUDA.....
by prm_pedro
Mon Mar 05, 2007 9:39 pm
 
Forum: FiveWin para CA-Clipper
Topic: ¡¡ AYUDA COMO IMPRIMIR EN IMPRESORA POR COM !!!
Replies: 0
Views: 729

Re: getcommerror, como tratar el resultado?

... was either no room in the input queue or a character was received after the end-of-file character was received. CE_RXPARITY Hardware detected a parity error. CE_TXFULL Transmission queue was full when a function attempted to queue a character. See Also OpenComm, COMSTAT EMG
by Enrico Maria Giordano
Tue Sep 12, 2006 2:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: getcommerror, como tratar el resultado?
Replies: 9
Views: 3615

Antonio muchas gracias

Antonio Linares wrote:DLL FUNCTION Online_SetupEx( CommData AS LONG, Port AS LONG, Baudrate AS LONG, Stopbits AS LONG, Parity AS LONG ) AS LONG LIB "C:\OnlineCommManager\OnlineDll.dll"
by martingz
Tue Sep 05, 2006 6:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con dll
Replies: 2
Views: 885

DLL FUNCTION Online_SetupEx( CommData AS LONG, Port AS LONG, Baudrate AS LONG, Stopbits AS LONG, Parity AS LONG ) AS LONG LIB "C:\OnlineCommManager\OnlineDll.dll"
by Antonio Linares
Mon Sep 04, 2006 11:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con dll
Replies: 2
Views: 885

Ayuda con dll

Tengo la siguiente funcion en un dll

Declare Short Online_SetupEx ;
In C:\OnlineCommManager\OnlineDll ;
Long CommData, ;
Short Port, ;
Short BaudRate, ;
Short StopBits, ;
Short Parity


alguien me podria ayudar a hacer la llamada desde fwh

Muchas gracias por la ayuda
by martingz
Mon Sep 04, 2006 9:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con dll
Replies: 2
Views: 885

Comm port init

Antonio,

It's possible in FWPPC initiate comm port eg. baud=9600, parity=e, data=8, stop=1 before send data to port ?

Thanks
Pawel
by pawelu
Sat Apr 15, 2006 3:26 pm
 
Forum: FiveWin for Pocket PC
Topic: Comm port init
Replies: 5
Views: 1558

Re: Serial port

... (ie. baud rate, stop bits) and how? EMG Enrico Tested on HP IPAQ 6515 I tested port 1 opened OK without any change. No need to set baud, parity...etc If i set 2 or any other value, it will not open correct. If you need any further test, let me know Richard
by Richard Chidiak
Fri Jan 13, 2006 9:20 pm
 
Forum: FiveWin for Pocket PC
Topic: Serial port
Replies: 7
Views: 2323

Return to advanced search