EVB-B1+ WIZnet, EVB-B1+ Datasheet - Page 72

no-image

EVB-B1+

Manufacturer Part Number
EVB-B1+
Description
Development Boards & Kits - ARM W3150A+EVAL BOARD BASED ON AVR
Manufacturer
WIZnet
Datasheet

Specifications of EVB-B1+

Rohs
yes
Product
Evaluation Boards
Interface Type
RS-232, SPI
Operating Supply Voltage
3.3 V, 5 V
Data Bus Width
8 bit
Dimensions
50 mm x 40 mm
Processor Series
ATmega128
“ROMFileMaker.exe” provided by WIZnet. Refer to “ROM File Maker Manual Vx.x.pdf” for further
information.
HTTP Request message can be divided into Method and Request-URI by parse_http_request() and stored in
‘st_http_request’ Date Type which is defined in <Table 3-31>. It gets the requested URI Type with
get_http_uri_type().
#define MAX_URI_SIZE
typedef struct _st_http_request
{
}st_http_request;
u_char METHOD;
u_char TYPE;
char
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
URI[MAX_URI_SIZE];
<Table 3-30: “st_http_request” Data>
<Fig 3.20: parse_http_request()>
(2048 - sizeof(char)*2)
/* request method(METHOD_GET...). */
/* request type(PTYPE_HTML...).
/* request file name.
*/
*/
62

Related parts for EVB-B1+