News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

wireless transmission??

Started by didasthebest, January 03, 2008, 02:03:08 PM

Previous topic - Next topic

didasthebest

Hi there,
have problems with my design, i want to send data through my laptop wireless transceiver,
so am asking of any documentation which can help me, like the port number which register specifies the data to be sent and so on,
any help plz

u

lol did you even bother reading the basic asm documentation, or even just skipping-through ANY asm info :) ?
Please use a smaller graphic in your signature.

didasthebest

No i don have an asm documentation, i
f you have it please post it to me or you can tell me where to get it,
hope it will help in my design
thanks alot

dsouza123

What you described is like doing I/O in 16 bit assembly with the IN and OUT opcodes.

What you need is quite involved, it requires networking code
which means understanding not only assembly language but
networking APIs such as Winsock at a minimum.

After saying that, there is an example program with MASM32 that hides
all the complexity and will send packets of data through your wireless connector.
The source code  download.asm  and the executable  download.exe .

If your network connection is correctly functioning, you may even get something back.