The MP3car.com Store The MP3car.com Store    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > General Hardware Discussion > User Innovations

Reply
 
LinkBack Thread Tools Display Modes
Old 01-08-2008, 09:50 PM   #301
FLAC
 
Join Date: Oct 2004
Posts: 1,025
yea... its off topic.. thats a PM thing...
a .NET/com object is avail... basicly its in the .zip file i just posted
i do have a .xml file which is vs intelisense stuff
(VERY handy)
and i can provide source code to HD Radio PCR, which will show you real usage
drop me a note on my forum...
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-09-2008, 08:11 PM   #302
Newbie
 
Join Date: Aug 2006
Location: New Jersey
Posts: 17
Mitch,

I know this has been asked before here but is there any better way to change from FM to AM other than having to insert the frequency numbers manually? Are there any commands that I can include on the exectbl.ini or my skin that will make this happen?
If not I'm planning to better embed your app into my skin, I even think it works better, but I still have the issue that your app only works with my USB->serial adapter and not straight from built in serial port (however RR works fine with my built in serial after the file you just posted recently). I wonder if you have an updated version of your HDRadio app.
Thanks,

Michael
jarepa is offline   Reply With Quote
Old 01-09-2008, 08:29 PM   #303
Variable Bitrate
 
UM_Fan's Avatar
 
Join Date: Feb 2005
Location: Miami, Florida. 305
Posts: 277
Quote: Originally Posted by mitchjs View Post
Updated DLL V1.1.0.1 built on 12/26/2007

(not really)

but everyone switch to this...


just unzip to hdradio directory in RR directory
and for kicks re run "runme1st.cmd"


* changed Signal Strength Event (only events if signal change)
* changed the rate of the signal strength polling

mitch

Mitch
Man I gotta thank you With the new DL it worked like a charm...
Having AM and FM now after 2 year...how sweet it is!!!! I love you bro!!!!
At this point I don't know why anyone would fool around with anything else.
Now, we need are the skinner to start adding HDRadio to there files.
I love all the hard work skinner like CdRsKuLL, MGD, liquid_smoke and other have done...
But I'm running Via M10K and running a flash skin almost bring my PC to it's knees.
Guess I have an excuse to upgrade!!!
__________________
---------------------
Crazy Miami Drivers
R.I.P. My first ever NEW Car
Old installation
New Install!!!

|-------------------100%|Cables ran
|----------------85%----|Software RR
|--------------80%------|Complete
[/size]
UM_Fan is offline   Reply With Quote
Old 01-10-2008, 12:28 AM   #304
FLAC
 
Join Date: Oct 2004
Posts: 1,025
jarepa, the latest version of hdradiopcr is on my site
if rr works with native serial port the hdradiopcr should...
they both using same .dll!!

the am/fm is all in the implementation of RR

the tuner tunes to frequencies.. in my app, i just keep track of the last FM or last am freq when u change bands
its all up to the programmer

i bet with the powerfull skin commands a band button can be made
using variables

(remember i dont got carpc, im just here supporting you all!! and i thank you guys for the over welming take to this... i didnt think it would be this popular)
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 01-10-2008, 12:54 AM   #305
Newbie
 
Join Date: Nov 2006
Posts: 4
Can anyone who is using a serial to usb adapter with Mitch's cable let me know which brand/model you are using?

With the one I'm using, it is preventing Roadrunner from writing resume.ini when I shut down. When I use the Mitch's cable into the computer's serial port, everything works fine. But I'd like to use it into my USB hub due to the location of my hardware. And with my adapter if I close RR before shutting down, it writes resume.ini. The adapter I'm using lists ftdi driver in the device manager, but I'm still having the problem. I'm guessing it doesn't support suspend as noted in the first post of this thread by Mitch.

Any suggestion for a reliable adapter would be appreciated.

jsoldi
jsoldi is offline   Reply With Quote
Old 01-10-2008, 08:00 AM   #306
MySQL Error
 
Sonicxtacy02's Avatar
 
