![]() | ![]() | ![]() |
| | |||||||
| Notices |
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink (permalink)) |
| Hi, I can send a single character when I press a command button in VB. Here is the code Code: Private Sub Command1_Click() MSComm1.Output = "A" + Chr(13) End Sub Thanks | |
| | |
| | (permalink (permalink)) |
| Hi Mike thats what I was looking, I couldn't find this on the net. Ahh this will send a string what I type in the Text1 box. I'll try to add your code.Can I change the character length also,I mean character length (Word) must not exceed 10 characters.Its never mind I'll try to solve that out. Thanks Mike | |
| | |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Latest |
| String in pic16f877 and gsm | neelam29 | Micro Controllers | 1 | 19th March 2008 05:04 PM |
| float to string conversion for PIC | fzn10 | Micro Controllers | 6 | 10th August 2006 12:49 PM |
| Can chr$(0) be received using mscomm in VB? | StupidDum | Micro Controllers | 4 | 23rd May 2004 12:12 PM |
| String Variable? | Timmymna | Micro Controllers | 1 | 2nd May 2004 11:03 PM |
| mscomm help | xjackal | Micro Controllers | 3 | 22nd February 2004 08:49 PM |