Development for USB


 
Thread Tools Search this Thread
Top Forums Programming Development for USB
# 1  
Old 02-09-2009
Development for USB

Hi,

I am working with Sun Solaris 9(Generic_112233-07 sun4u sparc SUNW,Sun-Blade-100)and I need to develop the USB part in our application using C/C++.In our application,we are monitoring the UPS by Serial port and now I have to develop the USB part to mointor the UPS.
So I need your help to understand the following things--

Quote:
1)Will USB code support to moniter the UPS in Solaris 9??
I am asking this question because I read somewhere that Apcupsd(American Power Conversion USB UPS)supports USB UPSes on Solaris 10 and higher. Both x86 and SPARC platforms are supported.

2) If yes,then please guide me how can i do it??
Please help me...

Thanks in advance
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Booting T5 from USB

I've copied over the sol-11_2-text-sparc.usb file to a USB thumb drive, plugged into a USB port on the front of the server, and then attempted to find the drive with ok show-disks to no avail. Is there a different way to copy the image over to the drive using a Windows workstation? Is there... (10 Replies)
Discussion started by: LittleLebowski
10 Replies

2. UNIX for Dummies Questions & Answers

USB-USB cable between linux and windows computers

Is there an easy way to setup a cross-over cable (USB-USB) between a linux box and a windows PC? My 2 machines are next to each other but I really do not want to keep transfering my files using my USB drive. Thanks! (4 Replies)
Discussion started by: Xterra
4 Replies

3. Shell Programming and Scripting

restrict USB

Hi, How can i restrict use of USB in redhat. & also is it possible to allow USB devices for only specific devices or only few known penDrives......? Thank you (4 Replies)
Discussion started by: shivarajM
4 Replies

4. UNIX for Dummies Questions & Answers

Where is my USB key?

Hi everybody, When I plug a USB key to my debian, where can I access the files? I don't have any user interface, what commands do I have to run to find the files in my USB key? Thanks for your help. Santiago (6 Replies)
Discussion started by: chebarbudo
6 Replies

5. UNIX for Advanced & Expert Users

mounting USB

Hi I was trying to mount my USB flashdrive on solaris 10 and I am getting the message saying that (I have already gone through the previous blogs in the forum) mount: Block device required. I have tried most of the possible ways. #rmformat(gives me the necessary information about my flash... (1 Reply)
Discussion started by: akhil1460
1 Replies

6. Solaris

External USB

Is it possible to install Solaris 10 on an external USB drive? I'd like to dual boot Linux and Solaris 10. Thanks! (2 Replies)
Discussion started by: otterit
2 Replies

7. Red Hat

USB Devices

I am trying to get a flash card reader to work with my machine. My question is, are all of my USB ports screwed up? Do I need to buy a seperate USB controller? I does not appear that the onboard USB ports work. In trying to get it to work, I typed cat /proc/scsi/scsi and got this: # cat... (2 Replies)
Discussion started by: davidkretsch
2 Replies

8. Cybersecurity

Usb??????????????

it's true that USB port has no security?? (0 Replies)
Discussion started by: lolo_vang
0 Replies
Login or Register to Ask a Question
bbc_beep(7D)							      Devices							      bbc_beep(7D)

NAME
bbc_beep - Platform-dependent Beep driver for BBC-based hardware. SYNOPSIS
beep@unit-address DESCRIPTION
The bbc_beep driver generates beeps on platforms (including Sun Blade 1000) that use BBC-based registers and USB keyboards. When the KIOC- CMD ioctl is issued to the USB keyboard module (see usbkbm(7M)) with command KBD_CMD_BELL/KBD_CMD_NOBELL, usbkbm(7M) passes the request to the bbc_beep driver to turn the beep on and off, respectively. FILES
/platform/sun4u/kernel/drv/sparcv9/bbc_beep 64-bit ELF kernel driver ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |BBC-based SPARC | +-----------------------------+-----------------------------+ |Availability |SUNWcarx.u | +-----------------------------+-----------------------------+ SEE ALSO
kbd(1), attributes(5), grbeep(7d), kb(7M), usbkbm(7M) Writing Device Drivers DIAGNOSTICS
None SunOS 5.11 18 Dec 2001 bbc_beep(7D)