User Profile

Collapse

Profile Sidebar

Collapse
LyTseu
LyTseu
Last Activity: Nov 11 '16, 05:25 PM
Joined: Aug 27 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • LyTseu
    replied to Programming GM862 in C
    in C
    Great! It works,
    I added more delays and it found the network and I was able to make a call.
    One problem I have right now though is I tried to send a SMS
    and when I put back my sim card to my phone I can not send text anymore but only receive...

    Did I do something wrong with the setting?

    Delay10KTCYx(50 );
    putrsUSART ((const far rom char *)"AT+CMGF=1\r" ); // txt msg
    Delay10KTCYx(50 );...
    See more | Go to post

    Leave a comment:


  • LyTseu
    replied to Programming GM862 in C
    in C
    Hey Banfa!
    Please don't apologize I feel very thankful that you are helping me.
    I will try the hyperterminal, I've never done it before.

    As far as breakpoint, I don't know how to use it yet in MPLAB. I know double-clicking will place a breakpoint, but how do I watch (follow) where my program is like you were telling me?

    Thank you
    See more | Go to post

    Leave a comment:


  • LyTseu
    replied to Programming GM862 in C
    in C
    Hi Banfa!

    My loop is still stuck I changed my loop to
    Code:
    while(1)
    {
    char tmp;
    WriteUSART(0x0D); // send CR
    Delay10KTCYx(100);
    Delay10KTCYx(100);
    Delay10KTCYx(100);
    WriteUSART(0x0D); // send CR
    Delay10KTCYx(100);
    Delay10KTCYx(100);
    Delay10KTCYx(100);
    putrsUSART ((const far rom char *)"AT\r"); // sim
    Delay10KTCYx(100);
    Delay10KTCYx(100);
    ...
    See more | Go to post

    Leave a comment:


  • LyTseu
    replied to Programming GM862 in C
    in C
    Hi,
    Got it I will implement the CREG commands to the code.
    This might seem like a stupid question, but in the manual on their example they always have an example of the run of commands.

    How do I get a display of the run?

    Thanks =)
    See more | Go to post

    Leave a comment:


  • LyTseu
    replied to Programming GM862 in C
    in C
    Hello,
    Ok so I think I got a little bit further
    when testing my the program below my progam is stuck in the loop to find the baudrate.. Can you help me debug this?

    I tried several method (forcing the baudrate to be 9600) but did not work either...

    Also to try my pgm maybe I'm doing it wrong, I'm inserting a sim card and check the status led (pin 22 on GM862) but the led keeps blinking fast as it doesnt find a...
    See more | Go to post

    Leave a comment:


  • LyTseu
    replied to Programming GM862 in C
    in C
    Thank you very much for your answer.
    Yes I did connected TX to RX and vis versa.
    I'm new at using MPLAB, when I compiled the program it builds it with no error.

    I have a couple question, this code was taken from the vendor but was originally for another board but still using a pic.

    @ line 46:
    tmp = ReadUSART();

    On the vendor example he was using Read1Usart() but when I try to compile with...
    See more | Go to post

    Leave a comment:


  • LyTseu
    started a topic Programming GM862 in C
    in C

    Programming GM862 in C

    Hello I'm having trouble, BIG trouble programing a GM862 from telit.
    First of all I'm using pic18f45k20, using development kit pickit3.
    I've been trying to communicate with the pickit to the GM862 using UART (connecting TX and RX), I read online that it is fairly simple etc.. but it doesn't work for me..
    I think the problem is my UART, I'm not sure how it works and I dont get any thing....
    Below is the code I'm using...
    See more | Go to post

  • LyTseu
    started a topic How to record Click by cell coordinate?

    How to record Click by cell coordinate?

    Hello All,

    I'm actually working on a project using Excel, I wanted to record in one part of my excel book where I clicked in the excel sheet. Let me explain a little bit
    Pretty much I have a picture set in the background, and if a user click on a cell (e.g A1, f2 etc..) it will populate for an example in the bottom rows (e.g row 30 to 40) that I clicked once or twice in cell A1 or etc.. kinda like filling up a table where which...
    See more | Go to post

  • Thank you for your help!
    See more | Go to post

    Leave a comment:


  • Hello Colintis,

    But will the new information stored using table A & B data, will still be in another table? (different than the main table used for the form?) which will alow me to send that table seperatly. Or is there a simpler way.

    Thank you,
    Ly.
    See more | Go to post

    Leave a comment:


  • LyTseu
    started a topic Having a hard time 2 controll source in one form.

    Having a hard time 2 controll source in one form.

    Hello All,

    I'm having a hard time setting up a form using two control source.

    Let me explain to you my form first.

    The form acquires data and date and comment in table A
    so we have Category1, Date completed and Comment as main column in table A.

    I have a table B that I want to link to the same Form...
    Column in Table B are:
    Part Used
    Misc. 1
    Misc. 2...
    See more | Go to post

  • Ah.. I see that's what I was expected. The database should be (ideally) on a daily base. How can I set this up? without reminding everybody that they need to check what is due today, but as soon as the database open it will automatically dispatch an email to a group of person via outlook.
    See more | Go to post

    Leave a comment:


  • LyTseu
    started a topic May be simple for EXPERT but not for Me!

    May be simple for EXPERT but not for Me!

    Hello All,

    First, I'm new into access and been playing with it for about a month.
    The database I'm working on takes care of equipment and when to do the maintenance on them etc..
    Let me explain my problem:

    A database with the list of equipment, date etc... is on a sharedrive
    BUT
    Another Database (or switch board is install individually on each C: drive)

    So The interface which...
    See more | Go to post

  • LyTseu
    started a topic Automated Email via Outlook? (Based on date)

    Automated Email via Outlook? (Based on date)

    Hello all,

    I have a database I'm taking care of.'I was wondering if it was possible for the database to send email to me (for example) automatically?
    Example:

    Item 1 due date is in September 1, 2010
    On september 1 can Access send an email automatically as a reminder (Your due date is due etc..)?

    Thank you,
    Ly.
    See more | Go to post
No activity results to display
Show More
Working...