I have been trying to bringup a USB gadget on Raspberry Pi 4 and have been successful after trying out various things on internet,
This one was very useful: https://learn.adafruit.com/turning-your ... ial-gadget
I am using RaspianOS.
I now find a /dev/ttyGS0 which works fine with serial python library although I cannot change serial settings for it from 8N1 to 7N1 or any change in bytesize, parity, or stopbits.
Is this a limitation or should I be using something different?
This one was very useful: https://learn.adafruit.com/turning-your ... ial-gadget
I am using RaspianOS.
I now find a /dev/ttyGS0 which works fine with serial python library although I cannot change serial settings for it from 8N1 to 7N1 or any change in bytesize, parity, or stopbits.
Is this a limitation or should I be using something different?
Statistics: Posted by kelapuress — Fri Nov 29, 2024 10:39 am — Replies 1 — Views 57