Gwasshoppa
Newcomer
- Joined
- Apr 6, 2011
- Messages
- 7
Hi
I am developing a very small exe application on a Motorola MC55 that simply accepts a barcode into a textbox, and sends that barcode (via bluetooth ActiveSync) to the cursor location on the PC.
The cursor location will be emPOWER (an accounting system)... although this is probably irrelevant as it could just be notepad... I simply want to sent the barcode directly to the cursor position on the PC.
This can be easily achieved with a dumb scanner attached to the PC via a COM Port, but the reason i'm not using a dumb barcode scanner is because some of the barcodes require manipulation before they are sent to the PC.
i.e. a barcode 99019-24 would need to be sent to the PC as 901924. (note the - is removed and the first number is also removed... where as a barcode of say 462-au-a12667 needs to be sent as 462aua12667 only the - is removed.
I have had to load the Motorola DataWedge software to enable the barcode scanner on the MC55, but it appears that the API provided is pretty small and doesn't have a way of sending the text based barcode to the cursor on the PC.
Does anyone know how I might achieve this using either C# or VB.Net and any code that may be out there to assist with this?
Cheers
Gwasshoppa
I am developing a very small exe application on a Motorola MC55 that simply accepts a barcode into a textbox, and sends that barcode (via bluetooth ActiveSync) to the cursor location on the PC.
The cursor location will be emPOWER (an accounting system)... although this is probably irrelevant as it could just be notepad... I simply want to sent the barcode directly to the cursor position on the PC.
This can be easily achieved with a dumb scanner attached to the PC via a COM Port, but the reason i'm not using a dumb barcode scanner is because some of the barcodes require manipulation before they are sent to the PC.
i.e. a barcode 99019-24 would need to be sent to the PC as 901924. (note the - is removed and the first number is also removed... where as a barcode of say 462-au-a12667 needs to be sent as 462aua12667 only the - is removed.
I have had to load the Motorola DataWedge software to enable the barcode scanner on the MC55, but it appears that the API provided is pretty small and doesn't have a way of sending the text based barcode to the cursor on the PC.
Does anyone know how I might achieve this using either C# or VB.Net and any code that may be out there to assist with this?
Cheers
Gwasshoppa