Home
Prox / RFID
Verichips
Ladder Logic
[interfacing] †
Tube Joints
Key Code From Photo
SolveSpace (3d CAD)
SketchFlat (2d CAD)
Photographs
Miscellany
Resume / Consulting
Contact Me

LDmicro Forum - to MGP

(you are viewing a thread; or go back to list of threads)

to MGP (by Petar)
Can You please send me hex file for:
"Hobbybotics Serial LCD Controller V3.0"
I do not know how to generate code.
Thanks!
Fri Oct 20 2017, 13:40:35
(no subject) (by MGP)
This is the one I use.
Good luck.
Fri Oct 20 2017, 15:03:21, download attachment serial_lcd_robotics_16F628a.hex
(no subject) (by Petar)
Which are default settings or where can I download software to change.
which command it uses \3\r\n or xFE/x
Thanks!
Sat Oct 21 2017, 02:23:56
(no subject) (by MGP)
Table 7 in the link is the instruction set.

https://hobbybotics.com/projec...-controller-v3-0/#setbacklight

The numbers are given in decimal but in Ldmicro you must send them in hex.

examples:

carriage return:

dec = 254/15
Hex = xFE/x0F

Home:

dec = 254/1
hex = xFE/x01

or cleardisplay and home:

dec = 254/0/254/1
hex = xFE/x00/xFE/x01

I cannot help you if you want to the change the software.

I suggest that you use this program:
https://github.com/LDmicro/LDm...CD-based-on-HD44780-controller
Sat Oct 21 2017, 03:06:06
Post a reply to this comment:
Your Name:
Your Email:
Subject:
(no HTML tags; use plain text, and hit Enter for a line break)
Attached file (if you want, 5 MB max):