Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
5answers
941 views

Robust and easy to implement serial bus (automotive application) [closed]

What serial communication bus would you use in a automotive embedded system if your main selection criteria were: Electrically robust Slow speed (32 kb/s) Easy to program Easy to interface ...
2
votes
1answer
123 views

Talking to a motor driver through USB

I have a motor, connected to a motor driver, connected a windows XP computer by a CAN-BUS (throught USB). I want to "talk" to the motor driver and have some questions: Does the USB appear as a COM ...
1
vote
1answer
143 views

Talking to a motor driver through a CAN-BUS

I have a motor, connected to a motor driver, connected a windows XP computer by a CAN-BUS (through USB I believe). I want to "talk" to the motor driver and have some questions: Does ...
0
votes
1answer
481 views

Android CAN Bus support? [closed]

we are considering using Android in our embedded device. However we need CAN Bus support, is it Android supporting it or are there any drivers for it? Thanks for answer!
0
votes
2answers
773 views

Redirect telnet 23 to COM Port via WIFI

I bought an Bluetooth ELM327 to read codes out of my cars diagnostic ports I connect to it via Bluetooth in windows and it makes a serial-over-bluetooth com port 4 which any application running on ...
0
votes
1answer
739 views

OBD2/CAN BUS problems with send commands

I'm developing application (Android). This aplication is connected to OBD2 compliant vehicle /CAN BUS and read data from it. I've done succesfully connection using OBDKey and read data using OBD ...