Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Full Duplex voice data transfer over modem
Name: archana Date: February 15, 2001 at 22:04:30 Pacific
Comment:
Hi all,
I want to send full duplex voice from serial port to modem. Is this possible? Can we send voice data from DTE(PC) to Modem over serial Port and receive voice data from modem and send it to DTE(PC) over serial port simutanously?
I am using AT#VTX command to send data and AT#VRX to receive data.But, there is a data loss and delay with this approach.
Summary: In RH you can use mii-tool... (net-tools-1.60-7.rpm package for RH8) To force 100Mbps Full Duplex over eth0 # ifdown eth0 # mii-tool -v --force 100baseTX-FD eth0 # ifup eth0 To reset speed and duplex ...
Summary: You can force 100MB/full duplex with "mii-tool". You should have it installed on your system, download and rpm from rpmfind.net if it isn't there. See "man mii-tool" for usage. If you're happy with th...
Summary: Hi All I've a PC with dual ethernet card, one card is already 100baseTx-FD duplex(eth0) and another card is 100baseTx-HD duplex(eth1). I tried to set the Full Duplex in both the cards using following ...