NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 859 860 861 862 863 … 1231 Next »
Directv serial channel changer

 
  • 0 Vote(s) - 0 Average
Directv serial channel changer
shnack
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Aug 2005
#31
2005-08-11, 06:41 AM
Ok, so I had to break it up anyway. Here's the rest of the results:

C:\Program Files\devnz\gbpvr\utilities>directv -port com5 -box d10200 -set new -verbose on -text "Hello There"
Settings:
Port: COM5 Baud: 9600 Box: D10200 Retries: 0 Verbose: ON Hex Command Set:
NEW
Display Text: Hello There
Open port to receiver
Openning Command Start: 0XFA ...SUCCESS
Sending Command: 0XAA ...SUCCESS
Sending Command Data [0X0C 0X48 0X65 0X6C 0X6C 0X6F 0X20 0X54 0X68 0X65 0X72 0X6
5]...(command wrote (12 bytes) status [0xf2])...SUCCESS
Sending Command Complete: 0X0D ...SUCCESS
Reading Reply Status For Command: (valid status [0xf0])...SUCCESS
Reading Command Status: ...(read status 0xf2)...FAILED
Failed to send dss command
Clearing Data Port: ..SUCCESS


C:\Program Files\devnz\gbpvr\utilities>directv -port com5 -box d10200 -set new -verbose on -hide
Settings:
Port: COM5 Baud: 9600 Box: D10200 Retries: 0 Verbose: ON Hex Command Set:
NEW
Hiding Text Output
Sending Command: 0x86
Open port to receiver
Openning Command Start: 0XFA ...SUCCESS
Sending Command: 0X86 ...SUCCESS
Sending Command Complete: 0X0D ...SUCCESS
Reading Reply Status For Command: (valid status [0xf0])...SUCCESS
Reading Command Status: ...(read status 0xf4)...SUCCES
cheval
Offline

Member

Posts: 144
Threads: 12
Joined: Feb 2005
#32
2005-08-11, 02:50 PM
Thanks again for the effort in resolving this it looks like we ar getting closer......

From the looks of it the code is not able to handle the f2 in process message properly for commands that send additional data with the commands (key sequences and text message). I should be able to fix that shortly.

You are right regarding a possible timing problem. In one of the key sequences we actually got an f3 timeout response. I need to look at that in more detail to figure out if it was a result of the problems with the way I handle the additional data or if there is another problem.

Either way there will be another update shortly for the first problem. I'll let you know if I figure something out about the timing.

If there is anyone out there using a D10-100 receiver I would love to get some feedback on the programs performance with that receiver.
cheval
Offline

Member

Posts: 144
Threads: 12
Joined: Feb 2005
#33
2005-08-11, 09:21 PM
Another day another release. Smile

This latest release will hopefully get channel changing to be more stable. If not correct the errors in the protocol.

I've remove the "verbose" option and replaced it with a debug version of the code. If you want to see the text output then use the debug version. Text output will be on all the time in that version.

Once its working then switch to the non debug version. Less work it has to do to change channels, etc.

The code base for the two versions is the same. Just some output is compiled out in the non debug version.
shnack
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Aug 2005
#34
2005-08-12, 04:04 AM
Well, I've got the new version, and it seems to be working pretty good. It seems like it's changing channels a little quicker and making fewer mistakes. Thanks for all the work you've done on this project!
cheval
Offline

Member

Posts: 144
Threads: 12
Joined: Feb 2005
#35
2005-08-12, 04:44 AM
Glad it performing better. You might try bumping up the retries count "-retries 3". You comment is basically the same as some other sites have been saying about the d10-200 channel changing.

If you want to work more to try to resolve it, I'm happy to try to get it A LOT MORE reliable. There are some timing parameters on the serial port that may be to fast/slow for D10 to handle. Or maybe there are some more things I can do in the program to recognize the error has occured and fix it.

