Hi Dennis,

Good day to you

I have given permission by running

sudo chmod 0777 /dev/ttyUSB0

Now I am able to open in putty but not receiving any data from bbb. Seems
the issue with usb to serial cable.

I got similar cable what you just mentioned on amazon.

Probably I would try to procure one from adafruit.

Thank you, it was of great help to me.
I would check with different cables and come back if problem persists.

Regards,
Vinay


On Fri, 2 Jul 2021 at 11:15 PM, Dennis Lee Bieber <dennis.l.bie...@gmail.com>
wrote:

> On Fri, 2 Jul 2021 15:44:12 +0530, in gmane.comp.hardware.beagleboard.user
> Vinayakumar Chikkadi <vinayvkc-re5jqeeqqe8avxtiumw...@public.gmane.org>
> wrote:
>
>
> >I am using the prolific usb to serial connector. After I connect the usb
>
>         WHICH "prolific usb to serial"?  They have a whole slew of
> different
> models. And that doesn't count the packagers using a Prolific chip in their
> products (cf:
> https://www.amazon.com/prolific-usb-serial/s?k=prolific+usb+to+serial )
> I'm guessing something similar to
>
> https://www.amazon.com/Serial-Adapter-Signal-Prolific-Windows/dp/B07R8BQYW1/ref=sr_1_8?dchild=1&keywords=prolific+usb+to+serial&qid=1625245702&sr=8-8
>
>         I can't really help with Prolific -- most of my USB<>serial
> devices are
> FTDI chips. I think the Adafruit 4-pin cable is the only Prolific chip
> device I have.
>
> >cable & When I check on Ubuntu with dmesg | tail
> >I could see it’s getting enumerated as ttyUSB0
> >When I open with putty on the path
> >/dev/ttyUSB0 with 115200 8N1
> >I am not able to open the com port using putty.
>
>         Do you have privileges for the device? May not be relevant, but
> connecting a USB<>Serial to the USB side of my BBB (I don't have a native
> Linux desktop computer, and Windows won't be helpful to you) shows up like
>
> crw-rw---- 1 root dialout 188,  0 Jul  2 13:21 /dev/ttyUSB0
>
> the default user for the machine does belong to the dialout group.
>
>         I got the same thing for Debian running inside VirtualBox /after/
> manually selecting the USB device from the VB0x menu...
>
>         BUT... unlike the BBB, my user account under VBox does NOT belong
> to
> the dialout group, so I would have not permission to use it without making
> changes...
>
> crw-rw---- 1 root dialout 188,  0 Jul  2 13:31 /dev/ttyUSB0
> wulfraed@debian:~$ groups
> wulfraed cdrom floppy sudo audio dip video plugdev netdev bluetooth lpadmin
> scanner vboxsf
> wulfraed@debian:~$ sudo usermod -a -G dialout wulfraed
> [sudo] password for wulfraed:
>
> <logout, login>
>
> wulfraed@debian:~$ groups
> wulfraed dialout cdrom floppy sudo audio dip video plugdev netdev bluetooth
> lpadmin scanner vboxsf
> wulfraed@debian:~$
>
>
>
> --
> Dennis L Bieber
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to the Google Groups
> "BeagleBoard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/rqhudg5e0ekfsmaetfe966socu9l1telkn%404ax.com
> .
>
-- 
V.K.CHIKKADI

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CA%2BqvWERAzY0nQCrV1Ji5bYGJ64T5CB3xiCR5_VvyEfOXxUDzZA%40mail.gmail.com.

Reply via email to