+ Reply to Thread
Page 83 of 128 FirstFirst ... 33737475767778798081828384858687888990919293 ... LastLast
Results 821 to 830 of 1272

Thread: HQCT Module (new thread following HU RDS/RDBS)

  1. #821
    Low Bitrate
    Join Date
    Aug 2006
    Posts
    75
    Hi,

    I have an HQCTi module I ordered from Xtronic and after a lot of problems, mainly USB recognizion problems due to bad USB-cable and bad reception due to a falty antenna booster, I'm up and running, I think.
    My main problem now is that the RDS data is flickering in both rrhqct.exe and when using "RDSTEXT"-label in RR, is this normal? The text is not stable at all, kind of anoying but I can live with it if it's nothing I can do about it.
    Is it mandatory to ground the USB cable shield to pin 8, cause I have not done that (using a short, 15 cm, cable to the USB port). And do I have to use an USB2 port on my computer?
    The signal strength is about 170 is that a good signal, I believe the sound is ok but I have some questions regarding the sound processing. I use the line in on my SB Audigy 2 ZS Notebook card and I find the sound a little too "bassy" and when I turn down the bass and play around with the loudness in rrhqct.exe I get too little bass and nothing in between is ok. Is there a way to get unprocessed sound from the hqct and let my soundcard do all the bass/treble work, I think it's a little overkill to process the sound before the Audigy-card in my case
    One more thing, this morning resuming from hibernation my HQCTi plays the last station I used but does not give me any RDS data/text and it was not possible to scan. Tried the rrhqct.exe alone but there were no way to get the device to scan for stations. The space were it usually says "HQCT was detected..", or something like that, displayed the freq instead? Rebooted and the control was back but the problem above was still there. Any ideas about that?

    Thanks for a very good product otherwise.

    Best regards L. Kull

  2. #822
    Variable Bitrate bishooman's Avatar
    Join Date
    Jan 2006
    Location
    Kuwait
    Posts
    234
    JC-S60 is there any C++ version of mcHID.DLL out there ??
    We Exist because there is no patch for human Stupidity !!

    We need you ALL Here !!

  3. #823
    cheap custom title JC-S60's Avatar
    Join Date
    Mar 2004
    Location
    Ghent - Belgium
    Posts
    1,863
    Quote Originally Posted by jschrauwen View Post
    http://www.xtronic.be/?id=91&lang=2
    I thought the HQCT-e was supposed to be available by now? Registered and sent email to Joachim a number of days ago and no reply? Hope I didn't miss an expected availability date change. Site still reflects for the HQCT-e;

    *Edit* Disregard, just got clarification in another thread. Appologies Joachim!!
    Chompin' at the bit for the HQCT-e
    No problem. Could it be I missed your email? Can't seem to find it, sorry...

    The housings have been ordered and should be ready in 3-4 weeks. It was the internal version that became available to the big public on the given date...

    Joachim

  4. #824
    cheap custom title JC-S60's Avatar
    Join Date
    Mar 2004
    Location
    Ghent - Belgium
    Posts
    1,863
    Quote Originally Posted by DrLove View Post
    Hi,
    My main problem now is that the RDS data is flickering in both rrhqct.exe and when using "RDSTEXT"-label in RR, is this normal? The text is not stable at all, kind of anoying but I can live with it if it's nothing I can do about it.
    Does it flicker or does it show garbage mixed with RDS text?
    Is it mandatory to ground the USB cable shield to pin 8, cause I have not done that (using a short, 15 cm, cable to the USB port). And do I have to use an USB2 port on my computer?
    Grounding is always a good idea, but mostly not needed for short internal runs. You could get some interference though...
    The module is also USB 1.1 compatible, so no problem running it from a 1.1 port or hub.
    The signal strength is about 170 is that a good signal, I believe the sound is ok but I have some questions regarding the sound processing. I use the line in on my SB Audigy 2 ZS Notebook card and I find the sound a little too "bassy" and when I turn down the bass and play around with the loudness in rrhqct.exe I get too little bass and nothing in between is ok. Is there a way to get unprocessed sound from the hqct and let my soundcard do all the bass/treble work, I think it's a little overkill to process the sound before the Audigy-card in my case
    The soundprocessing is done in the same chip that actually decodes the sound (and RDS-data), so bypassing is as simple as leaving all values in the middle I guess.
    The advantage of them is that you can adjust the sound to be as close as possible to the mp3 output of you carpc so you can use the soundcard's / front-end's equalizer presets for all audio sources.
    One more thing, this morning resuming from hibernation my HQCTi plays the last station I used but does not give me any RDS data/text and it was not possible to scan. Tried the rrhqct.exe alone but there were no way to get the device to scan for stations. The space were it usually says "HQCT was detected..", or something like that, displayed the freq instead? Rebooted and the control was back but the problem above was still there. Any ideas about that?
    This sounds like a software issue. Software is still in development on many levels (RR, CF, Luc's software). Also, if you keep getting the problem, try to fiddle with the power saving settings of your mainboard's internal USB-hubs in device manager, it might be Windows loosing grip after hibernation...
    Thanks for a very good product otherwise.
    Best regards L. Kull
    [/quote]
    Thank you for the kind words, I'll pass them on to racemier and diogenes

    Joachim

  5. #825
    cheap custom title JC-S60's Avatar
    Join Date
    Mar 2004
    Location
    Ghent - Belgium
    Posts
    1,863
    Quote Originally Posted by bishooman View Post
    JC-S60 is there any C++ version of mcHID.DLL out there ??
    Can't the dll be called from C++ ? I thought it would be no problem..

    In fact, you can command the radio without that DLL, if you find an event based (best) HID component for C++

    Joachim

  6. #826
    FLAC TheLlama's Avatar
    Join Date
    Jul 2004
    Location
    All over the world
    Posts
    970
    Quote Originally Posted by JC-S60 View Post
    Can't the dll be called from C++ ? I thought it would be no problem..

    In fact, you can command the radio without that DLL, if you find an event based (best) HID component for C++

    Joachim
    As long as it isn't a .NET assembly it should work fine. And like JC said, you can use any HID library that works with C++ (or C for that matter). I haven't looked at recent versions of the HQCT Windows source, but last I checked my Linux source is more readible if you want to get an idea how to implement it.

  7. #827
    Constant Bitrate
    Join Date
    Feb 2006
    Posts
    147

    mcHID.dll

    Quote Originally Posted by bishooman View Post
    JC-S60 is there any C++ version of mcHID.DLL out there ??
    www.mecanique.co.uk/products/usb/easyhid.html

    is where it all resides

    Diogenes

  8. #828
    Variable Bitrate bishooman's Avatar
    Join Date
    Jan 2006
    Location
    Kuwait
    Posts
    234
    Quote Originally Posted by TheLlama View Post
    As long as it isn't a .NET assembly it should work fine. And like JC said, you can use any HID library that works with C++ (or C for that matter). I haven't looked at recent versions of the HQCT Windows source, but last I checked my Linux source is more readible if you want to get an idea how to implement it.

    it is a .NET assembly cuz of that i need C++ mcHID.DLL.

    where can i find you source for controling HQCT.
    We Exist because there is no patch for human Stupidity !!

    We need you ALL Here !!

  9. #829
    Variable Bitrate bishooman's Avatar
    Join Date
    Jan 2006
    Location
    Kuwait
    Posts
    234
    Quote Originally Posted by Diogenes View Post
    www.mecanique.co.uk/products/usb/easyhid.html

    is where it all resides

    Diogenes
    i know about that, and i think HQCT Team have compiled ther mcHID.DLL using this software and it has the option to generate code for C++.

    i installed it but there is some fields should be filled and i dont know much about that

    HQCT Team some Help here please !
    We Exist because there is no patch for human Stupidity !!

    We need you ALL Here !!

  10. #830
    FLAC TheLlama's Avatar
    Join Date
    Jul 2004
    Location
    All over the world
    Posts
    970
    HQCT Driver.

    The code is towards the bottom of the first page. Some of the thread may help you understand how it works. It is a kernel driver and a usermode program. You will be mostly interested in the driver (hqct.c)

    hqct_ioctl() sends most of the commands.
    hqct_tune() calculates and sets the tuner strings.
    hqct_send_callback() is called after sending a command. It is used to send the next 2 packets of the 3-packet commands that are out there.

    hqct_recv_callback() is used for grabbing the EEPROM data and continuing seek commands.

    You will have to refactor this code for your library. If the library supports callbacks, then this is a really easy job.
    Check out hqctapi.c and .h to see how the driver relates to user commands.

    Edit: Aeroanderz has non-pascal RDS code that you may be interested. in I plan on implementing RDS once I graduate.

+ Reply to Thread

Similar Threads

  1. [RELEASE - Public]GPSSecure - GPS Tracking
    By xBrady in forum GPSSecure
    Replies: 23
    Last Post: 03-05-2006, 09:33 PM
  2. Hot Chicks Thread - NOT WORK SAFE
    By ODYSSEY in forum Off Topic
    Replies: 1
    Last Post: 05-17-2005, 10:38 PM
  3. Amp or HU dilemma
    By paul167 in forum Car Audio
    Replies: 4
    Last Post: 11-03-2004, 06:45 AM
  4. Replies: 3
    Last Post: 01-07-2004, 12:52 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts