Go to advanced search

by pi3reat
Sat Oct 13, 2018 7:40 pm
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Re: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

ok finally I am able to make it !!! :) :) Thanks for bearing with me and my stupid questions ! Your posts realy realy helped me a lot , thanks a zillion times !! this time i connected the Rx,Tx,Vdd,Gnd of Rpi3 to my device directly.opened port ttyS0,timeout = 3.0 , baudrate 115200. I enabled the ser...
by pi3reat
Sat Oct 13, 2018 6:33 pm
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Re: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

increased the timeout to 10 , still the same.
Please note that I expect the device to recieve from the rpi3 .
In your example it is reverse. Device is a Tx device and sending data to Rpi3.
by pi3reat
Sat Oct 13, 2018 12:41 pm
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Re: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

Hello danjperron OK i am here again , :roll: I tried the ttyACM0 port and inserted my device on one of the USB serial port of the Raspberry PI and ran a debugger on the device side and found it did hit the uart function where I have put the break point but starngely I have seen that all the characte...
by pi3reat
Wed Oct 03, 2018 6:14 pm
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Re: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

checkserial should display ok when the 2 pins are connected checkSerial.py this shows OK. But when I connect my modem hardware over the USB port and send the data , even though it shows port opened , and data sent but I never get the expected output(means data is not sent or sent in correctly) Belo...
by pi3reat
Tue Oct 02, 2018 7:07 pm
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Re: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

because of the new Raspberry Pi3 with bluetooth,you should use /dev/serial0 instead of ttyAMA0 which is connected to bluetooth. /dev/serial0 will link the correct serial port. /dev/ttyS0 for RapsberryPi with bluetooth and /dev/ttyAMA0 for the other type of Raspberry Pi. ser = serial.Serial("/dev/tt...
by pi3reat
Tue Oct 02, 2018 11:44 am
Forum: Troubleshooting
Topic: Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port
Replies: 9
Views: 2319

Controlling another Serial Com device from the raspberry PI 3 Model B V1.2 over serial Port

Hello , I have searched all the forums and tried most of the things and havent got any success yet in sending the command over serial port to a modem hardware from Raspberry PI. Type of hardware is irrelvant, target is to send the data over serial com port to any serial device. I can do safely this ...
by pi3reat
Tue Jul 03, 2018 1:46 pm
Forum: Raspberry Pi OS
Topic: Package availability libell
Replies: 5
Views: 1095

Re: Package availability libell

Hello Nick, How did you validated that you are running the blueZ 5.50. On running the meshctl i get this message : Illegal instruction The Kernel running on Rpi is 4.14,below is the output of uname -a Linux raspberrypi 4.14.34+ #1110 Mon Apr 16 14:51:42 BST 2018 armv6l GNU/Linux are you able to run ...
by pi3reat
Mon Jul 02, 2018 5:51 pm
Forum: Troubleshooting
Topic: json error in meshctl
Replies: 2
Views: 980

Re: json error in meshctl

Hi. did you get any success in this? :roll: :roll:
I am getting Illegal instruction whenever I run meshctl.
I am on rip w 0 with kernel 4.14.34 using blueZ 5.50
please share your insights !
Rgds,
rp
by pi3reat
Fri Jun 29, 2018 11:55 am
Forum: Raspberry Pi OS
Topic: Package availability libell
Replies: 5
Views: 1095

Re: Package availability libell

These are the instructions I have followed : https://github.com/Microsoft/ELL/blob/master/INSTALL-Ubuntu.md But I couldn't make it build past 37% :roll: The build stuck at this point : /usr/include/c++/6/bits/stl_vector.h:509:11: note: parameter passing for argument of type '__gnu_cxx::__normal_iter...
by pi3reat
Thu Jun 28, 2018 6:39 pm
Forum: Raspberry Pi OS
Topic: Package availability libell
Replies: 5
Views: 1095

Re: Package availability libell

are you able to fix this?
I think you can build/install the ell from the microsoft github .
rgds,
sr

Go to advanced search