Jump to content

Recommended Posts

Posted

Hello. I am using the NanoPi NEO Core board to communicate via UART1 and UART2 ports. I configure the ports using Python - pyserial. This is my configuration code:

 

import serial
com = serial.Serial(
            port = '/dev/ttyS' + str(port),
            baudrate = 115200,
            parity = serial.PARITY_NONE,
            stopbits = serial.STOPBITS_ONE,
            bytesize = serial.EIGHTBITS,
            timeout = 0.02
            )

 

The problem is that the UART TX signal is not clean, as you can see from the following pictures:

https://ibb.co/5sdvGVf

https://ibb.co/zfgZrGT

I get the same signal on both UART ports. I also confirm that I get a similar signal even when the UART TX pin is floating, which leads me to think it may be a software or UART interface problem.

Does anybody have a clue what the problem is?

Posted
3 hours ago, Werner said:

moved to p2p since

neo core is H3

lacks requests information

3rd party script

Hi. What do you mean by requests information and 3rd party script? I can add further details to the question if I understand what you mean.

Posted

The forum asks you before opening new topics in bug reporting forums to use the bug reporting form in order to differentiate if it is actual a bug and if so to provide necessary debug information for developers. I assume you did not do that properly.

https://www.armbian.com/bugs/

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines