Die Suche ergab 3 Treffer
- Freitag 12. Dezember 2008, 21:41
- Forum: Thema RS232
- Thema: RS232 Receive String
- Antworten: 6
- Zugriffe: 6953
Re: RS232 Receive String
Thanks for your answers, I've tried the option with 'Receive Byte' and it worked!!! Thanx Abacom! The bytes are converted to ASCII and put in a buffer. 0C clears the buffer. In outlines it is working. Some finetuning left. Now up to the next challenge: translating the string into a readable format. ...
- Mittwoch 10. Dezember 2008, 12:43
- Forum: Thema RS232
- Thema: RS232 Receive String
- Antworten: 6
- Zugriffe: 6953
Re: RS232 Receive String
Thank you for your fast answering! I will explain some more: With a port monitor i can see the following being received by the RS232 port: 0C 4E 6F 2E 20 .No. 4D 6F 76 65 6D 65 6E 74 73 3F 1B 3D 21 22 3A 1B movements?.=!":. 3D 22 22 20 20 20 20 20 20 20 20 33 36 ="" 36 The following is displayed on ...
- Dienstag 9. Dezember 2008, 20:48
- Forum: Thema RS232
- Thema: RS232 Receive String
- Antworten: 6
- Zugriffe: 6953
RS232 Receive String
Hello Abacom and all, I would like to use Profilab to create a pc application to control a machine. Now this is done with a terminal with RS232 interface. Sending strings to the machine is not a problem, however i do encounter some difficulties in receiving the data. The data which i would like to r...