Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Leonard

Pages: [1]
1
Technical support / Re:how to get data out of the buffer using Input$(1)?
« on: October 21, 2014, 06:42:31 AM »
Still having problems.

data is stored in the buffer only and is not in A$ or B$

The next time I read from COM1, the new data is again stored in the buffer, but the previous data now populates in A$ and B$

(Simulator gives the same results.)

2
Technical support / how to get data out of the buffer using Input$(1)?
« on: October 20, 2014, 10:42:21 AM »
I am using A$ = Input$(1) function to read serial data from a card reader
then, SETLCD command to display, but The problem is that when testing A$, it only shows the previous value.

How do I update the string variable without swiping another card?

Pages: [1]