When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. usb - TI Launchpad MSP430 on Serial in Linux - Electrical...

    electronics.stackexchange.com/questions/55474/ti-launchpad-msp430-on-serial-in...

    The LaunchPad includes a pre-programmed MSP430G2553 device [...] Press button P1.3 to switch the application to a temperature measurement mode. [...] The collected temperature data is also communicated via back-channel UART through the USB emulation circuitry back to the PC. The transmitted values [...] can be displayed with any terminal ...

  3. microcontroller - How to flash MSP430G2211 MCU? - Electrical ...

    electronics.stackexchange.com/questions/605640/how-to-flash-msp430g2211-mcu

    It seems like your launchpad's EZ-FET is broken. It is not stable, and by some reason, it becomes broken easily. Try to reset the firmware of EZ-FET by running, $ mspdebug tilib , and then try your commands again. I've experimented with several MSP programmers before. The EZ-FET included in Launchpads were unstable for external usage.

  4. communication - Difference between Hz and bps - Electrical...

    electronics.stackexchange.com/questions/56265

    6. They are similar concepts in that they both measure a rate of a thing, but not the same. Hz, or hertz, means cycles per second, and is a measure of frequency. bps is "bits per second", or less frequently "bytes per second". The relationship between the two will depend on how a bit is encoded.

  5. UART in my code transmits a character, yet on the oscilloscope I...

    electronics.stackexchange.com/questions/508473/uart-in-my-code-transmits-a...

    If you try to use 9600 bps rate with 32768 Hz clock, it is not possible, the actual baud rate will be faster, 10923 bps. That is 13% faster than requested 9600 bps, and thus out of tolerance requirement for receiver operating at 9600 bps rate.

  6. Can a Bluetooth wireless connection bridge a USB Host and USB...

    electronics.stackexchange.com/questions/169911/can-a-bluetooth-wireless...

    Because of the serial interface, you may be limited to as low as 115,200 bps, certainly no higher than 1 Mbps, which is not even as fast as the slower USB 1.1 rate of 1.5 Mbps. However on the slave side, you will need to implement a USB host to talk to the slave USB interface.

  7. Baud rate vs. Bit rate - Electrical Engineering Stack Exchange

    electronics.stackexchange.com/questions/214303

    It cannot be 1 to 1 because, 115200 bits per seconds is 14.0625 KBps (kilo byte per second), which is too slow. A UART simply encodes 1 as a high voltage level, and 0 as a low voltage level. For a 'normal' UART, baud == bit rate, so 115200 baud = 115200 bit rate = 11.520kBps (assuming 8N1 which means 8bits data + 1 start bit + 1 stop bit).

  8. What standard UART rates are there?

    electronics.stackexchange.com/questions/9264

    56K bps is the limit for an analog telephone line. The higher rates 115200 upwards (once again doubling starting at 57600) are used for hard-wired connections. As mikeselectricstuff mentioned, 14400 and 28800 bps were introduced as 1.5 x 9600 and 1.5 x 19200 when modems speeds couldn't be doubled at the time, but are seldom used anymore.

  9. arduino - Serial data received in wrong bits - Electrical...

    electronics.stackexchange.com/questions/166852/serial-data-received-in-wrong-bits

    In order for asynchronous serial data to be received correctly, the original clock must be recreated at the receiving end. A rule of thumb for serial links is that if the clock rates are off by more than 3%, you'll get errors much like the ones you describe. So at a rate of 460,800 bits/second, that's a little over 2.27 s per bit.

  10. baudrate - Data rate 9600 bps given what is frequency? -...

    electronics.stackexchange.com/questions/211427/data-rate-9600-bps-given-what...

    3. The data rate in any communication channel is equal to the Symbol Rate if there is 1 bit per symbol. For any multi-level coded channel (where there is more than 1 bit per symbol), the symbol rate is simply the data rate / bits per symbol. In this case, there are 4 bits per symbol, the data rate is 9600 bits per second and the symbol rate is ...

  11. signal - Why does more bandwidth mean higher bit rate in digital...

    electronics.stackexchange.com/questions/104735

    In the first case the bit rate will be 60 bps, as the "0V's" and "5V's" are switching 30 times a second. In the second case the bit rate will be a maximum of 660bps, (if the threshold switching voltage of the receiver is exactly 2.5V), and slightly less if the threshold voltage is different.