Search found 7 matches
- Sun Dec 21, 2008 11:49 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
Raquel, I think I found the problem, thanks to your suggestion of reading the output of the Tiger module through the uProject software. I noticed that after a simple command like clear screen: /254/88, the Tiger would send those two, as well as two others, and they were always the same: 0D and 0A ...
- Tue Dec 16, 2008 10:24 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
- Tue Dec 16, 2008 8:04 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
- Tue Dec 16, 2008 6:17 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
Raquel, I played around with uProject, and found the upload tab and played with entering raw data. I can't actually enter the raw Basic text, it just prints it out as text. But I'm thinking maybe this is not what you meant? Is there a way of sending data from my Basic software package to uProject ...
- Tue Dec 16, 2008 5:16 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
- Tue Dec 16, 2008 5:14 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
Thanks for your reply Raquel,
I forgot to mention that I did try it with uProject, and the LCD is ok. I didn't know however that I can try the code through uProject, so I'll give that a go. By the way, the commands for clear screen, block cursor off and on, and underline cursor off and on work ok ...
I forgot to mention that I did try it with uProject, and the LCD is ok. I didn't know however that I can try the code through uProject, so I'll give that a go. By the way, the commands for clear screen, block cursor off and on, and underline cursor off and on work ok ...
- Mon Dec 15, 2008 7:55 pm
- Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
- Topic: LCD2041 rev 2.0 problem locating cursor with Basic
- Replies: 9
- Views: 8280
LCD2041 rev 2.0 problem locating cursor with Basic
Hi guys,
we're trying to locate the cursor on a LCD2041 rev 2.0 lcd using the Basic command: PRINT #1, CHAR$(254);"G"; CHAR$(X); CHAR$(Y), where X and Y are column and row numbers. The cursor moves to the right column ok, but always to column 1. Also the move right command ("M"), has no response ...
we're trying to locate the cursor on a LCD2041 rev 2.0 lcd using the Basic command: PRINT #1, CHAR$(254);"G"; CHAR$(X); CHAR$(Y), where X and Y are column and row numbers. The cursor moves to the right column ok, but always to column 1. Also the move right command ("M"), has no response ...