Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > IrDa print server - howto?

Reply
Thread Tools Display Modes

IrDa print server - howto?

 
 
Automatix
Guest
Posts: n/a

 
      06-20-2005, 05:31 PM
Hi all,

i'd like to implement an IrDa print server,
receiving printing requests from mobile phones or
notebooks via IR and redirecting them to a local
port or file on the PC / PDA, with Winsock-API
(WIN32 and/or WinCE).
My problem is that i cannot find a way to set the
device info (resp. printer hint bit) via setsockopt(),
so that IR-connected devices will accept my server as a
printer device.
Is there e.g. an undocumented OptionName for
WSHSetSocketInformation() to set the hint bits for the
local device? Or is it a general limitation of
current irda.sys / wshirda.dll that device hint bits
are always hard coded, so the only way is a complete
replacement of the irda protocol stack?

Thanks for replies,
Gilbert
 
Reply With Quote
 
 
 
 
Mazahir Poonawala [MSFT]
Guest
Posts: n/a

 
      06-29-2005, 06:48 PM
Problem Description:
===============
I'd like to implement an IRDA print server, receiving printing requests from
mobile phones or notebooks via IRDA and redirecting them to a localport or
file on the PC / PDA, with Winsock-API (WIN32 and/or WinCE).
My problem is that I cannot find a way to set the device info (esp. printer
hint bit) via setsockopt, so that IR-connected devices will accept my server
as aprinter device.

Is there e.g. an undocumented OptionName for WSHSetSocketInformation() to
set the hint bits for the local device? Or is it a general limitation of
current irda.sys / wshirda.dll that device hint bits are always hard coded,
so the only way is a complete replacement of the IRDA protocol stack?

Answers:
=======
If the OS is some flavor of Win CE then the following answer will not apply.

If you are using Win 2000 and later OS then here is the answer:

Windows Desktop OS does not have an API to change the hint bits. Hints bits
are just that, hints, and don't really tell you if a service is available so
our recommended procedure is to query the IAS database for the service.

We do have an undocumented and unsupported way of setting the hint bits via
the registry.

HKLM\System\CurrentControlSet\Services\irda\pamame ters\HINTCHARSET=x

where x is a DWORD with the low order byte equal to character set (0x00),
next byte is last hint byte.

This is the default:

#define IRLAP_DEFAULT_HINTCHARSET 0x842500 // computer, IrCOMM, Obex,
and telephony

So you will want to add HINTCHARSET=0x8C2500 for the printer.


Byte 1 Byte 2

Bit Function Bit Function

0 PnP Compatible 8 Telephony

1 PDA/Palmtop 9 File Server

2 Computer 10 rsvd

3 Printer 11 rsvd

4 Modem 12 rsvd

5 Fax 13 rsvd

6 LAN Access 14 rsvd

7 Extension 15 Extension


Please keep in mind that this registry key and the values are not supported
and may change from one OS to another or from one service pack to another.


thanks,
Mazahir Poonawala
Microsoft Developers Support

"Automatix" wrote:

> Hi all,
>
> i'd like to implement an IrDa print server,
> receiving printing requests from mobile phones or
> notebooks via IR and redirecting them to a local
> port or file on the PC / PDA, with Winsock-API
> (WIN32 and/or WinCE).
> My problem is that i cannot find a way to set the
> device info (resp. printer hint bit) via setsockopt(),
> so that IR-connected devices will accept my server as a
> printer device.
> Is there e.g. an undocumented OptionName for
> WSHSetSocketInformation() to set the hint bits for the
> local device? Or is it a general limitation of
> current irda.sys / wshirda.dll that device hint bits
> are always hard coded, so the only way is a complete
> replacement of the irda protocol stack?
>
> Thanks for replies,
> Gilbert
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless print server for print/fax/scanner? bob Network Routers 1 04-05-2011 09:05 PM
2003 Print Server - Users Can't Print Inoffensive Windows Networking 2 03-27-2006 08:40 PM
IrDa print server - howto? Automatix Windows Networking 0 06-20-2005 05:45 PM
Can a router w/ print server work as a plain print server? john Wireless Internet 1 11-03-2004 02:31 AM
can't print to windows 98 machine being used as print server attached with USB p SteveSanders Windows Networking 0 06-04-2004 04:16 AM



1 2 3 4 5 6 7 8 9 10 11