Technology Forums: FTA, Satellite, Cable, Home Media, Hardware & Computers
|  Home   |  Forums   |  News   |  Blog   |  

Go Back   Techwatch: Satellite TV forums, FTA, Cable, Hardware, & Tech forums > UK Cable > Cable TV Chat


 

Register Members List Search Today's Posts Mark Forums Read

Cable TV Chat Discuss all aspects of the cable tv world

Reply
 
Thread Tools
Old 04-03-07, 08:43 PM   #1 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default programming card problem

programmed one card titanium two ntl, went to programme second card found would not work ended up with this error problem in explorer Open File
Const FileFilter = "All Eprom Files (*.bin, *.bn10)|*.bin;*.bn10;|Bin Files (*.bin)|*.bin|BN10 Files (*.bn10)|*.bn10"

FileName = Fs.FileOpenDialog(FileFilter, "Please select a valid bin file", "titanium_eep10.bin.bn10")
If FileName <> "" Then
' Check if the file exists
If Fs.FileExists(FileName) = 0 Then
Sc.MsgBox("The file does not exist")
Else
InFile = Fs.FileOpen(FileName, fsoOpenRead)
End If
End if

' seek to end of file to get size
FileSize = Fs.FileSeek(InFile, 0, fsoSEEK_END)
Sc.Print "The file size is " & FileSize & vbCr & vbCr
' Reposition to begining of file
call Fs.FileSeek(InFile, 0, fsoSEEK_SET)

' check filesize
if FileSize <> 8192 then
Sc.MsgBox("The file has a wrong size (ROM10 eeprom = 8192 bytes).")
Fs.FileClose(InFile)
exit sub
end if
Any idea what I could be doing wrong as I am new to this, any help would be appreciated or any run through guide

Thanks
sonic1 is offline   Reply With Quote
Old 01-12-07, 05:44 PM   #2 (permalink)
Junior Member
 
Join Date: Mar 2007
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Thumbs up Re: programming card problem

hi to all its ok got it sorted now
sonic1 is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
belkin wireless network problem pollitt Wireless 6 12-04-08 03:47 PM
ntl card timetrex Cable TV Chat 2 13-02-07 10:45 AM
satellite cards and programming them paulimo Introduce yourself 2 01-01-07 08:21 PM
Nokia 3650 problem sufi Mobile Phones 2 05-02-06 08:18 AM
Fried My Graphics card flywheel PC Hardware 1 01-02-06 09:27 PM


All times are GMT +1. The time now is 12:58 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.