Tell me how to send packets to a port pls.
Thanks,
Printable View
Tell me how to send packets to a port pls.
Thanks,
Hi
You haven't explained in details what you are trying to do. If serial communication means, you can use ReadFile and WriteFile APIs. If TCP/IP means, you have to use sockets to transfer data.
Hope this helps a bit.
Thanks,
Arun.