Is it possible to add rs232 com port to x86? which one should i get?

Discussion in 'UDOO X86' started by B Tung, Mar 30, 2018.

  1. B Tung

    B Tung New Member

    Joined:
    Apr 26, 2016
    Messages:
    3
    Likes Received:
    0
    title thank you
     
  2. jas-mx

    jas-mx Active Member

    Joined:
    Dec 31, 2013
    Messages:
    407
    Likes Received:
    118
    You can use a usb adapter either ttl or full rs232 depending on your needs.
     
  3. ccs_hello

    ccs_hello UDOOer

    Joined:
    Apr 15, 2017
    Messages:
    536
    Likes Received:
    194
    See UDOO x86 manual page 35:
    Socket #4, CN 15 for Braswell
    (UART 1) Pin 6 Tx, Pin 8 Rx, <-- this one is the first COM port
    (UART 2) Pin 14 Tx, Pin 16 Rx

    Note this type is 1.8V ultra-LVTTL I/O. Depend on use case (true RS232 signal level, 5V TTL level, 3.3V LVTTL level), you need a (different) level shifter.
     
    LDighera likes this.
  4. Snakebyte

    Snakebyte Member

    Joined:
    Mar 19, 2018
    Messages:
    90
    Likes Received:
    9
    Have you been successful in getting serial communication from either COM port?
     
  5. Snakebyte

    Snakebyte Member

    Joined:
    Mar 19, 2018
    Messages:
    90
    Likes Received:
    9
    Strange - now the Udoo x86 board I have will not power up if the ttl->usb connector is hooked up to the Udoo and my laptop. This was working before (splash screen and device screen came up fine, no bootloader or OS, though), and I haven't made any changes to the wiring. The light stays amber, regardless of whether I unplug the board or try the power button.

    Has anyone successfully connected via the serial port UART? If so, what by what method (OS/library, client/host) and with what hardware?
     
  6. ccs_hello

    ccs_hello UDOOer

    Joined:
    Apr 15, 2017
    Messages:
    536
    Likes Received:
    194
    Minimally, you'll need a USB-1.8V LV TTL dongle.
    Most of the commercial USB serial dongles are 3.3V or 5V type.
    You don't want to feed 3.3V to Braswell X86.
     
    LDighera likes this.
  7. Snakebyte

    Snakebyte Member

    Joined:
    Mar 19, 2018
    Messages:
    90
    Likes Received:
    9
    This is what I have:

    https://www.digikey.com/products/en?keywords=768-1070-ND

    Splash screen and device screen work with console redirect, or used to. No further communication occurs once the bootloader is entered.

    Have you successfully used the serial port UART1? What combination of software (OS, terminal, etc) did you use?
     
  8. Snakebyte

    Snakebyte Member

    Joined:
    Mar 19, 2018
    Messages:
    90
    Likes Received:
    9
    Let me correct myself - after the device screen disappears and control is passed to the bootloader, communication slows to a crawl. A screen redraw takes minutes. It can not keep up with the output from the bootloader. However, as of this morning, the board will not even boot with the cable in the USB port on my laptop.
     
  9. LDighera

    LDighera UDOOer

    Joined:
    Jan 13, 2014
    Messages:
    206
    Likes Received:
    36
  10. Snakebyte

    Snakebyte Member

    Joined:
    Mar 19, 2018
    Messages:
    90
    Likes Received:
    9
    Yes, according to the invoice. Splash screen and device screen used to work.
     

Share This Page