Skip to content

Commit

Permalink
Post: A Kernel story V
Browse files Browse the repository at this point in the history
Add link to next article in the series.

Signed-off-by: Iker Pedrosa <[email protected]>
  • Loading branch information
ikerexxe committed Jul 16, 2024
1 parent 7948c83 commit 2e2e201
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/2024-06-07-a-kernel-story5.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ I have investigated other projects and they either use the parallel port, or an

# Conclusion

As you can see, I've poured countless hours into researching how to make this work from user-space, only to hit an insurmountable wall of frustration. After a lengthy conversation with my mentor, I've decided to take a different approach. I'm going to test the serial interface using a small microcontroller. Maybe, this will shed some light on whether the `AZDelivery 12864` serial interface actually functions. And perhaps, in the process, I'll unravel the mysteries of the communication protocol.
As you can see, I've poured countless hours into researching how to make this work from user-space, only to hit an insurmountable wall of frustration. After a lengthy conversation with my mentor, I've decided to take a different approach. I'm going to test the serial interface using a small microcontroller. Maybe, this will shed some light on whether the `AZDelivery 12864` serial interface actually functions. And perhaps, in the process, I'll unravel the mysteries of the communication protocol.

# Next

[A Kernel story VI: Playing with the display with an Arduino](/kernel/2024/07/13/a-kernel-story6.html)

0 comments on commit 2e2e201

Please sign in to comment.