Recent activity
Subscribe to this feed
Max Barker replied on August 05, 2008 21:34 to the problem "Serial port not working on EM1202-EV board" in Tibbo:
Max Barker replied on August 04, 2008 09:52 to the problem "Serial port not working on EM1202-EV board" in Tibbo:
Uploading firmware using Device Explorer works, uploading a project from TIDE doesn't.
I do not currently have another Tibbo device to test with.
The code I'm using to initialise the port to 2400 baud, 8 bits, no parity, 1 or 2 stop bits:
ser.num=0
ser.interchardelay=2
ser.bits=PL_SER_BB_8
ser.parity=PL_SER_PR_NONE
ser.flowcontrol=DISABLED
ser.baudrate=ser.div9600*4 '2400 bud
ser.enabled=YES
Using this, on_ser_data_arrival() never triggers.
Max Barker replied on August 03, 2008 16:14 to the problem "Serial port not working on EM1202-EV board" in Tibbo:
Max Barker reported a problem in Tibbo on August 03, 2008 13:18:
Serial port not working on EM1202-EV boardI've been trying to create a couple of small test programs to communicate with serial devices using the EM1202-EV's built in DB9 connector, but I've not been able to verify any communication with the devices. I decided to try uploading the binary through TIDE as a serial transport and get no response, TIDE sits there with a messing saying "Uploading..." and the EM1202 LEDs don't show an upload in progress. Uploads as UDP transports work fine.
Could it be that I have a bad board?
Max Barker asked a question in Tibbo on July 27, 2008 10:22:
Are custom platform Templates not working?The documentation for creating project templates seems a little out of date, refers to a none existent .p platform file. This is using Tide 2.6.25. Is there a more up to date method for creating custom templates, or is this none-functional at the moment?
Loading Profile...
