-
Notifications
You must be signed in to change notification settings - Fork 24
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
[solved] Convert the code to act as a Silver Link cable? #7
Comments
Answer to own question: yes it's possible and people on Github already did this.
Tip: there's a tiny typo there. Where it says "As of July 31, 2018, that corresponds to lines 314 through 346." it should be line 341 instead of 314. Without altering the Arduino .ino sketch - and thus without "updating" the Arduino as recommended in the changed Readme - the program TILP that I installed via my package manager in Linux now works (that is: with the Dupont cables connected to digital pins 2 an 3 instead of the recommended analog pins 0 and 1).
P.S. You should still use the Arduino as a Gray Link. :) |
In Linux you can not use TILP with this Arduino. TLIP for Linux will only connect w/ a Gray Link via a real physical serial (DB9) port, not USB (i.e /dev/ttyACM0).
The so-called Silver Link cable is USB. So if the Arduino would "act" like a Silver Link cable that would be great! Would it be possible to alter the .ino code so that the Arduino Uno acts like a Silver Link instead of a Grey Link cable?
The text was updated successfully, but these errors were encountered: