-
Notifications
You must be signed in to change notification settings - Fork 22
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
UART Schematic: Pullup needed? #5
Comments
@rahmajayagrs, so the conclusion is that it only works without the pullup? |
with or without pullUp still can read but can't write, |
@rahmajayagrs the value of the pullup is important, as is the maximum baud rate. Also, double check your wiring. |
Here I was able to read EEPROM contents of original 130W Dell charger and also of emulated EEPROM but only with 4.7k pullup. No speed change was needed. My USB adapter had FTDI chip in it. Didn't try to reprogram emulated EEPROM that way since Dell XPS 9530 I was testing recognized emulated charger properly. Programming was done in place on digispark attiny85 board, using TL866II Plus with SOIC8 clip. Fuse bits set the same way as in project Makefile. The bad news is that emulation software doesn't work reliably. Very often dell doesn't detect the charger :/ Don't know why. |
Hi, not sure the schematic in its current form would work:
Seems
TXD
is at least missing a pullup on the anode (assuming the diode polarity is correct), since when you want to send, you would drive the pin low and open/close the diode:The text was updated successfully, but these errors were encountered: