Search found 3 matches

by karthiksg
Thursday 5th May 2022 5:40am
Forum: Component
Topic: barcode scanner component
Replies: 4
Views: 6690

Re: barcode scanner component

Hi [highlight=]I tried this but getting unknown identifier tbxBarCode_KeyPress()[/highlight] Hi, I run into this same problem a while ago. First of all, forget SerialPort, it is way more simple (as Cogier already stated). The USB barcode scanner acts as keyboard input. Make a form with a TextBox (le...
by karthiksg
Tuesday 29th March 2022 7:40am
Forum: Component
Topic: barcode scanner component
Replies: 4
Views: 6690

barcode scanner component

how to read usb barcode scanner in gambas.
i tried a sample code from this forum which shows the below error

Code: Select all

unknown identifier: SerialPort (Form1.class:3) error
my lsusb output shows the device details as follows

Code: Select all

Bus 003 Device 020: ID 24ea:0197 Meva Barcode Scanner
by karthiksg
Monday 28th March 2022 4:29pm
Forum: General
Topic: JSON files
Replies: 24
Views: 23889

Re: JSON files

i am getting unknown identifier Json error
anyone can help ?

Image