Hi All,
How can I communictae with an I2C (or Dallas 2-wire) device?
I want to use a real-time clock chip in my design, but how to 'talk' to it?
TIA<
Mark
Im testing first proto version with em1202 and almost everything is working just great. The problem is that i cant do serial firmware uploading. Im using uart0 in my project and its connected to another card with ribbon cable. we use only Rx, Tx and ground signals in connection and its working because software handels handshaking and flow control. But if i try to connect that ribbon cable to rs-232 converter and then to my laptop, the em1202-module doesnt send that first character in the XMODEM exchange at all.
I think it needs some other signal connected too (DTR, CTS or something?) ? I Dont know anything about rs-232 communication, so please help me if you know what could be wrong :)
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?
Hi All,
How can I communictae with an I2C (or Dallas 2-wire) device?
I want to use a real-time clock chip in my design, but how to 'talk' to it?
TIA<
Mark
Is it possible to use a ds100 serial device server with com redirector software from Lantonics on a pc
I'm using two UDS 10 devices from lantronics on a local network.
I’m trying to make my first WI-FI connection with EM1000-EV evaluation board.
I have downloaded the TAIKO code wi-fi demo and I have changed all the information concerning my wi-fi local network.
I’m using the software “TIBBO Interface – by Elettronica In” installed in my windows Xp Pro notebook, but noting appends: every time I click “Connect” I receive the “SOCKET ERROR 10060”.
Some body have any ideas? Thanks in advance!
Hi, I need to be able to detect state changes of the CTS line.
I have been using the following simple app:
io.num = PL_IO_NUM_18_INT2 ' CTS input of the serial port 2
io.enabled=NO 'we configure this line as input (default)
dim x as low_high
do
x = io.lineget(PL_IO_NUM_18_INT2)
loop until x = LOW ' it's always HIGH no matter what
To alter the state of the CTS line I use an external circuit. It works for my PC after I anable the DTR line/pin. But how do I enable it on this device?
Hi! It's me again! Now I have an EM1000-TEV demo board and it came with the OLED display from the distributor. When I turned it up the display was not running, so I am figuring out why... I already downloaded the new Tide and Tios for the EM1000W. I also selected the Solomon SSD1329 option for the compilation and I does not work, there are some directives missing on the LCD_LIBRARY for the OLED... I found that on the tibbo website (http://www.tibbo.com/terminal_demo.php) that the demo works only with LB0 and LB2. Is that true? I've got a LB1 on my TEV kit... Anyone could help me on that??
Why is the transfer speed for images so low? I am using over 8 sockets (i believe) but still get only 1 kbps. Is this the machine, or my code? (using the em1000-ev)
Has anybody seen Basic application to use EM1000W as a Device Server? I want to had functionality but COM emulation is good to me
There is a quote on Tibbo's site documents telling the application was due in 2006 4Q.
Is there a way to determine Tibbo uptime? For instance, if there is some sort of timer for determining if there is an issue for instance a service technician could just look at a webpage showing the system uptime - or does this have to be implemented internally by ourselves?
There are any code samples while the docs aren't ready that show how to work with the LCD object ?
* what lcd types/devices does it work well ? (from TIDE project options, graphical ones)
* does it work with the generic with a HD44780-based character lcd ?
* any gotchas to be aware of ?
* any specific device know to work reliable with a EM1000 ?