|
 |
|
08-10-2005, 11:08 PM
|
#31
|
|
Low Bitrate
Join Date: Apr 2004
Location: Ft Lauderdale, FL
Posts: 78
|
What do you mean exactly by poll?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
08-11-2005, 08:34 AM
|
#32
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by kembond
What do you mean exactly by poll?
As in asking for the data, instead of getting events.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-11-2005, 09:20 AM
|
#33
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Get new version at top.
Code:
Changelog
******
FrodoXMService.exe 1.0.0.2
--Bug Fix: ChannelChange event bug fixed.
******
FrodoXMService.exe 1.0.0.1
--Bug Fix: Out of order data in emulation mode.
******
FrodoXMService.exe 1.0.0.0 Original Release
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-11-2005, 09:08 PM
|
#34
|
|
Newbie
Join Date: Oct 2003
Location: NH
Posts: 25
|
Nice work frodo I have been playing with this in VB.Net. What do MSK.exe and RH.exe do located in the services folder?
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
|
|
|
08-11-2005, 09:27 PM
|
#35
|
|
Newbie
Join Date: Oct 2003
Location: NH
Posts: 25
|
I am having problems getting the CurrentChannelData Event to fire. Using VB.Net 2003:
Private Sub XM_CurrentChannelData(ByVal Number As Integer, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String) Handles XM.CurrentChannelData
MsgBox("Current Channel Data") 'message box does not show up
End Sub
I also tried this in your vb project as:
Private Sub MXM_CurrentChannelData(ByVal Number As Long, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String)
MsgBox ("hi") 'did not fire
End Sub
Could you confirm if this is a bug or a problem with my code?
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
|
|
|
08-12-2005, 12:49 PM
|
#36
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by entr0py
I am having problems getting the CurrentChannelData Event to fire. Using VB.Net 2003:
Private Sub XM_CurrentChannelData(ByVal Number As Integer, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String) Handles XM.CurrentChannelData
MsgBox("Current Channel Data") 'message box does not show up
End Sub
I also tried this in your vb project as:
Private Sub MXM_CurrentChannelData(ByVal Number As Long, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String)
MsgBox ("hi") 'did not fire
End Sub
Could you confirm if this is a bug or a problem with my code?
I will look, are the other events firing ?
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-12-2005, 12:50 PM
|
#37
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by entr0py
Nice work frodo I have been playing with this in VB.Net. What do MSK.exe and RH.exe do located in the services folder?
They are helper applications for various functions, they must always
remain in the same directory as the service app.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-12-2005, 01:16 PM
|
#38
|
|
Newbie
Join Date: Oct 2003
Location: NH
Posts: 25
|
Is there anyway to contain them as one exe? I used Microsoft Server 2003 Resource Kit tools (svrany.exe and inssrv.exe (sp?)) to create a windows service in services in the control panel. I have not full tested it yet it seemed to work with just the FrodoXMService.exe and FrodoXMService.ini I will have to add those helper apps in the same directory and see how it functions.
Yes other events are firing, the ones I am using that are working are SignalStrength, ChannelData and CurrentTime.
Thanks for this kick a$$ service. Now I just need to get ListViews working properly in .Net, they changed there behavior compared to vb6
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
|
|
|
08-12-2005, 01:18 PM
|
#39
|
|
Constant Bitrate
Join Date: May 2004
Location: Sweden
Posts: 151
|
new to XM
Hi!
Nice work with the "Frodo XMService" Just quicly tested the client dll with C# looks like it will work just fine.
I'm new to XM radio as we don't have it over here... What XM radio recivers is "XMService" working with ?
Btw, what are the "MSK.exe" and "RH.exe" that is in the Service folder?
|
|
|
08-12-2005, 01:23 PM
|
#40
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
To answer both your questions, here are the exact definitions of "MSK.exe" and "RH.exe"
MSK.exe - is "Make Sure Kill" It is called when the service is shutting down, in case
of an unrecovereable error, it will make sure the service terminates properly.
RH.exe - is "Restart Helper" It is called when the service is restarted, does the same
function as MSK, but also restarts the app, and some other minor checks.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-12-2005, 01:24 PM
|
#41
|
|
Newbie
Join Date: Oct 2003
Location: NH
Posts: 25
|
Read post #37
__________________
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
|
|
|
08-12-2005, 01:25 PM
|
#42
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by Jeep
I'm new to XM radio as we don't have it over here... What XM radio recivers is "XMService" working with ?
XM PCR, and the XM Direct/Commander.
For the Direct/Commander, you will need to build/buy a cable.
Information on this is in the Hardware Development Forum here.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
08-14-2005, 04:00 PM
|
#43
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Beta 4 Released - Just a Bug fix, new info/links at the top.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
09-12-2005, 10:05 AM
|
#44
|
|
FLAC
Join Date: Jun 2004
Location: NH
Posts: 1,173
|
Development Question.
What sort of XM hardware does this .DLL support? or Does it interact with any driver that the XM hardware comes with?
I have no XM service (although purchasing very soon). This makes it diffacult to start designing an app (for obvious reasons). I know there's an emulation mode, which I'm going to play with.
I'm @ work here so can't play too much and its quite possible I may anwser some of my own questions later tonight when I get this thing in the .Net IDE.
I also may have missed something but could someone kindly point me to an SDK? Well, maybe I wont need an SDK once I take a look @ the VB6 project example...
My main question would be what hardware and digital radio service do you guys recommed? Thnx!
__________________
Progress [I will seriously never be done!]
Via EPIA MII
512MB RAM
OEM GPS (embedded)
nLite WinXP pro on
1GB Extreme III CF card
Carnetix 1260 startup/ DC-DC regulator
Software: Still, re-Writing my existing front end in .Net
|
|
|
09-12-2005, 07:23 PM
|
#45
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by IntellaWorks
What sort of XM hardware does this .DLL support? or Does it interact with any driver that the XM hardware comes with?
I have no XM service (although purchasing very soon). This makes it diffacult to start designing an app (for obvious reasons). I know there's an emulation mode, which I'm going to play with.
I'm @ work here so can't play too much and its quite possible I may anwser some of my own questions later tonight when I get this thing in the .Net IDE.
I also may have missed something but could someone kindly point me to an SDK? Well, maybe I wont need an SDK once I take a look @ the VB6 project example...
My main question would be what hardware and digital radio service do you guys recommed? Thnx!
http://www.mp3car.com/vbulletin/hardware-development/41001-xm-carputer-guide.html
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 11:17 PM.
| |