Sougata,
I checked your attachment and I noticed something odd. The LCD is parallel, it's the communication to the PIC that is serial.
Or am I more confused than I think I am?
Robert
![]()
Sougata,
I checked your attachment and I noticed something odd. The LCD is parallel, it's the communication to the PIC that is serial.
Or am I more confused than I think I am?
Robert
![]()
My Creality Ender 3 S1 Plus is a giant paperweight that can't even be used as a boat anchor, cause I'd be fined for polluting our waterways with electronic devices.
Not as dumb as yesterday, but stupider than tomorrow!
Hi there,
Parallel LCDs are easily available and cheaper (at least here in India). The SELD is a dedicated PIC programmed with PBP that drives a normal parallel LCD. The PIC takes its command via a serial input thus freeing up resources on the main controller.
I personally use a PIC18F452 based circuit that uses interrupt based serial routine handling and gives me the freedom to use buttons and indicators at the same time. A complete user interface module you can say. This reduces wiring in my panel from the main coontroller and leaves the controller more useful for other sensing and control tasks.
Regards
Sougata
Bookmarks