Hello Unregistered ,
For a 1827 it would look like this [untested] '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Name : 16F1827 LCD BACKPACK ...
maybe the chip? for my part I used 12F683, 16F690 old regular Pic. I tried richard code, and it's impressive asm code, that I can't do for sure. so I stick to basic.
Tried different baud rate but still only Backlight work. The rest is just irrelevant characters on screen. Then tried the new code of Richards, but have 1827 chip, so asm code is not compatible. ...
here's the revised baud rate test chart 9998
ASM , very impressif code, thanks.
its always better to use the hardware than bit-banged routines and there is nothing better than a ring-buffer to overcome traffic snarls ...
there are some good ideas here https://www.romanblack.com/DTMF/DTMF_alg.htm
Plenty fast, I'd say. At 32MHz an instruction cycle is 125ns. That's ~1250 cycles between zero crossings. I'm not trying to interpret/decode the data, just demodulate the signal. Every other...
edited BaudR var word : baudr = 3313 and TRISA = 111110 1st receiving random characters 2nd normal what could be done to avoid the first thanks. 9997
Although it is a low frequency, still a zero cross happens every 156.2 usec for the 3.2KHz signal. Will the pic be fast enough to process that signal? I am sure ZCD and timers will be enough, but...
Re: serial LCD 1602 Backpack using PIC16F690 for Hitach HD44780
For a 1827 it would look like this [untested]
richard Today, 01:45''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Name : 16F1827 LCD BACKPACK ...