Join Date: Sep 2004
Location: Woodbridge, VA
Posts: 5,009
Quote: Originally Posted by mitchjs View Post
the am/fm is all in the implementation of RR

is there a message or a function that rr can call to your .dll that changes the band? If so this would be pretty easy to implement into the "BAND" command rr already has.
__________________
03 Acura RSX Coupe
a K.I.S.S Flash, VB, and Autoit Programmer
HARDWARE PROGRESS: 90%[/////////-]
Developer of: RRFusion, MovieTimes, (new)RRMail
Coming Soon:RRChrome, RR Plugin Browser & CentraFusion
Sonicxtacy02 is offline   Reply With Quote
Old 01-10-2008, 08:30 AM   #307
FLAC
 
Join Date: Oct 2004
Posts: 1,025
jsold, the ftdi's ones do!
make sure you're using their newest drivers 2.0.24
also... i assume that when you go into suspend, the comport is closed?
maybe thats a issue

sonicxtacy02, it doesnt work that way... you have to code band yourself
(or have it some function precoded in RR, guino u around?)
basicly

if u on FM, save the LAST_FM_FREQ, then tune to the LAST_AM_FREQ, then to switch back, save LAST_AM_FREQ, and tune to LAST_FM_FREQ

1st time in, LAST_FM_FREQ and LAST_AM_FREQ, should be lowest tuneable freqs on band, ie am 530

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live

Last edited by mitchjs; 01-10-2008 at 08:32 AM.
mitchjs is offline   Reply With Quote
Old 01-10-2008, 10:28 AM   #308
Newbie
 
Join Date: Aug 2006
Location: New Jersey
Posts: 17
Quote: Originally Posted by jsoldi View Post
Can anyone who is using a serial to usb adapter with Mitch's cable let me know which brand/model you are using?

With the one I'm using, it is preventing Roadrunner from writing resume.ini when I shut down. When I use the Mitch's cable into the computer's serial port, everything works fine. But I'd like to use it into my USB hub due to the location of my hardware. And with my adapter if I close RR before shutting down, it writes resume.ini. The adapter I'm using lists ftdi driver in the device manager, but I'm still having the problem. I'm guessing it doesn't support suspend as noted in the first post of this thread by Mitch.

Any suggestion for a reliable adapter would be appreciated.

jsoldi


I got mine off Ebay a year ago and still works fine. I have used it for my laptop that does not have serial port since I need to connect to many Cisco routers console via RS-232. I have now tested it with HDRadio and works perfect. The ideal USB-->Serial converters are the ones that support the prolific driver. If you like to check on Ebay auction # 310013871776 that's the same I have.
Please note that I am not associated in any way to that Ebay seller, just use it as a reference.

Michael.
jarepa is offline   Reply With Quote
Old 01-10-2008, 03:35 PM   #309
MySQL Error
 
MatrixPC's Avatar
 
Join Date: Sep 2003
Location: Beach City, Socal
Posts: 4,033
Quote: Originally Posted by mitchjs View Post
i know i said this before, test everything with my application HD Radio PCR

also, anyone thinking about getting a cable, only got 2 left!!! more will be here, but not for about a week!!

mitch

Can I order a cable without creating an account on your site?
You can pm me for my paypal email to send an invoice/bill to paypal. I hope to get one of the last 2 before I have to wait .
__________________
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
MatrixPC is offline   Reply With Quote
Old 01-10-2008, 07:49 PM   #310
FLAC
 
Join Date: Oct 2004
Posts: 1,025
matrixPC
if u really dont want an account on my site, why i dont know.. but how about you pming me and giving me your paypal email...

and only 1 left, more in about 10 days...
(not to mention im going away for 7 days)

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 01-10-2008, 08:23 PM   #311
FLAC
 
blk02si's Avatar
 
Join Date: Jul 2005
Location: Motorcity
Posts: 1,603
Finally got around to installing the new DLL on the carPC. The loss of control issue seems to be solved. My GPS menu no longer kills communication. Long live DLL version 1.1.0.1!

What I still cannot solve is when I switch to my HD menu, RR always defaults to the lowest FM frequency (which is not a channel) Then I have to manually tune a station before I can start using it. If I go to mp3 menu say, it clicks off, then I go back to HD menu and its back at the 87.5 or whatever. Anyone else experience this?? It does not bother me that much because i'm getting such clean sound but was curious if this is similiar to your HD radio behavior?


I may install mitch's app on the carPC just to test it out.
__________________
Build Things, it keeps your brain busy.

My carPC - www.shocknet.us
blk02si is offline   Reply With Quote
Old 01-11-2008, 07:42 AM   #312
Variable Bitrate
 
PontiacGA's Avatar
 
Join Date: Mar 2006
Location: Another Planet.
Posts: 261
Just ordered one.
__________________
Mike

My Rides:
'03 Vibe GT!

My AED GA!
PontiacGA is offline   Reply With Quote
Old 01-11-2008, 08:06 AM   #313
Variable Bitrate
 
UM_Fan's Avatar
 
Join Date: Feb 2005
Location: Miami, Florida. 305
Posts: 277
Quote: Originally Posted by blk02si View Post
Finally got around to installing the new DLL on the carPC. The loss of control issue seems to be solved. My GPS menu no longer kills communication. Long live DLL version 1.1.0.1!

What I still cannot solve is when I switch to my HD menu, RR always defaults to the lowest FM frequency (which is not a channel) Then I have to manually tune a station before I can start using it. If I go to mp3 menu say, it clicks off, then I go back to HD menu and its back at the 87.5 or whatever. Anyone else experience this?? It does not bother me that much because i'm getting such clean sound but was curious if this is similiar to your HD radio behavior?


I may install mitch's app on the carPC just to test it out.

I'm using void 3.2, and I don't have that problem.
What I'm running into, anytime I boot up or return to radio it's always tuned to 790AM.
No matter what station or menu I left it on.
My GPS works fine...but for some reason I did have a comm port conflict at one point.
And a few other skin related issues...but since this is still evolving, I can live with it.
Besides, after not having a radio after sooo many years!
__________________
---------------------
Crazy Miami Drivers
R.I.P. My first ever NEW Car
Old installation
New Install!!!

|-------------------100%|Cables ran
|----------------85%----|Software RR
|--------------80%------|Complete
[/size]
UM_Fan is offline   Reply With Quote
Old 01-11-2008, 05:12 PM   #314
FLAC
 
Join Date: Oct 2004
Posts: 1,025
blk02si, that is good news!

hopefully everyone get the new dll

mitch
__________________
-Thanks
Mitch
www.rush2112.net

Spread before you is your soul
So forever hold the dreams
within our hearts
Through nature's inflexible grace
I'm learning to live
mitchjs is offline   Reply With Quote
Old 01-11-2008, 05:58 PM   #315
MySQL Error
 
MatrixPC's Avatar
 
Join Date: Sep 2003
Location: Beach City, Socal
Posts: 4,033
Hopefully the cable and the receiver come soon
__________________
2004 Matrix XR A7N8X-VM/400 AMD XP-M 2500+, DS-ATX
89 Supra Turbo P3 600E@750/Abit BE6 II, Alpine M-BUS Car2PC.
Y2K Accord Dell GX150
RoadRunner is the best FE PERIOD
EmoRebellion is a SCAMMER
MatrixPC is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

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 Off
Trackbacks are On
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
PC Card for HD Radio Spotted General MP3Car Discussion 13 09-03-2008 07:01 PM
HD Radio skyhawk2114 StreetDeck 12 06-04-2008 01:17 PM
HD radio in my BMW DAMBRO24 Car Audio 3 11-14-2007 05:19 PM
Someone here has be be able to crack this HDRadio for the car! Kamakazie2 Hardware Development 243 09-20-2007 08:04 PM
HD Radio? peecee Car Audio 3 12-31-2006 02:48 AM


All times are GMT -5. The time now is 05:33 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics