Search found 42 matches

by Jon Munro
Sun Feb 05, 2012 6:55 am
Forum: FiveWin for Pocket PC
Topic: Barcode and RFID Trigger Library
Replies: 1
Views: 3095

Re: Barcode and RFID Trigger Library

Darryl, You will need to use the C Library functions to control the scanner etc. I have done this for the Intermec and Datalogics devices and it works well. Motorola (ex Symbol) looks similar though I haven't needed this yet. The little trick is to poll the device (every 500 millisecs, say) instead ...
by Jon Munro
Tue Jan 18, 2011 1:08 pm
Forum: FiveWin for Pocket PC
Topic: Pocket PC Denso BHT-200 Windows CE 4.1
Replies: 4
Views: 2213

Re: Pocket PC Denso BHT-200 Windows CE 4.1

Thomas,
You need to run the linker with parameters including:
/SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB

Sorry for the delay !!

regards

Jon Munro
by Jon Munro
Fri Mar 06, 2009 11:49 am
Forum: FiveWin for Pocket PC
Topic: Pairing / Connecting via Bluetooth
Replies: 2
Views: 624

Re: Pairing / Connecting via Bluetooth

Jeff, My application has the option of using a Bluetooth barcode scanner as alternate input. I simply set up the device as a discoverable Serial Port Profile. I use standard FWPPC serial communications functions and when the corresponding port is initially opened then the Bluetooth link is establish...
by Jon Munro
Fri Mar 06, 2009 11:40 am
Forum: FiveWin for Pocket PC
Topic: Datalogic scorpio. Troubleshooting...
Replies: 6
Views: 1497

Re: Datalogic scorpio. Troubleshooting...

Hi Andrej I compiled my application for the Datalogics Falcon 4420 (see http://www.bscan456.com to download) and initially had the same problem. The solution is in the link script: %vcdir%\bin\link @msvc.tmp /nologo /MAP:bs456info.map /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB /verbose:lib I also use ...
by Jon Munro
Thu Aug 14, 2008 7:19 am
Forum: FiveWin for Pocket PC
Topic: FWPPC and MC3000 scan button
Replies: 13
Views: 5505

Hi Darryl, I am yet to tackle the Symbol 9000 but have successfully programmed my system for the PSC Falcon 4400 using the API, which appears to be rather similar to Symbol. Instead of waiting for a scan event, which I couldn't see how I could handle, I simply use a timer function, so that after iss...
by Jon Munro
Fri Aug 24, 2007 1:43 pm
Forum: FiveWin for Pocket PC
Topic: How to replace aborted exe ?
Replies: 7
Views: 2221

On my Dell PDA I use the 'switcher bar' to force a failed program to exit: menu-settings-system-switcher bar option. Useful for testing and removing programs no longer required.

hth
by Jon Munro
Thu May 10, 2007 12:51 pm
Forum: FiveWin para Pocket PC
Topic: Identificador del PPC
Replies: 2
Views: 1334

Juan,

Facil...:-)

serialnumber()

hth
by Jon Munro
Fri Nov 10, 2006 1:32 pm
Forum: FiveWin for Pocket PC
Topic: Registry functions
Replies: 18
Views: 8489

Bill,
I use xharbour\source\rtl\hbcrypt.c (from xharbour.org) correcting lines 448 and 478 to use hb_retclen. I use hb_crypt to scramble the user registration key details when storing in the registry. What snippets would you like?

hth
by Jon Munro
Wed Oct 18, 2006 6:59 am
Forum: FiveWin for Pocket PC
Topic: bluetooth print trouble brother mw 140 bt
Replies: 16
Views: 6989

Richard, Printing directly from FWPPC I presume that you will need to send all the necessary printer control commands - just like the old days. By using the Windows 'save to file' feature you may be able to pre-generate and capture what you need and then merge printer control fragments with your dat...
by Jon Munro
Tue Oct 17, 2006 3:53 am
Forum: FiveWin for Pocket PC
Topic: PPC cannot connect to Netware 5
Replies: 3
Views: 1398

Dutch,
Do you have the Netware drivers installed on your PDA? You may need to review/search the Novell support sites... good luck.
hth
by Jon Munro
Tue Oct 17, 2006 3:48 am
Forum: FiveWin for Pocket PC
Topic: bluetooth print trouble brother mw 140 bt
Replies: 16
Views: 6989

Richard,
Perhaps its a flow control issue - is it using Xon/Xoff ?
hth
by Jon Munro
Thu Oct 12, 2006 1:33 am
Forum: FiveWin for Pocket PC
Topic: bluetooth print trouble brother mw 140 bt
Replies: 16
Views: 6989

Richard
My application writes out via BT using similar code. Except I always use:
#define GENERIC_REWRITE 0xC0000000
instead.
Monitoring is a problem - the emulator is flaky and BillSerialMonitor doesn't like BT ports...
hth
by Jon Munro
Thu Oct 12, 2006 1:24 am
Forum: FiveWin for Pocket PC
Topic: PPC cannot connect to Netware 5
Replies: 3
Views: 1398

Dutch
Via File Exporer have you tried opening a path to the NW5 server eg Open Path to \\MyNW5Server\MyDir then use full pathname in PPC for remote file usage. Works fine for std windows lan. hth.
by Jon Munro
Tue Jul 25, 2006 2:29 pm
Forum: FiveWin for Pocket PC
Topic: Tab control
Replies: 6
Views: 1993

Pier,
Click on the link to Hyperupload to get to the Hyperupload site, note the Hyperupload::Download command centre right on the page, wait about 20 seconds for file preparation, then click download and collect the file.
hth
by Jon Munro
Mon Jun 19, 2006 1:02 pm
Forum: FiveWin for Pocket PC
Topic: Scrolling controls - an early prototype
Replies: 4
Views: 1735

Antonio, oops, thanks for the reminder :)
regards,