언어 설정

Menu
Sites
Language
How can Tizen app communicate with USB accessory

I am in a situation where my Tizen app needs to communicate with a USB accessory. I was unable to find APIs in the SDK to access the USB devices.

Is this possible in Tizen? If yes, How. Many Thanks

Responses

3 댓글
Alex Dem

Hi,
fyi: I have found this mention
https://developer.tizen.org/dev-
guide/2.3.1/org.tizen.guides/html/native/system/sysinfo_n.htm#usb
and this api , how to check:
https://developer.tizen.org/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__CAPI__SYSTEM__SYSTEM__INFO__MODULE.html
Alexey.

Karthik K

Hi Alexey,

Thanks. However, it still doesent answer my question. The APIs mentioned in the link are for reading specific device data based on custom Keys. 

The keys for the custom functions are specified by OEM's and vendors. Developers should check with their OEM's Tizen OS support if they wish to use a custom functions.

My app needs to list/access the USB endpoints enumerated by the accessory and write/read data to it. There may be times when the accessory is not connected.

Alex Dem

Hi,
Unfortunatelly I did not find anymore.
Alexey.