Re: C sharp
We are actually using RJ-45 to interface the network interface card (NIC) between two computers through the local area network (LAN). In our design, we are trying to implement a Computer-Based Public Address System by using two (2) computers to serve as Sender and Receiver. The Sender had a microphone to capture analog audio voice and convert it to digital data bits while the Receiver had the speakers to recreate digital data bits back to its analog form. The data bits are transmitted from the Sender to the Receiver through the LAN in a form of data packets (encapsulating the data bits to be transmittable). Our problem here is on how to access the digital data bits and to packetize them using the Visual C#...