Using a USB to I2C adapter on Ubuntu The Next CEO of Stack OverflowHow do I connect to a...
Visit to the USA with ESTA approved before trip to Iran
Why do remote companies require working in the US?
Why didn't Theresa May consult with Parliament before negotiating a deal with the EU?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Does it take more energy to get to Venus or to Mars?
Increase performance creating Mandelbrot set in python
Robert Sheckley short story about vacation spots being overwhelmed
Anatomically Correct Mesopelagic Aves
The King's new dress
Should I tutor a student who I know has cheated on their homework?
How to count occurrences of text in a file?
Shade part of a Venn diagram
When Does an Atlas Uniquely Define a Manifold?
WOW air has ceased operation, can I get my tickets refunded?
What is the purpose of the Evocation wizard's Potent Cantrip feature?
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
If the heap is initialized for security, then why is the stack uninitialized?
Failed to fetch jessie backports repository
Term for the "extreme-extension" version of a straw man fallacy?
Opposite of a diet
How to make a variable always equal to the result of some calculations?
How did people program for Consoles with multiple CPUs?
Text adventure game code
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 2 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