usb-serial
Posted: Fri May 22, 2020 11:10 pm
@marcelr How do i get data to a usb device ?
on the toon.
/sys/bus/usb-serial
/sys/bus/usb-serial/uevent
/sys/bus/usb-serial/devices
/sys/bus/usb-serial/drivers
/sys/bus/usb-serial/drivers_probe
/sys/bus/usb-serial/drivers_autoprobe
This would allow a tx/rx (serial port) command via usb to be send. softwareserial.h would allow that command to be interperted
but
# /sbin/getty
getty: applet not found
Googling on this suggests a firmware compile issue of sorts .. (a lot of commands like passwd have the same issue) it might be busybox or just the environment compiling ..
can you tell me if this is within your realm of possiblitie(s) (the applet error) .. you guys do a lot already ..
I don't know where the manufactures work stops and your additions start ..
btw I know there are other avenues to explore .. just wanted to try this one
on the toon.
/sys/bus/usb-serial
/sys/bus/usb-serial/uevent
/sys/bus/usb-serial/devices
/sys/bus/usb-serial/drivers
/sys/bus/usb-serial/drivers_probe
/sys/bus/usb-serial/drivers_autoprobe
This would allow a tx/rx (serial port) command via usb to be send. softwareserial.h would allow that command to be interperted
but
# /sbin/getty
getty: applet not found
Googling on this suggests a firmware compile issue of sorts .. (a lot of commands like passwd have the same issue) it might be busybox or just the environment compiling ..
can you tell me if this is within your realm of possiblitie(s) (the applet error) .. you guys do a lot already ..
I don't know where the manufactures work stops and your additions start ..
btw I know there are other avenues to explore .. just wanted to try this one