Hello !
I'm still trying to make my 635 work with perl.
I'm able to get keypad press from my scripts, and it works OK. The hex I get back is fine. So basically, I'm able to receive packets from 635.
The problem I have is to push packets to 635.
First point: I'd like to be sure my test packets are valid:
ping packet: 0x00 0x01 0xff 0xD0 0x6C
contrast to 10: 0x0D 0x01 0x0A 0x8F 0x31
contrast to 95: 0x0D 0x01 0x5F 0x8A 0x19
Should those packets be understood by 635 ?
Second point: I also suspect my port settings to be wrong. I grabbed the settings from the port when it was opened by your demo program. Would someone have a short sample script that outputs something on a 635, in perl under linux (or even windows) ?
I had no problems making the 634 (both serial and early USB) work. The 635 is hard to get to work. My perl is also quite far away...
Thanks.
Vincent
I'm still trying to make my 635 work with perl.
I'm able to get keypad press from my scripts, and it works OK. The hex I get back is fine. So basically, I'm able to receive packets from 635.
The problem I have is to push packets to 635.
First point: I'd like to be sure my test packets are valid:
ping packet: 0x00 0x01 0xff 0xD0 0x6C
contrast to 10: 0x0D 0x01 0x0A 0x8F 0x31
contrast to 95: 0x0D 0x01 0x5F 0x8A 0x19
Should those packets be understood by 635 ?
Second point: I also suspect my port settings to be wrong. I grabbed the settings from the port when it was opened by your demo program. Would someone have a short sample script that outputs something on a 635, in perl under linux (or even windows) ?
I had no problems making the 634 (both serial and early USB) work. The 635 is hard to get to work. My perl is also quite far away...
Thanks.
Vincent
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.