Using a USB to I2C adapter on Ubuntu The Next CEO of Stack OverflowHow do I connect to a wireless network using a TP-Link TL-WN321G USB adapterSend raw data to USB parallel port after upgrading to 11.10Cannot mount one usb disc, although other mounts automatically after 12.10 upgradeLubuntu and Belkin F5U103v usb to serial : can i make it work under WINE?Ubuntu Touch - USB serial drivers/modulesOne USB device, two serial interfaces: how to?how to make usb printer work on ubuntu 16.04?No ttyACM0 for Arduino Nano on Ubuntu. How can I attach it?USB-Serial adaptor doesn't create /dev/ttyUSB path to address deviceUsing USB to quad UART (FT4232H) device on Ubuntu
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Where to find order of arguments for default functions
How to make a variable always equal to the result of some calculations?
Apart from "berlinern", do any other German dialects have a corresponding verb?
How to get regions to plot as graphics
What is the purpose of the Evocation wizard's Potent Cantrip feature?
Natural language into sentence logic
Does it take more energy to get to Venus or to Mars?
Is it okay to store user locations?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
Does the Brexit deal have to be agreed by both Houses?
Why does C# sound extremely flat when saxophone is tuned to G?
What happens if you roll doubles 3 times then land on "Go to jail?"
Can I equip Skullclamp on a creature I am sacrificing?
How did people program for Consoles with multiple CPUs?
How do spells that require an ability check vs. the caster's spell save DC work?
If the heap is initialized for security, then why is the stack uninitialized?
Is HostGator storing my password in plaintext?
Inappropriate reference requests from Journal reviewers
What is the point of a new vote on May's deal when the indicative votes suggest she will not win?
Why doesn't a table tennis ball float on the surface? How do we calculate buoyancy here?
Should I tutor a student who I know has cheated on their homework?
Are there languages with no euphemisms?
WOW air has ceased operation, can I get my tickets refunded?
Using a USB to I2C adapter on Ubuntu
The Next CEO of Stack OverflowHow do I connect to a wireless network using a TP-Link TL-WN321G USB adapterSend raw data to USB parallel port after upgrading to 11.10Cannot mount one usb disc, although other mounts automatically after 12.10 upgradeLubuntu and Belkin F5U103v usb to serial : can i make it work under WINE?Ubuntu Touch - USB serial drivers/modulesOne USB device, two serial interfaces: how to?how to make usb printer work on ubuntu 16.04?No ttyACM0 for Arduino Nano on Ubuntu. How can I attach it?USB-Serial adaptor doesn't create /dev/ttyUSB path to address deviceUsing USB to quad UART (FT4232H) device on Ubuntu
I have Ubuntu 18.04, and would like to get a USB to I2C adapter to work on it using command line so I can do some basic tests on several sensors. My USB to I2C adapter can be found here. What I've learned so far: my adapter likely creates a virtual serial port that I can use to communicate with I2C devices. Running dmesg
shows that the adapter can be found on /dev/ttyACM0. I can write to /dev/ttyACM0 with, say, printf '<bytes here>' > /dev/ttyACM0
. So far I had no luck getting a device to respond in any way, so I was wondering the following: is there any standard test I can do to figure out if my connection is actually working? Also, how can I read output (if any) from my devices using /dev/ttyACM0 on the command line?
usb
New contributor
add a comment |
I have Ubuntu 18.04, and would like to get a USB to I2C adapter to work on it using command line so I can do some basic tests on several sensors. My USB to I2C adapter can be found here. What I've learned so far: my adapter likely creates a virtual serial port that I can use to communicate with I2C devices. Running dmesg
shows that the adapter can be found on /dev/ttyACM0. I can write to /dev/ttyACM0 with, say, printf '<bytes here>' > /dev/ttyACM0
. So far I had no luck getting a device to respond in any way, so I was wondering the following: is there any standard test I can do to figure out if my connection is actually working? Also, how can I read output (if any) from my devices using /dev/ttyACM0 on the command line?
usb
New contributor
add a comment |
I have Ubuntu 18.04, and would like to get a USB to I2C adapter to work on it using command line so I can do some basic tests on several sensors. My USB to I2C adapter can be found here. What I've learned so far: my adapter likely creates a virtual serial port that I can use to communicate with I2C devices. Running dmesg
shows that the adapter can be found on /dev/ttyACM0. I can write to /dev/ttyACM0 with, say, printf '<bytes here>' > /dev/ttyACM0
. So far I had no luck getting a device to respond in any way, so I was wondering the following: is there any standard test I can do to figure out if my connection is actually working? Also, how can I read output (if any) from my devices using /dev/ttyACM0 on the command line?
usb
New contributor
I have Ubuntu 18.04, and would like to get a USB to I2C adapter to work on it using command line so I can do some basic tests on several sensors. My USB to I2C adapter can be found here. What I've learned so far: my adapter likely creates a virtual serial port that I can use to communicate with I2C devices. Running dmesg
shows that the adapter can be found on /dev/ttyACM0. I can write to /dev/ttyACM0 with, say, printf '<bytes here>' > /dev/ttyACM0
. So far I had no luck getting a device to respond in any way, so I was wondering the following: is there any standard test I can do to figure out if my connection is actually working? Also, how can I read output (if any) from my devices using /dev/ttyACM0 on the command line?
usb
usb
New contributor
New contributor
New contributor
asked 3 mins ago
anvoiceanvoice
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
anvoice is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129596%2fusing-a-usb-to-i2c-adapter-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
anvoice is a new contributor. Be nice, and check out our Code of Conduct.
anvoice is a new contributor. Be nice, and check out our Code of Conduct.
anvoice is a new contributor. Be nice, and check out our Code of Conduct.
anvoice is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1129596%2fusing-a-usb-to-i2c-adapter-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown