Post: How do I add CCAPI Buzzer and L.E.D's in a tool
11-05-2015, 06:04 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
How do i add The CCAPI Buzzer and LED in my RTM Tool??

Confused What im onabout?

heres what i mean

You must login or register to view this content.
7
(adsbygoogle = window.adsbygoogle || []).push({});
11-06-2015, 01:45 PM #2
Helping-Hand
Cake is a lie
Originally posted by liam
How do i add The CCAPI Buzzer and LED in my RTM Tool??

Confused What im onabout?

heres what i mean

You must login or register to view this content.
7


I've never used the LED but I'm just assuming it's your front panel LED's for turning on your console etc... so you can make it blink, or turn it off... I'm not too sure correct me if I'm wrong...

Anyway, "Buzzer" is just a beep from the PS3.... you can choose to have it on Single, Double or Continues... So here is how you do it...

Declare the PS3API

    PS3API PS3 = new PS3API(SelectAPI.ControlConsole);


Code to make the buzzer ring

    PS3.CCAPI.RingBuzzer(CCAPI.BuzzerMode.Single);


As a said above you can change it to either Single, Double or Continuous... I wouldn't suggest using Continuous since it can be annoying...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo