erezlevi Posted January 25, 2008 Posted January 25, 2008 please help, what is the string representation of hex 00?
BrettF Posted January 25, 2008 Posted January 25, 2008 MsgBox (0, "", Hex (0x00)) Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
erezlevi Posted January 25, 2008 Author Posted January 25, 2008 MsgBox (0, "", Hex (0x00))hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.
ReaImDown Posted January 25, 2008 Posted January 25, 2008 hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.I know this wont help you for this particular problem...but heres a list of other codes http://www.kbdedit.com/manual/low_level_vk_list.html I dont know 0x00 sorry [u][font="Century Gothic"]~я α и d γ ĵ . ċ . ѕ қ ϊ и и ε я~- My Programs -auto shutdownSleep funcdisallow programs[/font][/u]
BrettF Posted January 25, 2008 Posted January 25, 2008 BTW, fffa1f00500019fff0 = 4.7219428633732946e+21 Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
erezlevi Posted January 25, 2008 Author Posted January 25, 2008 BTW,fffa1f00500019fff0 = 4.7219428633732946e+21so?it still don't help me, any Hackers in this website, I guess only they will understand what I need....
martin Posted January 25, 2008 Posted January 25, 2008 hi, this isn't what I need, I am trying to send with TCPsend the following value: hex: fffa1f00500019fff0. I can't covert 00 to anything.TCPSend($Socket, Binary("0xfffa1f00500019fff0")) Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
erezlevi Posted January 25, 2008 Author Posted January 25, 2008 TCPSend($Socket, Binary("0xfffa1f00500019fff0"))martin, again as allways,,, I love you man!
BrettF Posted January 25, 2008 Posted January 25, 2008 so?it still don't help me, any Hackers in this website, I guess only they will understand what I need....Im intrigued by this statement. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
erezlevi Posted January 25, 2008 Author Posted January 25, 2008 Im intrigued by this statement.Hi bret, what is was needing is to send raw Hex data through TCP port, and sending string representation of Hex data sometimes don't do it propelry because of the "00" inside the Packet payload. Thanks, anyway.
BrettF Posted January 25, 2008 Posted January 25, 2008 Hi bret, what is was needing is to send raw Hex data through TCP port, and sending string representation of Hex data sometimes don't do it propelry because of the "00" inside the Packet payload. Thanks, anyway.double the t mate I was just wondering about the hacker. I see what you mean now though. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now