Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: IRDA (USB) - send, read

Reply
Thread Tools Display Modes

Re: IRDA (USB) - send, read

 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-10-2005
Sockets are the lowest layer of IrDA accessible from user mode.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com

"norti" <> wrote in message
news:d8a3al$5pf$...
> Hi all,
> what is the simplest way to send/receive some data (for example one number -
> integer) from one to another computer using IRDA (USB) driver. DDK's demo
> application which send/receive data using IRDA works with Sockets. I would
> like to write it without Sockets, etc. but on the lowest level using
> commands: createfile, deviceIOcontrol, ...
> The problem is where can I find the information how to set up IRDA
> connection using deviceIOcontrol (which IOControlCode use), which parameters
> I must set, how to send/receive the data (also deviceIOcontrol or
> write(read)file) ? Any suggestions are welcome, thanks to everyone.
>
> Best regards,
> norti
>
>



 
Reply With Quote
 
 
 
 
Maxim S. Shatskih
Guest
Posts: n/a

 
      06-10-2005
IIRC no. The IrDA link layer is in irda.sys, and the upper edge of this
component is TDI. So, sockets is the lowest user-mode API for it.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation

http://www.storagecraft.com

"norti" <> wrote in message
news:d8bdpl$s32$...
> Użytkownik "Maxim S. Shatskih" <> napisał w wiadomo¶ci
> news:...
> > Sockets are the lowest layer of IrDA accessible from user mode.
> >
> > Maxim Shatskih, Windows DDK MVP
> > StorageCraft Corporation
> >
> > http://www.storagecraft.com
> >

>
> Ok, but is it possible to write the app using deviceIOcontrol, createfile,
> closehandle, etc.
> to communicate with IrDA ?
>
> norti
>
>



 
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
USB to IrDa device David Jackson Windows Vista General Discussion 7 05-24-2008 06:01 PM
IrDA Device Robbie Windows Vista Hardware 0 09-17-2007 10:42 AM
I can't send e-mail (yes I read other posts) Maiden Windows Vista Mail 8 06-05-2007 03:22 AM
Usb-irda adapter Vittorio Dante Cotti Windows Vista Hardware 0 05-17-2007 10:48 AM
IrDA Send Window Size! milton Windows Vista Drivers 0 10-01-2004 05:33 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59