Either way I guess I would need a few examples to output from the debug version to see what is going on during those situations. If it happens often enough then 5-10 examples would be great.

Another option is to setup the debug version up to always dump output to a file when GBPVR is using it to change channels. Then after a day or two there should be enough data.

There is another question. On your remote is it select or enter that you use to jump to the channel. The reason I ask is there are actuall two different codes and I'm wondering if you get better performance out of one versus the other: "296select" or "296enter"

One last question, would there be any value to another command "!<channel>". Where I would confirm that the receiver has changed to the requested channel. If not keep trying to change for a few times.
teaboss
Offline

Junior Member

Posts: 1
Threads: 0
Joined: Aug 2005
#36
2005-08-15, 05:04 AM
Where can I purchase one of these cables for my D10? Why do you like the serial over the ir?
cheval
Offline

Member

Posts: 144
Threads: 12
Joined: Feb 2005
#37
2005-08-15, 03:20 PM
They are sold here and there over the internet. I actually just built my own cable. If you have access to an old phone handset cord (somwhat hard to find with all the wireless ones) then it really is easy. Garage sales are a good spot and Goodwill. After that the local electronics store has the DB9 connectors. They should have a solderless one available if you don't want to solder.

I like serial much better because for my RCA receivers it has speed up channel changing by A LOT! Meaning I can go back to my habit of channel surfing in live-tv mode.
shnack
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Aug 2005
#38
2005-08-16, 06:34 AM
Sorry for not replying earlier. I tried the "-retries 3" option, but I'm not too sure if it's doing much. It's still pretty accurate at changing channels, but does still make a mistake from time to time. I'll see if I can get some debugging output tomorrow.

As for the remote, it's labelled Select. As for the !<channel> command, it seems like it could be useful for when the channel "misfires" to try again.
shnack
Offline

Junior Member

Posts: 12
Threads: 1
Joined: Aug 2005
#39
2005-08-17, 07:21 AM
Well, for whatever reason, gbpvr doesn't seem to actually want to dump the output to a file (I tried adding ">> filename.txt" as a parameter to the debug version and it changes the channel, but doesn't create/modify the text file), so I just changed channels manually via command line several times. I'm hoping this will give you the info you need. After every channel change I also ran a "-get channel" to make sure it's right. I've uploaded the text file in zip format. Let me know if you have any more questions.
jchiso
Offline

Junior Member

Posts: 5
Threads: 1
Joined: Feb 2006
#40
2006-02-23, 07:32 AM
cheval:

Would you please PM me so I can send you some debug info?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): « Previous 1 2 3 4


Possibly Related Threads…
Thread Author Replies Views Last Post
  USA Cable Discovery Channel problems with Schedules Direct ram4x4nut 0 4,054 2013-02-21, 05:08 AM
Last Post: ram4x4nut
  Channel 4 HD new tuning string Pob 0 2,708 2012-03-29, 08:59 PM
Last Post: Pob
  Composite Channel not being tuned properly seymoria 14 7,187 2012-01-24, 01:56 PM
Last Post: seymoria
  Need help remapping Channel guide and actual channels divinehammer 3 3,921 2012-01-20, 10:43 AM
Last Post: kayleigh
  Composite channel configuration problem. seymoria 6 4,801 2012-01-15, 10:15 PM
Last Post: seymoria
  Live TV Locks Onto Different Channel persim 1 2,436 2011-10-24, 06:33 PM
Last Post: sub
  Recording fails but only on one channel (live viewing still works) dshoup 5 3,742 2011-09-19, 01:15 AM
Last Post: sub
  Channel 4 HD and sat ini DanielP 40 13,510 2011-04-12, 10:42 PM
Last Post: mvallevand
  How to get Sky Digital channel guide into GBPVR? bobster 34 12,118 2011-04-01, 08:10 PM
Last Post: bobster
  Setting for Numeric Channel Change Timeout? smajor 6 2,961 2011-03-16, 07:21 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode