S
schwitin
Neues Mitglied
- 0
Hallo Leute,
ich möchte ein "Maestro 6-Channel USB Servo Controller" von Pololu mit dem Android ansteuern. Laut Doku geht es über die virtellen USB-Ports:
"The Maestros two virtual serial ports can be used in Linux without any special driver installation. The virtual serial ports are managed by the cdc-acm kernel module, whose source code you can find in your kernels source code drivers/usb/class/cdc-acm.c. When you connect the Maestro to the PC, the two virtual serial ports should appear as devices with names like /dev/ttyACM0 and /dev/ttyACM1 (the number depends on how many other ACM devices you have plugged in). The port with the lower number should be the Command Port, while the port with the higher number should be the TTL Serial Port. You can use any terminal program (such as kermit) to send and receive bytes on those ports."
- Ist V845 dafür geeignet?
- Wie lässt sich herausfinden, ob ein Gerät das usb hsost mode unterstützt?
- Wie lässt sich das Gerät in dieses mode versetzen?
- Entält der Originalkernel die notwendigen acm-Treiber?
Wer Ähnliches machen will, mit diesm Projekt lässt sich ein ein serial port ansteuern:
android-serialport-api - Project Hosting on Google Code
Danke
Wladimir
ich möchte ein "Maestro 6-Channel USB Servo Controller" von Pololu mit dem Android ansteuern. Laut Doku geht es über die virtellen USB-Ports:
"The Maestros two virtual serial ports can be used in Linux without any special driver installation. The virtual serial ports are managed by the cdc-acm kernel module, whose source code you can find in your kernels source code drivers/usb/class/cdc-acm.c. When you connect the Maestro to the PC, the two virtual serial ports should appear as devices with names like /dev/ttyACM0 and /dev/ttyACM1 (the number depends on how many other ACM devices you have plugged in). The port with the lower number should be the Command Port, while the port with the higher number should be the TTL Serial Port. You can use any terminal program (such as kermit) to send and receive bytes on those ports."
- Ist V845 dafür geeignet?
- Wie lässt sich herausfinden, ob ein Gerät das usb hsost mode unterstützt?
- Wie lässt sich das Gerät in dieses mode versetzen?
- Entält der Originalkernel die notwendigen acm-Treiber?
Wer Ähnliches machen will, mit diesm Projekt lässt sich ein ein serial port ansteuern:
android-serialport-api - Project Hosting on Google Code
Danke
Wladimir