Recent activity
Subscribe to this feed
ezuk replied on April 17, 2008 10:54 to the problem "How to use the 4 serial ports?" in Tibbo:
Carlos Pereira replied on April 16, 2008 16:56 to the problem "How to use the 4 serial ports?" in Tibbo:
Carlos Pereira marked one of Wolftec's replies in Tibbo as useful. Wolftec replied to the problem "How to use the 4 serial ports?".
Wolftec replied on April 16, 2008 15:12 to the problem "How to use the 4 serial ports?" in Tibbo:
ezuk replied on April 16, 2008 11:35 to the problem "How to use the 4 serial ports?" in Tibbo:
Wolftec replied on April 14, 2008 17:31 to the problem "How to use the 4 serial ports?" in Tibbo:
Carlos Pereira replied on April 14, 2008 15:33 to the problem "How to use the 4 serial ports?" in Tibbo:
I use this code:
sub on_sys_init
ser.num=1
ser.flowcontrol=DISABLED
ser.baudrate=ser.div9600/(19200/9600)
ser.enabled=NO
ser.mode=PL_SER_MODE_UART
ser.rxbuffrq(4)
ser.txbuffrq(4)
sys.buffalloc
ser.enabled=YES
end sub
and to send data on an event I use:
ser.setdata("test")
ser.send
With this code, changing ser.num=1 to ser.num=0 , the data is sent to serial port 0. But with ser.num=1 it doesn't work.
Thanks.
Wolftec replied on April 14, 2008 14:23 to the problem "How to use the 4 serial ports?" in Tibbo:
Carlos Pereira replied on April 14, 2008 14:10 to the problem "How to use the 4 serial ports?" in Tibbo:
Advisor replied on April 10, 2008 08:04 to the problem "How to use the 4 serial ports?" in Tibbo:
Carlos Pereira replied on April 09, 2008 13:29 to the problem "How to use the 4 serial ports?" in Tibbo:
ezuk replied on April 09, 2008 11:02 to the problem "How to use the 4 serial ports?" in Tibbo:
Uxi reported a problem in Tibbo on April 08, 2008 14:01:
How to use the 4 serial ports?Hi!
I've a EM1000-EV-01 board and I would like to know if is it possible to use the four serial ports available on the board. I've already tried but I can only work with serial port 0.
The other problem I'm having is that I just can send data from Ethernet to serial port 0 and not from serial port to ethernet...I'm using sock.redir and ser.redir.
Regards
Loading Profile...



