Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 74484  / 3 Years ago, fri, august 13, 2021, 4:32:07

I have a USB modem that is identified in Linux (Ubuntu 12.04) with lsusb as



Bus 001 Device 003: ID 0572:1329 Conexant Systems (Rockwell), Inc.


How to talk to that device (e.g. with microcom etc?)? What dev device should I use? There is no /dev/ttyUSBXXX available and just one /dev/ttyACM0.


More From » 12.04

 Answers
4

If by talk you mean send AT commands in the form



echo "ATi" > /dev/usbDev


try this:
http://brunomgalmeida.wordpress.com/2012/04/06/send-at-commands-to-usb-modem/


[#35340] Friday, August 13, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
percol

Total Points: 493
Total Questions: 116
Total Answers: 107

Location: Taiwan
Member since Mon, Sep 6, 2021
3 Years ago
;