Tagged Questions
0
votes
1answer
26 views
How do I install an Xbee? I am trying to do it with ruby
Download the ruby-xbee tarball from Here. Extracted the bundle into its permanent directory:
cd to /ruby*pcc
Did
$ ln -s ruby-serial-port-0.6-linux-intel ruby-serialport-0.6
$ ruby extconf.rb ...
0
votes
0answers
40 views
linux serial port configuration
I need to connect an Intel Series Panel PC to two DB9 serial connectors. There are 4 COMs and 4 USB ports, ttyS1 is dedicated to Elo TouchScreen serial port,(manually installed, it is serial). I can ...
0
votes
0answers
203 views
Serial console configuration
So I have an Ubuntu server (12.10) running on Shuttle XS36V. This computer is totaly headless (just connected on the TV while installing).
Now, I'm trying to use the serial port to connect to my box ...
1
vote
2answers
829 views
How do I send ASCII string to Arduino over COM port?
I would like to send an ACII string over a com port using the linux terminal. How can I do that.
I am using Kubuntu 12.04
I am brand new to linux and serial communication. I just got an arduino. ...
1
vote
2answers
2k views
How do I get OBDII software working?
I have an ODBII USB cable for vehicle diagnostics, unfortunately I haven't been able to get it working on Ubuntu 12.04. The closest I've come is using the VAG-COM software with wine, using the ln -s ...