rtcs HTTPSRV twrk60fa120m

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

rtcs HTTPSRV twrk60fa120m

669 次查看
andreeasafta
Contributor I

Hi,

I'm working on a project whose purpose is to write something from the keyboard (using serial terminal Hterm), send that data on the RS232 serial and receive it and show it on a webserver.

I'm trying to modify the httpsrv code from rtcs folder in order to obtain on the webserver the data I'm sending from my serial terminal on the computer .

I managed to do this but I have a problem. When I write something like "abcdefg" it shows ok on the webserver but when I transmit "abc defg" (with a space between letters), it splits my string and shows on a line "abc" and on the next line "defg". I want to transmit it as a whole, including the space.

Do you have any idea how can I fix this issue?

Thanks a lot

标签 (1)
0 项奖励
回复
1 回复

607 次查看
DavidS
NXP Employee
NXP Employee

Hi Andreea,

Can you post your code example?

Regards,

David

0 项奖励
回复