Giter Site home page Giter Site logo

Comments (7)

mithro avatar mithro commented on June 15, 2024

I assume you mean on the Opsis board?

from hdmi2usb-fx2-firmware.

mithro avatar mithro commented on June 15, 2024

This will be improved (but not totally eliminated) by the FX2 code refactor at timvideos/HDMI2USB-litex-firmware#149

We can't implement hardware flow control as the pins needed are not connected. Software flow control wouldn't fix the problem you are encountering either, as cat wouldn't use it.

from hdmi2usb-fx2-firmware.

paddatrapper avatar paddatrapper commented on June 15, 2024

The Debconf video team had this problem on the opsis boards. Our work-around was to send each character slower (using a python script if I recall)

from hdmi2usb-fx2-firmware.

CarlFK avatar CarlFK commented on June 15, 2024

im curious about 2 things.

  1. the 'right' fix is to implement something that can consume the input faster than it is coming in, right?

  2. how does baud rate affect this? is 115200 enforced, or how is that number relevant?

from hdmi2usb-fx2-firmware.

mithro avatar mithro commented on June 15, 2024

The best solution at the moment is to use hdmi2usbd as it also solves the problem of having multiple people connected to the serial port.

from hdmi2usb-fx2-firmware.

CarlFK avatar CarlFK commented on June 15, 2024

I understand we have a solution, but, I'd like an answer to my questions so that I have enough understanding to be able to talk intelligently to people who might be interested in working on it.

and I am just curious.

from hdmi2usb-fx2-firmware.

CarlFK avatar CarlFK commented on June 15, 2024

man cstream — direct data streams, with bandwidth limiting, FIFO, audio, duplication and extended reporting support.

printf "video_matrix connect pattern encoder\r" | cstream -t 60 -b 1 > /dev/ttyACM0
Connecting pattern to encoder

from hdmi2usb-fx2-firmware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.