I'm trying to use Sparkfun's OBD-II-UART board to interface with a CAN network using a Raspberry pi 4. Upon connecting to sudo screen /dev/ttyAMA0 and when I send the commands, I'm not able to get any response from the OBD-II-UART board. Can anyone suggest why it is not communicating?
Can not communicate sparkun OBDII UART with Raspberry pi 4 over (minicom)
133 Views Asked by Binjaw At
0
There are 0 best solutions below
Related Questions in RASPBERRY-PI
- Using camera shutter to trigger MPU6050 on raspberry pi
- os.hostname() to return an IP
- Sparkfun SC16IS750 does not work on Raspberry Pi
- Raspberry Pi won't run script on boot
- Raspberry PI Compute Module - SPI1
- Arduino serial works fine with Debian but hangs with Raspbian
- MPI Processes Communication error
- Raspberry Pi script boot order
- Kivy on RaspberryPi (Raspbian) - unable to load any valuable window provider
- Raspberry Pi: printf() doesn't work with wiringPi
- separate frequencies from music
- Use same Python variable in multiple if-statements
- Nodejs app is continuously restarting
- How deploy an large number iBeacons
- RPi running script at boot then stops
Related Questions in UART
- Connecting a USB serial device to the Arduino directly
- STM32F4 Handling peripheral error while making a DMA Transfer (RX)
- Retrieve data from via UART
- UART RX Interrurpt fired too early
- Send data from PC to Raspberry
- Altera UART IP Core
- UART for MSP430FR5969
- Issue sending c char* over USART
- Real time data plotting using MSP430 on python
- why picocom gets irrecognizable code
- How to disable default Raspberry Pi 2 model B UART driver/module?
- Uart / GPS driver sample buffer overflow
- UWP UART send/recieve bytes incorrectly
- I got a big trouble with BeagleboneBlack Uart
- C++ unsigned char array length
Related Questions in OBD-II
- How to send custom CAN messages using ELM327?
- OBD-ii Reader freezing and not real time
- How can I read/write data to and from an OBD-II adapter with Windows Phone 8?
- i want data from obd using by bluetooth sample app
- Send a string message continously with delay via Bluetooth
- Read OBDII data in Ionic 2 via bluetooth
- IPhone Bluetooth Connectivity to external hardware device over ATCommand or any other way
- Sending command to OBDII using Ionic 3 native bluetooth plugin
- Unable to communicate with ELM327 bluetooth
- Unable to send ATZ command to ELM 327 after establishing connection with ELM327 in android
- Isolating obd scan tool from other bluetooth devices during bluetooth device search
- How does the following code snippet work?
- Getting "No data" response from BOD II in android
- Asynchronous Values Update using GCDAsynSocket api
- How to get specified data from stream?
Related Questions in SPARKFUN
- Fourth button Binary Conversion Not working
- SparkFun RP2040 and MicroPython
- Sparkfun edge bootloader problem... not working
- Qwiic BME280 pressure reading too high?
- Can I use a Arduino Mega 2560 as a multiplexer?
- Does the Sparkfun ESP32 Thing is compatible with generic modules like DHT11 sensor?
- Convert IMU Madgwick's quaternion to x,y,z position in Unity3D
- Can not communicate sparkun OBDII UART with Raspberry pi 4 over (minicom)
- How to patch / configure a nodemcu build for SparkFun ESP32 Thing
- Interfacing Loadcell and Sparkfun's Qwiic Scale NAU7802 with ESP32
- Heatmap live update from a database does not work
- In Arduino, using MCP4725 and Artemis MicroMod Processor, receiving fatal error: cstddef: No such file or directory. How to resolve?
- SARA-R5 AWS Unable to connect
- ISSUES USING AS7265X SPECTRAL SENSOR WITH SPARKFUN ESP32-S2 THING PLUS
- I am using "SparkFun Qwiic Keypad", For Keypad Library some do not understand
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?