Skip to content

Confusion around write vs read pins #11

Answered by acemielektron
hachi asked this question in Q&A
Discussion options

You must be logged in to vote

İt is like serial comm rx and tx pins, one device's tx pin is connected to other device's rx pin. Floppy drive controller(FDC) writes data to floppy cable's pin 22(writedata) and Arduino nano reads data written by FDC on its D8 pin (readdata). Again nano writes mfm data through its D9 pin(writedata) which is read by FDC on floppy cable's pin 30(readdata). WriteGate is asserted when FDC is writing to floppy so nano listens to what FDC is writing when WriteData signal is asserted (active low). Hope this clears the confusion.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by acemielektron
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #4 on February 04, 2022 15:02.