problem not solved
-
i would like to thank every body answered here i think using lan have big problem , the pc should first consider the lan is plugged then starting other operations and while i need using just simple circuits the pc will not detect them as a connection ! then as far as i know will not send any data .
-
i would like to thank every body answered here i think using lan have big problem , the pc should first consider the lan is plugged then starting other operations and while i need using just simple circuits the pc will not detect them as a connection ! then as far as i know will not send any data .
Assuming this has something to do with your question below, I think you have all the information that is available. LAN drivers are designed to manage network connections using standard network circuitry and cables. Your issue is to use something that the drivers are not designed for, and thus you need to write your own driver software.
Veni, vidi, abiit domum
-
i would like to thank every body answered here i think using lan have big problem , the pc should first consider the lan is plugged then starting other operations and while i need using just simple circuits the pc will not detect them as a connection ! then as far as i know will not send any data .
Given everything we already told you, the only surprise is that you still expected this to work without writing your own driver. You have but a single choice. Either learn to write a driver to do this (that'll take months as you'll need the datasheet on your motherboards Ethernet chip so you can find out how to control it and you'll need to learn how to debug drivers in kernel mode,) or you use a microcontroller and get it done in about a week. Since I have no idea what you're skill set and level is, your mileage may vary.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
i would like to thank every body answered here i think using lan have big problem , the pc should first consider the lan is plugged then starting other operations and while i need using just simple circuits the pc will not detect them as a connection ! then as far as i know will not send any data .