Search found 4 matches

by nicco
24 Nov 2009 21:50
Forum: Development Boards
Topic: Connecting gm862-gps to a PC
Replies: 2
Views: 2553

Connecting gm862-gps to a PC

HI all! Could somebody tell me how can i connect the Easy GSM/GPRS GM862-GPS board to my PC's serial port? I have a max 2323. Did i need something else for the level shifting? I want to use just some AT commands with a hyper terminal. Can somebody post a good schematic for just this problem( later i...
by nicco
18 May 2009 08:39
Forum: mikroBasic General
Topic: string to hex conversion
Replies: 2
Views: 1811

Re: string to hex conversion

From some old example mB: sub procedure Int2Hex(dim row, start_x, number as byte) dim high, low as byte ' high nibble high = ((number and $F0) >> 4) + 48 ' + "0" if (high > 57) then high= high + 7 ' > "9" end if ' low nibble low = (number and 15) + 48 ' +"0" low nibble if (low > 57) then low= low +...
by nicco
13 May 2009 10:22
Forum: mikroBasic General
Topic: string to hex conversion
Replies: 2
Views: 1811

string to hex conversion

Hi all! Im reading some solutions for the conversions, but i dont found on this forum how to convert string formats in hex. I my case, i have some work with a DS1820 temp sensor and an RTC board. Im using easyPIC4 board. I have to read the time, the temperature and to send them to the RS port with a...
by nicco
13 May 2009 10:09
Forum: mikroBasic Wish List
Topic: PID algorithm
Replies: 14
Views: 25615

Re: PID algorithm

Dear Sirs!
Can you tell me in phase is the project with this PID library?
I have some seminar work, in wich i have to use PID regulation with PIC.
And as i previously use MB i would use it in this project too.
I read the links above , but i need some greater help.
Best Regards

Go to advanced search