GSM-Forum

GSM-Forum (https://forum.gsmhosting.com/vbb/)
-   GSM Programming & Reverse Engineering (https://forum.gsmhosting.com/vbb/f83/)
-   -   samsung (https://forum.gsmhosting.com/vbb/f83/samsung-2605384/)

millerman10 05-13-2019 22:22

samsung
 
hello pls how can one be able to identify the correct samsung flash file

eyestrain 05-14-2019 16:18

in .Net:
Quote:

Dim com1 As SerialPort = New System.IO.Ports.SerialPort

com1.PortName = "COM6"

com1.Open()

If com1.IsOpen Then
com1.Write("AT+SWVER")
Dim result As String
result = com1.ReadExisting
MsgBox(result)
Else
MsgBox("use search button because com port not open")
End If
I hope I answer your question correctly, and I also hope you are in the right section.

temporary1221 05-17-2019 04:01

For delphi



var
iPos : integer;
result , str : string;
begin
ComPort1.Port:='\\.\' + MODEMPORT;
ComPort1.CustomBaudRate:=115200;
if ComPort1.Connected then ComPort1.Close;
ComPort1.Open;

if ComPort1.Connected then
begin
WritePortString('41 54 2B 43 47 4D 52 0D 0A');
Application.ProcessMessages;
sleep(100);
form1.ComPort1.ReadStr(result, 200);
result:= strtohex(result);
iPos := Pos ('0D0A', result);
if (iPos > 0) then
begin
SW := hextostr(Copy(result, iPos + 4, length(result)-20));
sMemo1.Lines.Add('Firmware Version : ' + SW);
end;


All times are GMT +1. The time now is 01:43.


vBulletin Optimisation provided by vB Optimise (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
- GSM Hosting Ltd. - 1999-2023 -

Page generated in 0.08673 seconds with 6 queries

SEO by vBSEO