Results 1 to 2 of 2

Thread: Read data from serial port

  1. #1
    Junior Member
    Join Date
    Dec 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default Read data from serial port

    Basically there are two programs that I used. Firstly, realterm in windows to read my serial port. It able to read the data correctly. Secondly, minicom in ubuntu to receive and read my serial port. It able to receive but unable to read correctly. The data that it receives is unreadable. Any one knows why?

  2. #2
    Junior Member
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Lightbulb raw test using echo and cat

    Quote Originally Posted by tzeronone View Post
    Basically there are two programs that I used. Firstly, realterm in windows to read my serial port. It able to read the data correctly. Secondly, minicom in ubuntu to receive and read my serial port. It able to receive but unable to read correctly. The data that it receives is unreadable. Any one knows why?

    not exact but buffers are not clear . just tyr echo "hi" >/dev/ttyS0 from 1 st device
    n the on othe cat /dev/ttyS0 it is working then the problem lies in u r code .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Red Hat Linux: HowTo Set baudrate for serial port connection
    By chandrasekhar439 in forum CentOS / RHEL / Fedora
    Replies: 1
    Last Post: 20th September 2011, 06:07 PM
  2. KVM Virsh: Redirect CentOS / Redhat Console To A Serial Port
    By jerry in forum Kernel-based Virtual Machine
    Replies: 5
    Last Post: 17th March 2011, 10:22 PM
  3. Serial port Script trouble
    By mmof in forum Shell scripting
    Replies: 9
    Last Post: 27th October 2010, 10:33 PM
  4. Usb to serial port
    By adjeiinfo in forum Linux software
    Replies: 1
    Last Post: 18th June 2010, 02:16 PM
  5. USB Port Blocking / Read only Acces on Windows
    By rajuk in forum Windows Xp/2000/2003 server administration
    Replies: 4
    Last Post: 8th June 2008, 11:13 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41