Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Teensy 4.x #114

Open
sstaub opened this issue May 24, 2020 · 10 comments
Open

Support for Teensy 4.x #114

sstaub opened this issue May 24, 2020 · 10 comments
Assignees

Comments

@sstaub
Copy link
Contributor

sstaub commented May 24, 2020

A support for Teensy 4.0 and 4.1 is missing.

@adrianfreed
Copy link
Member

adrianfreed commented May 25, 2020 via email

@sstaub
Copy link
Contributor Author

sstaub commented May 25, 2020

As an advice, Teensy have new macro definitions for each board, e.g.
ARDUINO_TEENSY41, ARDUINO_TEENSY40 ... also for the older boards.
The microcontroller is the same for 4.0 and 4.1

@MaurinElectroTextile
Copy link

Happy new year Adrian!
If you make any progress for the Teensy 4.* support it will be useful for me to ;-)

@arnoson
Copy link

arnoson commented Mar 30, 2021

Any news on this? Would love to use this libarary with a teensy 4.1
Right now anything but the the SLIP encoded serial seems to work

@Druuka
Copy link

Druuka commented Jan 11, 2022

I'm also having issues with teensy 4.1 and the library. Would love to have it fully supported. I'm currently having issues routing messages after they have been parsed out of slip encoding. I have the same sketch working on an arduino ethernet without issue.

@sstaub
Copy link
Contributor Author

sstaub commented Jan 11, 2022

@Druuka In the moment nothing happens, therefore I write my own implementation for the next version of my eOS library for ETC consoles but it will take some time if it is ready for publishing.

@fcana
Copy link

fcana commented Dec 8, 2023

hi @sstaub i had a look on your eOS project and it's impressive. i'm trying to build something similar but with midi support (using usb host) so teensy 4.1 is now the only shot i have... did you find a way to work with sliposc on teensy 4.1?
@wagne342 is that issue still open since so long time? tnx

@arnoson
Copy link

arnoson commented Dec 8, 2023

@fcana I'm using this library with a Teensy 4.1 and a slightly modified Slip Serial
Usage of the modified Slip Serial with this library is here

@fcana
Copy link

fcana commented Dec 9, 2023

@fcana I'm using this library with a Teensy 4.1 and a slightly modified Slip Serial Usage of the modified Slip Serial with this library is here

thank you @arnoson but it is not working for me... i need SlipEncodedUSBSerial in my project and I can't figure out how to use your mod library... any advice?

@arnoson
Copy link

arnoson commented Dec 9, 2023

This should work with a usb serial, at least I pass the SlipSerial class a reference of type usb_serial_class in the constructor or am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants