Client Server WLAN (String problem)
Moderators: Shine, Insert_witty_name
-
- Posts: 5
- Joined: Sun May 11, 2008 8:34 pm
Client Server WLAN (String problem)
hi
i have created a program on pc (server) and a lua script on psp,
i connect to the pc>work
i send message to pc>work
i send message from pc to psp>don't work, or better it work,psp receive message but when i print this message i see only special characters!
then i tryed to resend my received message from psp to pc, and the pc see the string! then the problem is only in screen:print i think...
how i can solve?
i have created a program on pc (server) and a lua script on psp,
i connect to the pc>work
i send message to pc>work
i send message from pc to psp>don't work, or better it work,psp receive message but when i print this message i see only special characters!
then i tryed to resend my received message from psp to pc, and the pc see the string! then the problem is only in screen:print i think...
how i can solve?
I have had a problem with sending data to the PSP from a windows application using TCP/IP Socket as well. Although my problem wasn't that is displayed special charactors. My problem was that it didnt send a whole string, it would stop after 10 or so characters. My best bet to tell you is to send strings through the socket if you are not already doing so.
Enlighten me, Reveal my fate -- Follow - Breaking Benjamin
-
- Posts: 5
- Joined: Sun May 11, 2008 8:34 pm
-
- Posts: 5
- Joined: Sun May 11, 2008 8:34 pm
same thing :(
EDIT:wait wait, if i send a high string every time from pc to psp, psp will flash or one symbol or letter or the good string!
EDIT2: YESSSS It was beacouse psp i don't know why receive the string with 2 spaces at start for example
i send 'hello'
psp receive
'__hello' (__=spaces)
now it work!!!!!!! Than you
only another thing... why i got again the limit of 512x512 in HM
EDIT:wait wait, if i send a high string every time from pc to psp, psp will flash or one symbol or letter or the good string!
EDIT2: YESSSS It was beacouse psp i don't know why receive the string with 2 spaces at start for example
i send 'hello'
psp receive
'__hello' (__=spaces)
now it work!!!!!!! Than you
only another thing... why i got again the limit of 512x512 in HM
-
- Posts: 5
- Joined: Sun May 11, 2008 8:34 pm
-
- Posts: 47
- Joined: Mon Jan 03, 2022 10:15 am
- Location: http://product-of-china.cf/
- Contact:
-
Problem solved, but the app Im developing needs to be client and server at the same time, then I cant create two Queue Managers in the same machine.. Can be MQe Client and server at the same time?
Thank you
Thank you