Hello Unregistered ,
Hello, thank you for visiting the picbasic users forum. Just a little note to remind you that, if your have registeted for a user account and you have not logged in and posted a message, unused accounts are deleted from time to time.
We track user account usage. As part of our general maintenaince and to meet the GDPR requirments, we have elected to delete user accounts that are unused.
We define unused as:
NOT haveing ever posted a message on the forum
AND
NOT having logged in for more than 360 days.
If you find that your account is deleted, because of inactivity, you will need to contact the forum administrator to have the account re-instated. email: [email protected]
tested richard code, work fine 300 to 9600 at 8Mhz (_INTRC_OSC_NOCLKOUT) 19200 not working at 8Mhz and 20Mhz Xtal back light working fine 300~19200 9993
just set: BaudR var word work fine here
Or more like SEROUT2 lcd,baudR,pace,[ 255, 8] ' Back Light OFF SEROUT2 lcd,baudR,pace,[ 255, 0] ' Back Light ON depending on how you connected the backlight of course
the code I use are similar, you can try to adapt. for the Hitachi HD44780 the decimal 254 represent the low RS then you need ot receive the line # as 128 line #1, 192 line #2, 148 line #3, 212...
OOP'S! usualy I code in both Positron & PBP3. here's the PBP3 code. (added Pause C)
The backlight is controlled by 255d and 0d or 255d and 8d. Have yet to send some text over the LCD. Ioannis
Tried to test Richards code, but seems i cant make the LCD work at all. For starters the Backlight does not turn off. What is the sequence that should be sent over the serial port to control...
This code is not for PicBasic dialect... Ioannis
Here's a shrink down version for displaying messages from internal arrays no serial input involved. practical if just an operating device with control buttons attach to the remaining 5 ports is...
yes that's a very good idea, the one I have tested are 1601, 1602, 2004
Re: serial LCD 1602 Backpack using PIC16F690 for Hitach HD44780
tested richard code, work fine 300 to 9600 at 8Mhz (_INTRC_OSC_NOCLKOUT)
jackberg1 Today, 03:2319200 not working at 8Mhz and 20Mhz Xtal
back light working fine 300~19200
9993