Discussion Overview
The discussion centers around the feasibility of achieving higher data transfer rates using a Visible Light Communication (VLC) device designed by electrical engineering students. The focus is on the software challenges associated with interfacing an FTDI chip for data transmission at rates of 3 MegaBaud, particularly in the context of existing limitations in programming languages and drivers.
Discussion Character
- Technical explanation, Debate/contested, Homework-related
Main Points Raised
- Participants discuss the capabilities of the FTDI chip, which can theoretically support Rx and Tx rates up to 3 MegaBaud, but express concerns about software limitations in achieving these rates.
- One participant mentions that the FTDI chip appears as a virtual serial port, which typically has a maximum baud rate of around 115,000, raising questions about how to exceed this limit.
- Another participant suggests that it may be possible to modify the driver to enable higher transfer rates, referencing past experiences of students who successfully implemented such modifications.
- There is a request for recommendations on programming languages or libraries that could facilitate sending a 3Mbaud bitstream through the USB port.
Areas of Agreement / Disagreement
Participants generally agree on the limitations posed by the serial port emulation of the FTDI chip, but there is disagreement on the feasibility and methods for achieving higher data transfer rates, with some suggesting driver modifications while others express skepticism about existing software support.
Contextual Notes
The discussion highlights potential limitations in software and driver capabilities, as well as the need for specific programming language support to achieve the desired baud rate. There are unresolved questions about the technical feasibility of modifying drivers and the implications of such modifications.
Who May Find This Useful
This discussion may be useful for electrical engineering students, software developers working with serial communication, and researchers interested in Visible Light Communication technologies.