Help with connecting uLCD-32PTU to Propeller
RobertW
Posts: 66
Hello,
I received a uLCD-32PTU display a few days ago and am a little gun shy (all right, a little puzzled) as to how to connect it to my Propeller. I have watched Beau Schwabe's Youtube videos about setting the display up for serial communication and that seems to make sense but I am not certain about the wiring connection. The display I purchased from Parallax included the programming cable and the USB adapter. If I understand things correctly, I plug the USB adapter, and 5-pin cable, into the 5-pin programming socket/pins and plug the USB cable into my computer. After I have used the 4D Workshop software to setup the display for serial communication, do I simply disconnect the USB adapter and plug the 5-pin cable into the breadboard on my PPDB (with correct wiring to the breadboard)? Or, do I need to connect the PPDB to the TX0 / RX0 pins in the "I/O expansion header" (H1 in the datasheet).
I would rather not mis-wire something and fry the display right off the bat. Any assistance would be appreciated. Thank you.
Sincerely,
Rob
I received a uLCD-32PTU display a few days ago and am a little gun shy (all right, a little puzzled) as to how to connect it to my Propeller. I have watched Beau Schwabe's Youtube videos about setting the display up for serial communication and that seems to make sense but I am not certain about the wiring connection. The display I purchased from Parallax included the programming cable and the USB adapter. If I understand things correctly, I plug the USB adapter, and 5-pin cable, into the 5-pin programming socket/pins and plug the USB cable into my computer. After I have used the 4D Workshop software to setup the display for serial communication, do I simply disconnect the USB adapter and plug the 5-pin cable into the breadboard on my PPDB (with correct wiring to the breadboard)? Or, do I need to connect the PPDB to the TX0 / RX0 pins in the "I/O expansion header" (H1 in the datasheet).
I would rather not mis-wire something and fry the display right off the bat. Any assistance would be appreciated. Thank you.
Sincerely,
Rob
Comments
"After I have used the 4D Workshop software to setup the display for serial communication, do I simply disconnect the USB adapter and plug the 5-pin cable into the breadboard on my PPDB" - Essentially yes. For proper communication, the RX,TX and Reset need to be connected from the display to the Propeller. There is an OBEX demo that has connection data within it.
OBEX Reference:
http://obex.parallax.com/object/718
Thank you for your reply. I already downloaded your OBEX demo and saw the 3 pin connection (RX, TX, and Reset). I will give it a try.
Also, since you replied, I have been meaning to ask, in the demo, how did you convert the .bmp file type logo and picture into the Data section?
Thank you,
-Rob
-Rob
Note: The very last value printed in the output file indicates the size of the image file in BYTES and can be removed, it's just there for debug and should match the original file size.
VB4 - Code snip BMP2SPIN