Why there is a bandwidth limitations in serial ports

hi all
why there is a bandwidth limitations in serial ports ??
like the highest one is 45 mbps
but Ethernet ports reach 100 GB !!
thanks,

Dear,
each standard has its own specification about media, connectors and protocols. Depending on the type of media and technologies that ware available when the standard has been defined, a maximum speed has also been defined.  The speed depends on the specific media (copper or optical, twisted pair or coax, cat 5 or cat 6), electrical signals (volts, waveform, clock), distance  between device,.... each protocol defines a maximum speed.  It's true that ethernet protocols have a very high speed but over a copper line they are also limited to 100 meters while other serial protocols, xDSL for example, can transmit up to 20Mbps over copper line over a distance of some kilometre. So speed reduction is often a way to have longer connections.
Bye,
enrico
PS: please rate if useful

Similar Messages

  • Is there Bandwidth limitation using IPSec ?

    We have an office in Asia which is connected to our New York location using l2l IPSec through the internet. They claim that they have guaranteed bandwidth of 2MB with their local ISP. They are using MRTG apllication to monitor the bandwith and it is reporting that only 512K is being utilized on the link. They think it is something with the firewall or it is because of the IPSec. We have the IPSec interface set to auto negotiation and the interface stats does not seem to be anything out of the ordinary. What could it be ?

    It could be the application. The latency between Asia and New York might be to high to let the TCP frame size
    ramp up.Try putting some sort of WAN killer behind it and see what your true non-application restricted throughput is.
    To your original question. No, there is no bandwidth limitation in IPSEC. Only hardware limitations of the crypto engin, but that only applies when you get into much higher BW numbers. (Unless you have a 2611 which  does under 1M of 3DES throughput.)
    Another thing your may want to consider is the MTU of the link. Try setting the MTU down to 1360 on the incoming interfaces or  ip tcp adjust-mss 1360. This will prevent the applications from over ramping the TCP windows.

  • HP Mini - Is there a serial port?

    On the HP Mini 110-1030NR, I need to use software that communicates through a serial port but the Mini does not show any serial ports. Is there any way to enable the serial port? I have looked in the BIOS and the Advanced section is not listed which is where the HP website support says to go to enable serial ports. Am I out of luck?
    Thanks-

    HI,
    DaleWA wrote:
    Sorry I mixed too many issues in the last message. 
    I think the simpler question is:  Can I use a USB to serial adapter with the HP Mini 110-1030NR?
    If so, how do I get it to work? I have installed the driver that came with the adapter. I know the adapter worked on an old Dell laptop. So, the issue must be the HP.
    Do you still have the manual that came with the adapter?
    Does the device show up in Device manager?
    which OS is installed on your mini?
    look under Device Manager of the System Properties screen.  (Go there by Start-Setting-Control Panel-System Properties-Hardware-Device Manager-Select View-Device by connection).
    The device should have installed as a “USB Serial Port (COMx)” attached to “USB High Speed Serial Converter”.
    Change COM Port Properties & COM Port Number
    This feature is particularly useful for programs, such as HyperTerminal, which only work with COM1 through COM4.  Please ensure that you do not change the COM Port Number already in use.
    To change the virtual COM port properties:
    Select the “USB Serial Port”
    Click “Properties”
    Select “Port Setting”
    Select “Advanced”
    Click the drop down arrow on COM Port Number and scroll to the required COM port.
    Select “OK”
    Return to the Device Manager Screen.  You will see that the USB Serial Port installation has been changed to the new COM Port Number.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Reading ascii codes from serial port and plotting them

    Hello
    I am trying to build a VI that reads data (ascii values) from the serial port.
    I am trying to build a wireless phonocardiogram. I have a microphone that acquires heart sounds. these signals are amplified and sent to a A/D converter to digitize them. the digital signal are sent to a base unit. The digitals signals received at the base unit have to be sent to a computer (over a serial port to view them).
    I would like build a VI to plot ascii data received over the serial port.
    I would like to plot those values so that the plot just looks like a analog signal (the one I had before A/D conversion).
    Can anyone provide me some help?
    Thanks in advance.....
    Solved!
    Go to Solution.

    Hi chaitu209
    What is your transmission speed,  samplerate, and bandwidth needed in your project? The bandwidth of the serial port is somewhat limited. Let me give you an example
    Say you are using 115200 Kbit per second as transmission speed, one start bit/stop bit and parity bit, and 8 bit data. This will give you 115200/11 bytes pr second as the maximum theoretical transfer rate/sample rate. But if you are using up to 16 bit AD your  maximum samplerate will be 115200/(2x11). So my advise to you is to use a binary transfer protocol not ASCII based protocol. This is not a problem in Labview with serial transmission.
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Java applets in a browser, and Serial port input

    I know that there is a special package for serial port input in java. (java.Comm.SerialPort)
    What I am trying to figure out before a final decision on design is made, is if there is anyway of reading serial port input into a java applet that is running inside of a browser.
    I have found lots of reference to Serial port input, but nothing that really goes in the direction that I am lookind for.
    Any little tid bits of information pertaining to this would be greatly appreciated.
    Cuervo

    You should also consider that applets are not allowed to access their client system's hardware without being signed; in other words, the user must agree (by clicking a button) to disable the applet security features. Why would you use an applet to do this? Applets are meant to be an extension of a website. You should use an application in this situation.

  • VISA Configure Serial Port / Serial Instr

    What's the difference between VISA Configure Serial Port and VISA Configure Serial Port (Serial Instr)?
    LabView 7.0 Help gives no comprehensive explanation:
    You can use this polymorphic VI to initialize a serial port using the Instr VISA class or Serial Instr VISA class.
    Thanks,
    Greg1997

    Hi Greg1997,
    From what I have seen in LabVIEW 7.1, there is only one VISA Configure Serial Port function block.  It does have a polymorphic VISA Resource Name input to accept either an Instr VISA class reference or a Serial Instr VISA class reference.  The Instr class is a more general class than the Serial Instr VISA class (so there are more specific attributes available to the Serial Instr VISA class), but both references can be used with the VISA Configure Serial Port block.  Hope this helps!
    Regards,
    Anna M.
    National Instruments

  • Serial port reads unconventional characters

    Hi,
         I'm using the serial port to read 32 8bit numbers and have been getting some strange characters read back.
        I've tested the hardware with Matlab which works fine but with Labview I get the following string
        À Ð à Ð àÿÐÿÐÿÐÿÐÿÐÿÐÿÐÿÐÿÐÿÐ À
       Since these are not standard characters I can't seem to convert them to any other format. I've also used an ActiveX control (AComPort) in Matlab to do the same thing and I get the identical string above, so its something to do with the format rather than an error in the reading I think.  However if I use AComPort to read one byte at a time (rather than a string) I get the correct numbers, so could I do the same thing in Labview?
    Thanks for any help
    Emrys  

    hi there
    i bet there's something wrong with the serial port settings
    - Enable Termination Char (T)
    - Termination Char
    - data rate
    - data bits
    - polarity
    - stop bits
    you can adjust these settings with the "VISA Configure Serial Port.vi". please check if the settings are correct.
    you wrote "However if I use AComPort to read one byte at a time (rather than a string) I get the correct numbers", so try 8 databits, 1 stopbit, no parity and disabled termination character or see the documentation of AComPort .
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Serial Port Hangs

    Hi, i have two computers (Solaris 10 - client and server) running two different java applications communicating via serial port.
    One of them sends a telegram (about 40 chars) to the other every 50 milliseconds and waits for the acknowledge telegram to send the next available telegram. After a couple of hours, the serial port of the server side becomes unable to send or receive any data.
    If I restart the applications (close the ports and reopen again), after sending another telegram, it hangs again. I tried opening the port using "tip hardwire", serial port sends one character, client gets one character then the same result. (Setting inputbuffersize to 0 and 1024 again is no help)
    If I reboot the computer, everything's fine again. Opening the port using "tip hardwire works fine. I'm using javaxcomm library.
    Is there any way to make the serial port functional again without rebooting, or any tips to understand what's the problem?
    Thanks.
    Edited by: senole on Aug 9, 2010 1:57 AM

    HEllo;
    Couldn't find anything on our Databases regarding that combination. My suggestion is to upgrade the VISA driver to the latest version available, and to contact the manufacturer of the third party device to see if they have something reported related to a compatibility problem is between their product and NI DAQ board.
    Regards
    Filipe A.
    Applications Engineer
    National Instruments

  • Any way to communicate with Serial PORT using JavaScript

    is there any way to communicate with Serial PORT using JavaScript ??
    Dont tell me to do it in java because I need to this on client side not on server side.
    such as when client pressed the button, a javascript function will be called and in that function I need to communicate with the serial port of that client... That action will not go to server side.

    Is there any way to send a string of bytes to the serial port from the client side ?
    Just a button on the web page that sends out stuff to the comport.
    I was hoping to do this using java script also ..

  • Serial port configuration

    Hello,
    is there a way to configure a serial port only to initialize, without using any graphical tools(like smc, admintool, etc)?

    Do you mind to elaborate more this question? All serial ports are initialized by default.
    You can use stty to check the port configuration (the -a >< is a bug in the Sun forum. Use -a < instead):
    [SunOS 5.9/bash] root@wgtsinf01:/opt/sfw
    # stty </dev/ttya
    speed 9600 baud; -parity hupcl
    rows = 0; columns = 0; ypixels = 0; xpixels = 0;
    swtch = <undef>;
    brkint -inpck -istrip icrnl -ixany imaxbel onlcr tab3
    echo echoe echok echoctl echoke iexten
    [SunOS 5.9/bash] root@wgtsinf01:/opt/sfw
    # stty -a </dev/ttyb
    speed 9600 baud;
    rows = 0; columns = 0; ypixels = 0; xpixels = 0;
    csdata ?
    eucw 1:0:0:0, scrw 1:0:0:0
    intr = ^c; quit = ^\; erase = ^?; kill = ^u;
    eof = ^d; eol = <undef>; eol2 = <undef>; swtch = <undef>;
    start = ^q; stop = ^s; susp = ^z; dsusp = ^y;
    rprnt = ^r; flush = ^o; werase = ^w; lnext = ^v;
    -parenb -parodd cs8 -cstopb -hupcl cread -clocal -loblk -crtscts -crtsxoff -parext
    -ignbrk brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl -iuclc
    ixon -ixany -ixoff imaxbel
    isig icanon -xcase echo echoe echok -echonl -noflsh
    -tostop echoctl -echoprt echoke -defecho -flusho -pendin iexten
    opost -olcuc onlcr -ocrnl -onocr -onlret -ofill -ofdel tab3Cheers,
    Andreas

  • Serial Port Communication Class

    Hi
    Does anyone know if there is a java class doing serial port communication using RS485 4 wireport.
    Thanks

    There's the Java Communications API that does serial port communication. Don't know whether it handles whatever it was you said.

  • What bluetooth serial ports settings for?

    While configuring my A2dp stereo headset/handsfree with Lion, i notices that there is an option for editing serial ports for each device. It gives some option to add a profile. Can someone tell me what exactly it is for and how can I use it for my advantage, if any?
    Neerav

    Well, it seems like I've figured it out. I deleted the pairings (and thus the related serial ports), re-paired (probably not necessary; I probably could've just deleted the serial ports and re-added them), and I haven't had problems since.
    It seems that the problems were related to the fact that I renamed the ports to considerably shorter names (i.e. bt-gps instead of PharosiGPS-BT-GPSRFcom-1). I've left both ports with their original names and have had no problems since.
    - Mike

  • HT1349 why some iphone 4s has korean letters at the back and not the same with the most iphones..but the serial and software are all the same..so why there is phone with korean letters on the back it says.. kcc -cmm- apa -a1387

    why some iphone 4s has korean letters at the back and not the same with the most iphones..but the serial and software are all the same..so why there is phone with korean letters on the back it says.. kcc -cmm- apa -a1387..i purchased one and really worried about this..is this original or not..but all the software etc are all the same with other iphone..just that korean letter at the back

    I bought it in some mall here in our place..im from philippines.. im worried about this coz its different with other iphone at the back.. it says designed by apple in california..then its all korean letters at the bottom it says KCC-CMM-APA-A1387..i checked both serial number from the phone in the box and in the sim card slot and its all match, i checked it also in apple service and support coverage and it says : valid purchase, your product is eligible...and it shows i have 90 days technical support,and my repair and service coverage is active....pls help what model of iphone is this its working and i can sync to itunes,icloud and etc..thats what it says on the back on the image ia

  • Hi, I bouhgt a used Apple Power Mac G5, I want to buy a blue tooth card for the same to use wireless keyboard and mouse, i am just curious that why do i need to provide the serial number of my computer, is there any compatibilty issue?

    Hi, I am new in Apple Computer, I bought a used Power Mac G5. I want to buy a blue tooth card for the same to use wireless keyboard and mouse. so why it is mandatory to provide the serial number of the machine?

    Hello, Serial# not needed...
    At the Apple Icon at top left>About this Mac.
    Then click on More Info>Hardware and report this upto *but not including the Serial#*...
    Hardware Overview:
    Machine Name: Power Mac G5 Quad
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 4
    CPU Speed: 2.5 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 10 GB
    Bus Speed: 1.25 GHz
    Boot ROM Version: 5.2.7f1

  • Why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.

    why does a standalone program created in Labview 8.5 try connecting to the internet when the program only reads data through the serial port? Firewalls object to progams that contact the internet without permission.
    The created program is not performing a command I have written when it tries to connect to the internet, it must be Labview that is doing it. How do I stop this from happening? 
    Any help would be very appreciated.

    It looks that way..
    "When LabVIEW starts it contacts the service
    locator to removes all services for itself. This request is triggering
    the firewall.This is done in case there were services that were not
    unregistered the last time LabVIEW executed- for example from VIs that
    didn't clean up after themselves"
    This is not yet fixed in LV2009.
    Message Edited by Ray.R on 11-04-2009 12:25 PM

Maybe you are looking for

  • How do I Recover BIOS No Diplay After Failed Bios Update?

    Compaq Presario F768WM Bios before 30EAF05 Was updating to 30EAF0A I've tryed to do a  boot with HP-Tools recovery UEFI USB but am not sure what to put in which folder to try to get it fixed. Is there any detaied instructions on how to prepare your b

  • How to make the field as mandatory in module pool program.

    Hi Experts, Could you please advice me in making a screen field as mandatory input field in module pool programming. Thanks in advance.

  • Dimmest PB display I've ever had

    Just got a 12" PB (1.5 ghz) used. Runs great but the display is dimmer than my old Pismo. Any hacks to brighten the screen?

  • Why does Verizon call me from unrecognized CA number - 949-286-3973?

    It appears that you (Verizon) are calling my cell phone from an unidentified California number - 949-286-3973. From a brief search on the Internet, this seems to be what you are doing. PLEASE STOP DOING THIS!!! I understand it to be a survey about cu

  • BP Relationship category

    We have defined a new partner function for Sales Employee and have created the relation ship category. But when we use BP transaction and go into relationship screen. The drop down does not list the new relationship category. Please help me understan