Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this PR should fix the serial hardware situation so that a pure uart signal (idle high, 8 bits, no parity, start and stop bits) is transmitted over the infrared LEDs
unfortunately this setup requires somewhat non standard hardware on the other side - most infrared transceivers respect IrDA but we don't (we're too cool for that), so the TX and RX LEDs need to be directly connected to something that can understand serial and doesn't try to perform any conversions
the above paragraph is all "in theory", as the hardware hasn't been built yet by me but we've confirmed that the TX LED does come on in the 3DS when transmitting data via microcom (/dev/ttySC0, 115200)
when the hardware is built and we have better descriptions/schematics, this'll be merged
thanks to @al3x10m for helping out the last few days by testing and gutting his IR daughterboard