You are reading a single comment by @user7290 and its replies. Click here to read the full conversation.
  • I'm doing the Serial test example connect rx tx together
    1v65
    Serial3.setup(9600,{rx:D9,tx:D8});
    Serial3.on('data', function(data){print("serial3"+data);});­
    Serial3.print("hello");

    output:
    =undefined
    serial3
    serial3
    serial3
    serial3

    what happend to hello?

    Thanks,
    Sonny

About

Avatar for user7290 @user7290 started