Saturday, May 2, 2015

How to Reset Mikrotik

how to reset mikrotik

Mikrotik is hardware or device for network. Router used to connect a network with the other network with different subnet. Mikrotik is a router device. Mikrotik is a smart router

Router mikrotik can use to:
  1. For gateway internet in LAN
  2. For access point (indoor or outdoor)
  3. Intermediary device(routing)
We can get mikrotik in physically
  1. In Operating System, we can install in personal computer
  2. Dedicated Device Like device, we can use directly, the physically of router like HUB or Access Point or computer, etc . We can connect network and set without through proccess installation.
Mikrotik Router can set with text mode and graphs. In text mode, we can use directly access like linux text mode or can remote use putty with SSH communication. In graphic mode, we can use to set mikrotik with winbox. Winbox application can download at site of mikrotik.If you want to configuration your mikrotik at default configuration, you can reset mikrotik. Mikrotik Router can be reset with this step.
  1. Make sure no one cable connect to port of mikrotik.
  2. Make sure cable power not connected to mikrotik. (Power of mikrotik is off)
  3. Press button reset with pick
  4. Don’t release press of button reset until to order you realease button reset. Enter cable power have voltage in mikrotik. If button realeased until you have not order to release button release. you can back start from step 1.
  5. LED lamp will on and then off (flip flop). Don’t release until LED ACT off.
  6. Wait until 1 minutes. Until all of LED lamp off. And back on again
  7. Release cable power from mikrotik and Release button reset.
  8. The Mikrotik configuration has back to default configuration.

Tuesday, May 10, 2011

paralel port inpout32 visual basic 6.0 programming

if you want to program paralel port in visual basic 6.0 to windows xp. you must use inpout32.dll because windows xp block access paralel port with firewall if you use instruction port assembler in visual basic. so i will give u simple program to use file inpout32.dll in visual basic 6.0. before you are programming in vb, you must place inpout32.dll in folder where you save program or in c://windows/system32. then  you must initial inpout32.dll in your program
so
type in your program this instruction

Private Declare Function Inp Lib "inpout32.dll" _
Alias "Inp32" (ByVal PortAddress As Integer) As Integer

Private Declare Sub Out Lib "inpout32.dll" _
Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer)


'after initialisation out and inp we can use out and inp in visual basic 6.0 so we can use example:
Private Sub Command1_Click()
Out Val("&H378"), Val("&H" & Text1.Text)
End Sub

Private Sub Command2_Click()
Text2.Text = Inp(Val("&H378"))
End Sub

you can download example program in this link
and link

about my website

all right . welcome to my website. I will give tutorial to resolve about programming, interfacing, electronics, electrical, telecomunication and etc. I will hope to help every people to search informations about that in my website.