this is the boot dump when udoo neo boots, but gets stuck after typing in password
this is the boot dump with another sd card
My udoo neo is not booting all of a sudden, sometimes i can ssh into the server but it gets stuck after typing in a command, sometimes it does not...
Hi, anyone know how to remove the udoo first configuration, as i need to really run apache on port 80, or is there any way to change the port of...
Happy to know that your issue is resolved!!! :)
Issue resolved!!!! i had to remove pyserial installed using pio and installed python-serial and everything works like charm sudo pip uninstall...
I'm getting the same errors in python still, where did you install pyserial from?
Hi Pilif, thanks for your valuable information and fast reply, but I'm still getting the same errors when executing the python script, which...
Thanks for the code and help, but............ Tried your code but still getting the same errors as below: Traceback (most recent call last):...
this is the arduino code: void setup() { Serial.begin(115200); Serial0.begin(115200); } void loop() { Serial.write(Serial0.read());...
Thanks for the reply, the method followed is same but the udoo neo serial port is a virtual one, physical ports and usb serial ports works fine,...
i wrote a python script to read serial data: import serial ser=serial.Serial('/dev/ttyMCC',115200) while True: print ser.readline() but while...
Separate names with a comma.