On Jun 29, 6:58 pm, Pujan Zaverchand <zaverch...@gmail.com> wrote:
> Hello,
>
> I am having Samsung Galaxy Tablet and I need to connect to my pc via
> USB - Serial. From my tablet I am using Flex Serial Cable ( where one
> end is for serial port). From my PC I have USB to Serial cable and
> with the connector in middle I am connecting both the cables.
>
> When I hooked the usb cable  - in the device managers, I see the
> Profilic USB to Serial (COM6). When I open hyperterminal - During the
> tablet bootup - It shows me the data that the tablet is booting up.
> But in the windows command prompt when I try to list the device using
> adb command (adb devices) - nothing shows and so I am not able to use
> any adb commands.

Your commands are not reaching to the device from windows command
prompt.
Try the follwing:
a. List the devices you can connect to using ADB:
# adb devices

b. Select the device and send command:
# adb -s <serialNumber> <command>

--
Vame.


-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to