Search found 6 matches

by tj4shee
Thu Feb 14, 2008 8:25 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with connecting LK162 to PIC24FJ
Replies: 5
Views: 5741

WOW !

Short story.... when I first started in the industry, I started with MVS (mainframes) writing JES2 (Job Entry Subsystem - a base function of the OS) exits in assembly....

One day I sat there with a problem... and after a DAY+ of laboring over it, yelling at it for not doing what I meant it ...
by tj4shee
Thu Feb 14, 2008 7:35 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with connecting LK162 to PIC24FJ
Replies: 5
Views: 5741

Well, the logic analyzer does show signals being sent across... I am assuming other people have interfaced with PIC MCUs prior - without any problems ?

So it narrows it down to something with the PIC24FJ ? maybe it is something with the remappable pins ?

It would be nice to hear of someone that ...
by tj4shee
Thu Feb 14, 2008 3:17 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with connecting LK162 to PIC24FJ
Replies: 5
Views: 5741

Hi Raquel... Thanks for the post and interest....

I am running in TTL mode.... if that stirs any thoughts on the problem

I am looking into the 'something that is just overlooked' - i hooked the PIC up to a logic analyzer and am playing with it now....

I will post if I get this figured out
by tj4shee
Wed Feb 13, 2008 1:40 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with connecting LK162 to PIC24FJ
Replies: 5
Views: 5741

Help with connecting LK162 to PIC24FJ

I can not get the LK162 and PIC to talk..... any ideas would be greatly appreciated.

Here is what I have tried so far.....

I know I am programming UART comm correctly on the PIC... I altered the PIC program to transmit to hyperterminal and data was received.

I know the LCD is working - I have no ...
by tj4shee
Fri Dec 21, 2007 6:05 am
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with Arduino board and LK162-12 via I2C
Replies: 3
Views: 4338

Hi Raquel,

Thanks for answering.... I finally gave up yesterday afternoon and switched to TTL serial... got it working quicker than the time it took to solder....

re: soldering... :D Yes, that was pretty stupid of me... I knew they were 0's... yet it did not hit me until I had to change over to ...
by tj4shee
Wed Dec 19, 2007 9:34 pm
Forum: LK/ELK/VK/PK/OK/MX/GLK/EGLK/GVK/GLT
Topic: Help with Arduino board and LK162-12 via I2C
Replies: 3
Views: 4338

Help with Arduino board and LK162-12 via I2C

Having some major problems trying to get communication between the 2 - if anyone has any advice I would sure appreciate it.

It does not appear that any communication is going across... I am using the Wire.h library for I2C.

The LCD works... because before attempting to hook it to the atmega168, I ...