I have a BananaPi M3 device and I am trying to read from UART port some data coming with 4Mb baudrate. I have a harware connected to the UART that generated data with 4Mb baudrate. I made a short script in Python to read the data, but if I set up 4Mb as baudrate I don;t get anything, not even scrambled information. On lower baudrates like 115200 I get scrambled data.
The question is, how to determine what is the maximum baudrate that BananaPi supports on UART port OR how to increate it to support 4Mb baudrate?
Thank you
How to determine BananaPi M3 UART specifications
568 Views Asked by Lucian At
0
There are 0 best solutions below
Related Questions in SERIAL-PORT
- C# PCI Express Serial Port
- USB to Serial, Port Name Changing Unexpectedly
- Connecting a USB serial device to the Arduino directly
- Sending gcode string to 3D printer through a serial port
- Raspberry PI USB to RS232 adapter Receiving Only Ctrl Chars
- Read and write data multiple times on a serial port with a single click
- Processing in Java Serial object Null Pointer Exception
- Why can't I open/write from a serial port on Android?
- fconfigure refuses to set baud rate to 921600
- Multiple objects containing SerialPort with same SerialDataReceivedEventHandler
- Nodejs send data to Arduino using serial
- PHP dio_read taking taking 1 minute to execute each task
- Serial Port Write Echo
- Linux Shell, How to send a command over Serial port and return?
- Turning Textbox Red with a timer when serial port stops outputting data
Related Questions in PYSERIAL
- Raspberry PI USB to RS232 adapter Receiving Only Ctrl Chars
- Using PySerial to communicate with SDI-12 probe
- iokit.IOServiceGetMatchingServices broken under Python3?
- How to send AT commands to Huawei E3272 Hilink with python(pyserial)?
- blocking read(1) with timeout in pyserial
- How to send and receive some data via a GSM modem during an active call (Python and AT Command)
- Communicating with GSM modems using PySerial in python
- How to reject or accept an incoming call to my GSM modem using AT commands in Python?
- PySerial client unable to write data
- Python, pyserial program for communicating with Zaber TLSR300B
- Switching between TV's displaying OSMC on Raspberry Pi through Mobile Apllication
- PySerial dataSend doesn't receive data
- arduino and raspberry pi serial port slow
- Arduino Live Serial Plotting with a MatplotlibAnimation gets slow
- Embedding matplotlibAnimation
Related Questions in UART
- Connecting a USB serial device to the Arduino directly
- STM32F4 Handling peripheral error while making a DMA Transfer (RX)
- Retrieve data from via UART
- UART RX Interrurpt fired too early
- Send data from PC to Raspberry
- Altera UART IP Core
- UART for MSP430FR5969
- Issue sending c char* over USART
- Real time data plotting using MSP430 on python
- why picocom gets irrecognizable code
- How to disable default Raspberry Pi 2 model B UART driver/module?
- Uart / GPS driver sample buffer overflow
- UWP UART send/recieve bytes incorrectly
- I got a big trouble with BeagleboneBlack Uart
- C++ unsigned char array length
Related Questions in BANANA-PI
- AM2302 (DHT22) wrong readings when temperature < 0 ˚C
- Banana Pi M2 Ultra no HDMI output
- Start JavaFX application on Banana Pi Pro
- Banana Pi & Buildroot
- Industrial high Load capable single Board Advise
- Qt embedded app probably closing with map: vt01 => fb0
- Bananian and iPod sync with Rhythmbox
- Banana PI M1 built-in microphone features
- Visualization of data process on BananaPI (in C/ C++)
- Check if hdd is active or not within program
- BananaPi Android command line I2C, GPIO usage
- Banana Pi not booting (red LED on)
- How to determine BananaPi M3 UART specifications
- Failed to execute /init
- How to build image file for Banana Pi M1+ with the help of Yocto Project?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?