Hi, I am planing a project using an arm 7 processor and that acts as a client connecting to a remote server using TCP/IP communictations. My questions are: 1) Has anybody used the Keil ARTX with an arm 7 core? 2) Can it be set-up to act as a client, automaticaly loging on to a remote server? 3) How many releases have there been and is it stable? 4) Could someone email me users guide as I can't find it on the web site. Thanks, Ian
ARTX for ARM is fairly new, however the product is available since about 2 years for the 166 target platform. A user's manual you can be downloaded from: http://www.keil.com/ararm/ The system has tcp_connect and udp_connect functions that can be used for logging on. Reinhard